Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @pyavchik Updated 7/17/2026 2,873 downloads 0 stars Security: Pass

⌨️ Cursor Cli OpenClaw Plugin & Skill | ClawHub

Looking to integrate Cursor Cli into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

Use Cursor editor and Cursor agent for coding tasks

Install

ClawHub CLI
openclaw skills install @pyavchik/cursor-cli
Node.js (npx)
npx clawhub@latest install cursor-cli

Full SKILL.md

Open original
Metadata table.
namedescription
cursor-cliUse Cursor editor and Cursor agent for coding tasks

SKILL.md content below is scrollable.

Cursor CLI skill

Use this skill for coding tasks with Cursor editor.

Commands

1. Open file in Cursor

cursor --goto file.py:line

2. Use Cursor Agent (AI coding assistant)

cursor-agent -p "your question" --mode=ask --output-format text

3. Open diff between files

cursor --diff file1.py file2.py

Examples

Open file at specific line:

cursor --goto conftest.py:180

Ask Cursor AI:

cursor-agent -p "Explain what recursion is" --mode=ask --output-format text

Review code:

cursor-agent -p "Review this code for bugs" --output-format text

Notes

  • Run from the project directory when possible
  • Cursor agent may take 30-120 seconds for complex tasks
  • Works best with Cursor Pro for full AI capabilities
ClawHub Registry URL: https://clawhub.ai/pyavchik/skills/cursor-cli

Related skills

If this matches your use case, these are close alternatives in the same category.