πŸ–±οΈ

Clawd Cursor

🌐Community
by AmrDab Β· v0.6.3 Β· MITRepository

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.

1

Run in terminal (recommended)

terminal
claude mcp add clawd-cursor npx -- -y @trustedskills/clawd-cursor
2

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

~/.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-token for secure communication; ensure this file has appropriate permissions (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

🌐 Community

Passed automated security scans.

Pinned commitabf959ae

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