with one click
cursor-cli
Use Cursor editor and Cursor agent for coding tasks
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Use Cursor editor and Cursor agent for coding tasks
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
0x Protocol DEX aggregator. Swap tokens at the best rates across 9+ liquidity sources on Ethereum, Polygon, BSC, and more.
Cross-platform development patterns for OneKey. Use when writing platform-specific code, handling platform differences, or working with native/web/desktop/extension platforms. Triggers on platform, native, web, desktop, extension, iOS, Android, Electron, platformEnv, .native.ts, .web.ts, .desktop.ts, .ext.ts, cross-platform, multi-platform.
Internationalization and translation management for OneKey. Use when adding translations, displaying text, handling locales, or managing translation keys. NEVER modify auto-generated translation files. Triggers on i18n, translation, locale, formatMessage, useIntl, ETranslations, text, string, hardcode, intl, translate, language, localization, internationalization.
Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portfolios, immersive websites, and bringing depth to web experiences. Use when: 3D website, three.js, WebGL, react three fiber, 3D experience.
Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portfolios, immersive websites, and bringing depth to web experiences. Use when: 3D website, three.js, WebGL, react three fiber, 3D experience.
On-demand A2UI templates for flowchart, form, dashboard, info cards, and gallery.
| name | cursor-cli |
| description | Use Cursor editor and Cursor agent for coding tasks |
| metadata | {"openclaw":{"requires":{"bins":["cursor","cursor-agent"]},"emoji":"⌨️","homepage":"https://cursor.com/docs/cli/overview"}} |
Use 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