clawdcursor
AI desktop agent — control any app on Windows/macOS from your OpenClaw agent. Send natural language tasks to the Clawd Cursor API and it handles everything: opening apps, clicking buttons, typing text, navigating browsers, filling forms. If you can click it, your agent can too.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/amrdab/clawd-cursorWhat This Skill Does
Clawd Cursor transforms your OpenClaw agent into a versatile desktop operator, providing it with the capability to interact with any graphical user interface (GUI) on Windows or macOS. Rather than relying on traditional APIs or pre-built integrations, Clawd Cursor uses a sophisticated computer vision and automation pipeline to 'see' the screen and perform actions exactly as a human would. This includes clicking buttons, typing text, filling out complex forms, navigating between applications, and managing windows. It acts as the ultimate 'hands and eyes' for your agent, enabling automation across legacy software, proprietary internal tools, and any application that lacks a public API.
Installation
To integrate this capability into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/amrdab/clawd-cursor
Use Cases
Clawd Cursor is designed for scenarios where direct programmatic access is unavailable or impractical. Use it for:
- Cross-Application Workflows: Copying data from a legacy desktop app into a spreadsheet or web dashboard.
- GUI-Only Web Browsing: Interacting with complex, JS-heavy web interfaces that standard scrapers cannot parse.
- System Configuration: Adjusting OS-level settings that require clicking through multiple menus.
- Verification: Checking the visual state of an application to confirm an operation was successful.
- Application Management: Launching, focusing, or closing applications as part of a larger automation sequence.
Example Prompts
- "Open the desktop version of Slack, find the message from the project manager, and paste the contents of this text file into a reply."
- "Go to the billing portal in Chrome, click the 'Download Invoice' button, and save it to my Desktop."
- "Open my system display settings and change the resolution to 1920x1080."
Tips & Limitations
- Safety First: Clawd Cursor is a powerful tool. It adheres to strict safety tiers. Always obtain user approval for sensitive tasks involving banking, email, or messaging apps.
- Preference Logic: Always prioritize native OpenClaw tools (like
file_readorweb_fetch) over Clawd Cursor. Use the GUI skill only when those alternatives fail or are not applicable. - Determinism: Desktop automation can be sensitive to screen resolution and UI layout changes. Ensure the target elements are clearly visible to prevent execution errors.
- Transparency: Treat this skill as a secondary layer. If you can accomplish the task with a CLI command, use the CLI command first for speed and reliability.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-amrdab-clawd-cursor": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api