computer-use
SolidInspect and operate native Windows or macOS applications through Poracode's desktop-control tools. Use for visual workflows that require real windows; prefer Browser for web pages and a purpose-built connector or API when one can complete the task directly.
AI & Automation 58 stars
3 forks Updated today Apache-2.0
Install
Quality Score: 81/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Computer Use
Use Poracode's `computer_use` MCP for tasks that require interacting with desktop applications or native windows. Do not use it for a web page when Browser or Chrome is the intended surface, or for a semantic operation that a safer purpose-built connector can perform.
## Workflow
1. Call `computer_use.api` when you need the API map, then list applications and windows and select the exact target.
2. Capture `computer_use.get_window_state` before coordinate input. Use its returned window object and screenshot coordinates; refresh the window if it moved, resized, or became stale.
3. Call `computer_use.enable` immediately before the first interactive action. Keep the session enabled across uninterrupted related steps.
4. Prefer accessibility text, named controls, and reliable keyboard shortcuts. When coordinates are necessary, derive them from the latest screenshot rather than guessing.
5. Use small actions and inspect the window again after each meaningful change. Re-resolve the window after application navigation that may recreate it.
6. Call `computer_use.disable` before asking the user for input, waiting on an external event, or finishing.
## Boundaries
- Interactive actions take control of the real mouse and keyboard and bring the target window to the foreground. Avoid unnecessary actions and do not operate a different application.
- Locked desktops, secure prompts, operating-system permission dialogs, passwords, and authentication surfaces require the us...
Details
- Author
- SDSLeon
- Repository
- SDSLeon/lightcode
- Created
- 4 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
computer-use
Control local desktop apps through Codevisor Computer Use. Use whenever the user asks to open, read, inspect, click, type in, format content in, or otherwise operate a desktop application.
5 Updated today
851-labs AI & Automation Listed
computer-use
Control desktop applications through Lume Computer Use
1 Updated today
CavinHuang AI & Automation Listed
computer-use
Control local macOS applications through the installed Computer Use MCP tools. Use for GUI work that is not better served by a dedicated API, connector, or CLI.
0 Updated 2 days ago
songkeys