Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Add security scanning notes and clarifying comments for base64 auth pattern
What This Skill Does
Wraps the Cursor Cloud Agents HTTP API so OpenClaw can dispatch coding tasks to Cursor's cloud, monitor agent progress, and retrieve results. Agents run against GitHub repositories and can write code, generate tests, produce documentation, and open PRs. Supports fire-and-forget, supervised, iterative, and background execution patterns.
Offloads long-running coding tasks to Cursor's cloud so local dev work is not blocked and no local environment setup is needed for the target repo.
When to use it
- Generating unit tests for a specific module without blocking local work
- Opening a PR with a new feature implemented by a cloud agent
- Running a large codebase refactor overnight in background mode
- Sending follow-up prompts to refine code an agent already wrote
- Checking quota usage before launching a batch of coding tasks
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Add unit tests for the auth module in owner/myrepo
- 1Verifies repository access with cursor-api.sh verify owner/myrepo
- 2Launches agent with --repo owner/myrepo and a specific test-writing prompt
- 3Polls cursor-api.sh status until agent reports FINISHED
- 4Retrieves conversation history to confirm PR URL
Agent opens a pull request containing unit tests for the auth module
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.