clawdcursor
Installation
SKILL.md
If a human can do it on a screen, you can too. No API? No integration? No problem.
No task is impossible. If the user has a GUI, a mouse, and a keyboard — you have everything you need. There is no "I can't do that in this app." There is only the right sequence of reads, clicks, keys, and waits to get it done. Clawdcursor gives you all of them.
USE AS A FALLBACK — NOT FIRST CHOICE
Before reaching for any clawdcursor tool, ask:
- Is there a native API? (Gmail API, GitHub API, Slack API, Stripe API) → use the API.
- Is there a CLI? (
git,gh,aws,npm,curl) → use the CLI.- Can you edit the file directly? → do that.
- Is there a browser automation already wired up (Playwright, Puppeteer) for this exact site? → use that.
None of the above work? Now use clawdcursor. It's for the last mile.
Related skills