Clawd Cursor
AI desktop agent β control any app on Windows/macOS from your OpenClaw agent. Send natural language tasks and it handles opening apps, clicking buttons, typing text, and navigating browsers.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add clawd-cursor npx -- -y @trustedskills/clawd-cursor
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"clawd-cursor": {
"command": "npx",
"args": [
"-y",
"@trustedskills/clawd-cursor"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
Clawd Cursor provides an OS-level desktop automation server, effectively giving AI models the ability to interact with a real computer. It allows any AI model β including Claude, GPT, Gemini, and Llama β to perform actions like moving the mouse, capturing screenshots, and automating tasks through a tool-calling interface. The system is designed to be model-agnostic and can even function with locally run models.
When to use it
- Automated data entry: Have an AI agent fill out online forms or spreadsheets by controlling keyboard input and mouse clicks.
- Web scraping & research: Automate the process of navigating websites, extracting information, and saving results.
- Software testing: Use an AI to perform repetitive software testing tasks, simulating user interactions.
- Content creation workflows: Automate parts of content creation processes like image editing or video rendering by controlling desktop applications.
Key capabilities
- Model-agnostic compatibility (Claude, GPT, Gemini, Llama)
- Works with locally run AI models
- Mouse movement and dragging (
moveMouse,dragMouse) - Screenshot capture (
captureScreen) - macOS native host app for simplified permission management
- Localhost IPC architecture for enhanced security
Example prompts
- "Move the mouse to coordinates 100, 200 and click."
- "Capture a screenshot of the current window and save it as 'screenshot.png'."
- βOpen Chrome, navigate to clawdcursor.com, and scroll down three times.β
Tips & gotchas
- On macOS, you'll need to grant Accessibility and Screen Recording permissions to the Clawd Cursor Host App for full functionality. This is a one-time setup.
- The system uses a token-based authentication via
~/.clawdcursor/host-tokenfor secure communication; ensure this file has appropriate permissions (0600).
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β what you install today is exactly what was reviewed and verified.
Installing this skill downloads the exact code at commit abf959ae, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.
Install command fetches the verified snapshot, not the live repository.