windows
SolidOperate "${id}", the user's own Windows computer — run commands, read and write files, capture its screen. Use whenever the user says "my machine", "my laptop", "my PC", "my desktop", "locally", or names this computer, and for anything that has to happen on their computer rather than in the sandbox.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- intentic
- Repository
- intentic/intentic
- Created
- 2 weeks ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
linux
Operate "${id}", the user's own Linux computer — run commands, read and write files, capture its screen. Use whenever the user says "my machine", "my laptop", "my PC", "my desktop", "locally", or names this computer, and for anything that has to happen on their computer rather than in the sandbox.
windows-shell
Write shell commands that actually run on Windows. Use whenever the working machine is Windows and a command, script, path, or setup step is involved, and whenever a command has already failed with "not recognized", "cannot find path", "No such file or directory", a python3 or NUL problem, or CRLF warnings. Covers PowerShell, cmd, Git Bash, WSL, and the traps that differ between them.