Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.59 KB

File metadata and controls

53 lines (36 loc) · 1.59 KB

Simulang Plugin

A Claude Code plugin for automating desktop tasks using Simulang, a JavaScript-based DSL for Simular Pro.

Features

  • Control keyboard and mouse actions
  • Interact with desktop applications
  • Extract content from screens using perception
  • Automate web browsing and form filling
  • Read/write files and Google Sheets

Installation

  1. Add this marketplace to your Claude Code configuration:
claude plugin marketplace add https://github.com/simular-ai/simulang-plugin.git
  1. Open Claude and install this skill with the command:
/plugin install simulang
  1. Depending on the scope of installation you choose (e.g. user scope), you may need to restart Claude

Usage

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.

Quick Reference

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})

Resources