clawdcursor
Safe cross-platform desktop control with verified actions
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Clawd Cursor?โผ
Run `npx skills add AmrDab/clawdcursor --all -g -y` in your terminal to install it globally, then grant the one-time desktop-control consent it requests.
What does Clawd Cursor do?โผ
It gives your coding assistant safe control of the real desktop: opening apps, clicking, typing, reading the screen, and filling forms. It acts on named UI elements rather than pixel coordinates and verifies each action actually worked.
When should I use Clawd Cursor instead of an API?โผ
Only as a last resort. Use a native API, CLI, direct file edit, or browser automation first; reach for Clawd Cursor when the only remaining surface is a GUI with no programmatic access.
Does Clawd Cursor work with Claude Code and Cursor?โผ
Yes. It runs as a standard MCP server over stdio or HTTP, so it works with Claude Code, Cursor, Windsurf, Zed, Codex, and any MCP-capable client.
Is Clawd Cursor safe and private?โผ
Yes. Everything runs locally on your machine with no telemetry, every action passes through a single allow/confirm/block safety gate, and an on-screen banner with a kill switch appears whenever it is driving your desktop.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core