cloud-agents
Installation
SKILL.md
Cloud Agents
Manage Cursor Cloud Agents through the REST API at https://api.cursor.com/v0.
Prerequisites
CURSOR_API_KEYenvironment variable must be setjqmust be installed (used by the helper script)- If the key is not set, ask the user to provide it or set it:
export CURSOR_API_KEY=<key> - Keys are created at https://cursor.com/settings
Inferring the Repository
When the user does not specify a repo URL, infer it from the current working directory:
git remote get-url origin
Related skills