cursor-cloud-agents
Deploy Cursor AI agents to GitHub repos.
Setup & Installation
Install command
clawhub install parcostabot/cursor-cloud-agentsIf the CLI is not installed:
Install command
npx clawhub@latest install parcostabot/cursor-cloud-agentsOr install with OpenClaw CLI:
Install command
openclaw skills install parcostabot/cursor-cloud-agentsor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/parcostabot/cursor-cloud-agentsWhat 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: Generating unit tests for a specific module without blocking local work
- 1Generating unit tests for a specific module without blocking local work
- 2Opening a PR with a new feature implemented by a cloud agent
- 3Running a large codebase refactor overnight in background mode
- 4Sending follow-up prompts to refine code an agent already wrote
- 5Checking quota usage before launching a batch of coding tasks
Deploy Cursor AI agents to GitHub repos.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.