Official plugins from Simular for desktop automation
npx claudepluginhub simular-ai/simulang-pluginAutomate desktop tasks using Simulang, a JavaScript-based DSL for Simular Pro.
A Claude Code plugin for automating desktop tasks using Simulang, a JavaScript-based DSL for Simular Pro.
claude plugin marketplace add https://github.com/simular-ai/simulang-plugin.git
/plugin install simulang
Invoke the simulang skill by typing /simulang followed by your task description:
/simulang book a flight from SF to NYC tomorrow
Or simply describe a desktop automation task and Claude will use Simulang to generate the appropriate script.
| Category | Key Functions |
|---|---|
| Application | open({app, url}) |
| Keyboard | type({text, withReturn}), press({key, cmd, ctrl, shift}) |
| Mouse | click({at, mode, spatialRelation}), scroll({direction}) |
| Perception | pageContent(), ask({prompt, context}) |
| Wait | wait({waitTime}), waitForConcepts({concepts}) |