AmrDabAmrDabCommunityยท1 Agent Skills Included

clawdcursor

Safe cross-platform desktop control with verified actions

Controls real desktop applications by clicking, typing, reading screens, and filling forms across Windows, macOS, and Linux. Compiles the screen into a structured UI map so actions target named elements instead of fragile pixel coordinates. Verifies every action against the live screen and routes all operations through one safety checkpoint with a visible kill switch.
npx skills add AmrDab/clawdcursor --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’