simulang
Scriptable desktop automation with mouse, keyboard, and screenshots
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install simulang?โผ
Run `npx skills add simular-ai/simulang --all -g -y` in your terminal to install this skill globally. It requires Node.js 22.18 or newer.
What can simulang automate on my desktop?โผ
It drives real desktop apps through scripts: clicking, typing, screenshots, window control, file uploads and downloads, logins with 2FA, and data scraping.
Why does simulang need macOS permissions?โผ
macOS requires Screen Recording, Accessibility, and Input Monitoring permissions for screenshots and simulated input. Run `simulang setup` once to grant them.
Does simulang work with Claude Code?โผ
Yes. Run `simulang init-claude` to install a skill that teaches Claude Code how to write, run, and debug simulang automation scripts.
Do I need to compile TypeScript before running scripts?โผ
No. Node strips TypeScript types natively, so you can run .ts or .mts files directly with `simulang run` and no build step.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core