A terminal-based AI coding assistant that provides interactive refactoring, automated reviews, and background execution via the Cursor agent.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cursor-agent-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install cursor-agent-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Cursor Agent CLI skill integrates the advanced AI capabilities of the Cursor editor directly into the developer's terminal. By providing a dedicated agent tool, it allows for seamless interactive programming sessions where the AI can analyze, plan, and execute code changes. This skill is a core component of the Openclaw Skills ecosystem, enabling developers to bridge the gap between manual terminal commands and sophisticated AI-driven automation.
At its core, the skill utilizes two primary tools: the cursor launcher for editor integration and the agent for autonomous task execution. It supports a variety of high-performance models like GPT-4 and Claude 3.5 Sonnet, offering specialized modes for planning, asking questions, or full-scale code modification. Whether you are performing a complex migration or generating unit tests, this integration ensures your CLI remains the center of your productivity.
To install the Cursor CLI tools, execute the appropriate command for your operating system:
# macOS, Linux, WSL
curl https://cursor.com/install -fsS | bash
# Windows PowerShell
irm 'https://cursor.com/install?win32=true' | iex
Once installed, verify the installation and authenticate your session:
agent --version
agent login
The skill organizes its configuration, cache, and session metadata within the user's home directory while utilizing environment variables for headless operations.
| Data Type | Location / Source | Purpose |
|---|---|---|
| Configuration | ~/.cursor/ |
Stores global settings, user preferences, and local cache. |
| Session History | agent ls |
Manages the metadata and identifiers for past interactive chats. |
| Worktrees | ~/.cursor/worktrees/ |
Stores temporary git worktrees used for isolated feature development. |
| Auth Token | CURSOR_API_KEY |
Environment variable used for authenticating in CI/CD or non-interactive environments. |
Loading
A persona-weighted governance system that ensures AI-generated emails meet policy and safety standards before being sent.

A persona lifecycle management tool that replaces underperforming AI evaluators with optimized successors based on historical mistake patterns.

A specialized utility for generating and persisting diverse multi-agent persona sets to ensure unbiased consensus in AI workflows.

A deterministic state transition layer for applying reputation updates and emitting explicit reputation delta artifacts.

An automated workflow that fetches team data, leverages AI for content synthesis, and generates professional Word documents for weekly reporting.

A sophisticated AI automation tool that scrapes your X/Twitter following list and generates structured, categorized digests based on custom timeframes.








































