Cursor
This skill precisely controls your cursor’s position and appearance, offering fine-grained control for creative workflows and precise interactions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cursor npx -- -y @trustedskills/cursor
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cursor": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cursor"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The cursor skill enables AI agents to interact directly with the Cursor code editor, allowing for advanced development workflows. It facilitates seamless integration between agent instructions and the specific environment of the Cursor IDE.
When to use it
- Automating repetitive coding tasks within the Cursor interface.
- Triggering specific editor actions like file creation or search based on natural language commands.
- Integrating custom logic from the
agent_flywheel_clawdbot_skills_and_integrationscollection into your development pipeline. - Enhancing developer productivity by offloading routine IDE interactions to an AI agent.
Key capabilities
- Direct interaction with the Cursor code editor environment.
- Execution of tasks defined within the
dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrationsrepository. - Support for automated workflows tailored to specific coding scenarios.
Example prompts
- "Use the cursor skill to open my project file and run a linter."
- "Create a new Python script in Cursor using the available integrations."
- "Search for existing functions related to database connections within the current workspace via Cursor."
Tips & gotchas
Ensure your AI agent has the necessary permissions to access the Cursor environment before attempting complex operations. This skill is part of a broader integration suite, so verify that the underlying clawdbot infrastructure is active and configured correctly for your specific project needs.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.