LaunchKit · 2026
Back to Skills

cursor-cloud-agents

Deploy Cursor AI agents to GitHub repos.

2
825 downloads
by @parcostabot

Setup & Installation

openclaw skills install @parcostabot/cursor-cloud-agents

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install cursor-cloud-agents

Version History

v1.3.3Feb 14, 2026 - Version note by skill developer:

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.

INPUT

User asks: Add unit tests for the auth module in owner/myrepo

AGENT
  1. 1Verifies repository access with cursor-api.sh verify owner/myrepo
  2. 2Launches agent with --repo owner/myrepo and a specific test-writing prompt
  3. 3Polls cursor-api.sh status until agent reports FINISHED
  4. 4Retrieves conversation history to confirm PR URL
OUTPUT

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.

CURSOR_API_KEY from Cursor IDE Settings > GeneralCursor subscription (Pro or Ultra for concurrent agent access)Cursor GitHub App installed on target repositories