πŸ”§

Clawdcursor

πŸ”“Unverified
by AmrDab Β· v0.6.3 Β· MITRepository

>

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add clawdcursor npx -- -y @trustedskills/clawdcursor
2

Or manually add to ~/.claude/settings.json

~/.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-token which 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.

Verified Commitabf959ae β†’

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 HubPass
SocketPass
SnykPass

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.

Pinned commitabf959ae

Install command fetches the verified snapshot, not the live repository.