ClawExplorer logo

ClawExplorer

OpenClaw skill

cursor-agent

An OpenClaw skill that enables agents to use Cursor, the AI-first code editor, to edit codebases. It supports opening a folder in Cursor, chatting with Cursor Composer, applying diffs from Cursor, running terminal commands in Cursor, and closing Cursor.

Files

Review the files below to add this skill to your agents.

SKILL.md content

Unable to load SKILL.md content from source.

How this skill works

  • The skill requires Cursor AI code editor to be installed
  • Receives project directory path and task instructions as inputs
  • Opens the project directory in Cursor using the cursor CLI: `cursor [directory]`
  • Simulates typing the task instructions into Cursor's Agent chat using platform-specific automation (AppleScript on macOS, xdotool on Linux)
  • Waits a fixed duration or for user confirmation that the task is complete
  • Returns a success status or updated project status

When to use it

  • When an agent needs to delegate code editing tasks to Cursor's AI agent
  • When performing autonomous codebase modifications via Cursor's chat interface
  • When instructing Cursor agent to implement specific code changes in a local project

Best practices

  • Set CURSOR_API_KEY environment variable with valid Cursor token
  • Ensure Cursor is installed, running, and authenticated
  • Provide precise file paths and task descriptions for accurate edits
  • Review and approve agent-proposed changes before applying
  • Limit concurrent requests to respect Cursor rate limits

Example use cases

  • Bug Fixing: Agent analyzes code, identifies bug, uses cursor_chat to ask Composer for fix, generates edits from response, uses cursor_apply_edits to apply fixes.
  • Code Refactoring: Open project with cursor_open_project, chat with Composer for refactoring plan, apply series of edits with cursor_apply_edits.
  • Feature Addition: Open project with cursor_open_project, use cursor_chat to generate code snippets, apply them incrementally with cursor_apply_edits.

FAQs

More similar skills to explore

  • achurch

    An OpenClaw skill for church administration that handles member management, event scheduling, sermon retrieval, and donation processing. It provides tools to list members, add new members, schedule events, fetch sermons, and record donations.

  • agent-config

    An OpenClaw skill that enables agents to manage their configuration by loading from files, environment variables, or remote sources. It supports retrieving, setting, and validating configuration values. The skill allows for hot-reloading of configurations.

  • agent-council

    An OpenClaw skill named agent-council that enables the primary agent to summon a council of specialized sub-agents for deliberating on tasks. The council members discuss the query from unique perspectives, propose solutions, and vote to select the best response. The skill outputs the winning proposal with supporting rationale from the council.

  • agent-identity-kit

    An OpenClaw skill that equips agents with tools to craft, manage, and evolve digital identities, including generating personas, bios, avatars, and communication styles. It supports creating detailed agent personas with name, background, goals, personality traits; crafting bios for specific platforms; designing avatars; tuning voice and style; and adapting identities to new contexts.

  • agenticflow-skill

    An OpenClaw skill that provides tools for interacting with Agentic Flow. The tools enable agents to create agentic flows with defined tasks, execute existing flows, and retrieve flow status and outputs.

  • agentlens

    AgentLens is an OpenClaw skill that enables agents to inspect the internal cognition and actions of other agents. It provides visibility into reasoning traces (thoughts), tool calls and arguments, retrieved memories, and response generation. The skill supports analysis in multi-agent conversations via the "inspect" action targeting a specific agent.