⚠
High Risk:This skill has significant security concerns. Review the findings below before installing.
cursor-agent
⚠Caution·Scanned 2/18/2026
This skill documents installation, interactive and CI workflows for the Cursor CLI, including tmux automation. It instructs download-and-execute via curl https://cursor.com/install -fsS | bash, tmux-driven command automation (tmux send-keys), and exporting credentials in CURSOR_API_KEY.
from clawhub.ai·v2.1.0·8.5 KB·0 installs
Scanned from 2.1.0 at 785f5c8 · Transparency log ↗
$ vett add clawhub.ai/swiftlysingh/cursor-agentReview security findings before installing
Cursor CLI Agent Skill
This repository contains the definition and documentation for the cursor-agent skill, updated for 2026 features.
Overview
The cursor-agent skill encapsulates workflows and commands for the Cursor CLI, enabling efficient AI-pair programming directly from the terminal. This skill includes all modern features from the January 2026 update.
What's New in v2.0.0
- Model Switching: Switch between AI models with
agent models,--modelflag, and/modelscommand - MCP Management: Enable/disable MCP servers on the fly with
/mcp enableand/mcp disable - Rules & Commands: Create and edit rules directly from CLI with
/rulesand/commands - Modern Command Interface: Use
agentas the primary command (backward compatible withcursor-agent) - Enhanced Headless Mode: New flags including
--force,--output-format json, and--stream-partial-output - Interactive Features: Context selection with
@, slash commands, and keyboard shortcuts - Cross-Platform Support: Complete instructions for macOS (including Homebrew), Linux/Ubuntu, and Windows WSL
Contents
- SKILL.md: The core skill definition file containing all commands, workflows, and usage instructions
- README.md: This file, providing an overview and quick reference
Quick Start
Install the Cursor CLI:
# Standard installation (macOS, Linux, WSL)
curl https://cursor.com/install -fsS | bash
# Homebrew (macOS only)
brew install --cask cursor-cli
Authenticate:
agent login
Start an interactive session:
agent
Switch models:
agent models
Usage
Refer to SKILL.md for comprehensive instructions on:
- Installation and authentication
- Interactive and non-interactive modes
- Model switching and configuration
- MCP server management
- Rules and commands creation
- Slash commands and keyboard shortcuts
- Workflows for code review, refactoring, debugging, and CI/CD integration