simular-aisimular-aiOfficialยท1 Agent Skills Included

simulang

Scriptable desktop automation with mouse, keyboard, and screenshots

Runs JavaScript and TypeScript scripts that control desktop apps, mouse, keyboard, screenshots, and accessibility trees. Eliminates manual clicking, form filling, file downloads, and repetitive multi-step workflows across macOS and Windows. Includes ready-made patterns for logins, 2FA, popups, scraping, and multi-tab tasks, plus an interactive REPL for quick testing.
npx skills add simular-ai/simulang --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’