agentsclimarketplace

Cursor cloud

Skill HKTITAN/cursor-sdk/skills/cursor-cloud

Agent skills for the Cursor TypeScript SDK, the agent CLI, and .cursor/ project config (rules, skills, hooks, mcp). Skill-graph format with [[wikilinks]].

Install
npx -y skills add HKTITAN/cursor-sdk --skill cursor-cloud

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Cloud runtime for Cursor SDK — dedicated VMs, repo-bound runs, auto-PR creation, artifacts, and reattachment. Use when running long, review-oriented, or repo-modifying agents off the local machine.

SKILL.md

1.6 KB, as published. Nobody here has run it

cursor-cloud

The cloud runtime gives each agent its own VM, persists across network drops, and can open PRs directly. Pass cloud (instead of local) on Agent.create.

When to use

  • Long-running tasks (CI bots, scheduled refactors, kanban-driven PRs)
  • Tasks that mutate a remote repo and produce a PR
  • Multi-process orchestration where you reattach to a run from a different worker

Configuration

  • [[references/cloud-options]] — full CloudOptions shape
  • [[references/repos]] — repo refs, startingRef, existing-PR mode
  • [[references/environments]] — env.type: "cloud", "pool", "machine"
  • [[references/env-vars]] — session envVars
  • [[references/auto-pr]] — autoCreatePR, workOnCurrentBranch, skipReviewerRequest

Outputs

  • [[references/git-info]] — run.git branches and PR URLs
  • [[references/artifacts]] — agent.listArtifacts() and downloadArtifact()

Lifecycle

  • [[references/reattach]] — Agent.getRun(runId, { runtime: "cloud", agentId })
  • [[references/durable-runs]] — runs survive disconnects; reattach with agentId+runId

Cross-links

  • Local mode → [[../cursor-sdk/references/local-options]]
  • Run interface → [[../cursor-runs/references/run-interface]]
  • Errors → [[../cursor-errors/SKILL]]

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.