Install
openclaw skills install cursor-cliUse Cursor editor and Cursor agent for coding tasks
openclaw skills install cursor-cliUse this skill for coding tasks with Cursor editor.
cursor --goto file.py:line
cursor-agent -p "your question" --mode=ask --output-format text
cursor --diff file1.py file2.py
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