Clawdcursor
>
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add clawdcursor npx -- -y @trustedskills/clawdcursor
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"clawdcursor": {
"command": "npx",
"args": [
"-y",
"@trustedskills/clawdcursor"
]
}
}
}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, giving AI models the ability to interact with a real computer. It allows any AI model β including Claude, GPT, Gemini, and Llama β to perform tasks like moving the mouse, capturing screenshots, and interacting with applications. This is achieved through a model-agnostic architecture that works seamlessly with tool-calling models, even when using local models.
When to use it
- Automated data extraction: Have an AI agent extract specific information from web pages or documents displayed on your screen.
- Application control: Allow an AI to automate repetitive tasks within software applications like spreadsheets or design tools.
- Remote assistance: Enable an AI to remotely interact with a user's computer for troubleshooting or support purposes.
- Screen recording and analysis: Use the AI to capture screen recordings and analyze them for specific events or patterns.
Key capabilities
- Model-agnostic compatibility (Claude, GPT, Gemini, Llama)
- Desktop automation via mouse movement and clicks
- Screenshot capturing functionality
- Works with local AI models
- macOS native host app for simplified permissions management
- Localhost IPC architecture for enhanced security
Example prompts
- "Move the mouse to the top-left corner of the screen and click."
- "Capture a screenshot of the current window and save it as 'screenshot.png'."
- βDrag the mouse from this coordinate (x, y) to that coordinate (a, b).β
Tips & gotchas
- On macOS, you'll need to grant Accessibility and Screen Recording permissions to the Clawd Cursor host application for full functionality.
- The system utilizes a token-based authentication method via
~/.clawdcursor/host-tokenwhich should be kept secure (mode 0600).
Tags
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 |
Details
- Version
- v0.6.3
- License
- MIT
- Author
- AmrDab
- Installs
- 0
- Updated
- Mar 3, 2026
- Published
- Feb 19, 2026
π Unverified
Not yet reviewed. Use with caution.
Install command fetches the verified snapshot, not the live repository.