Drag And Drop
This "Drag And Drop" skill allows users to intuitively rearrange content by simply dragging and dropping items β boosting workflow efficiency.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add drag-and-drop npx -- -y @trustedskills/drag-and-drop
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"drag-and-drop": {
"command": "npx",
"args": [
"-y",
"@trustedskills/drag-and-drop"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The drag-and-drop skill allows an AI agent to manipulate digital elements within a user interface by simulating mouse clicks and drags. It enables the agent to move icons, files, or other interactive components on a screen, effectively mimicking human interaction with graphical applications. This capability is useful for automating tasks that require visual manipulation of data or content.
When to use it
- Automating file organization: The agent can sort files into folders by dragging them from one location to another.
- Website testing: Simulate user interactions like moving elements around a webpage to test responsiveness and layout.
- Application onboarding: The agent could demonstrate software usage by dragging items through a tutorial workflow.
- Data entry in visual interfaces: Populate forms or spreadsheets by dragging data from one place to another within an application.
Key capabilities
- Simulates mouse clicks
- Performs drag and drop actions
- Interacts with graphical user interfaces (GUIs)
- Moves digital elements across a screen
Example prompts
- "Move the 'report.pdf' file from the Downloads folder to the Documents folder."
- "Drag the red icon into the shopping cart."
- βSort these files alphabetically by dragging them into the correct order.β
Tips & gotchas
The agent needs clear visual references (e.g., object names, coordinates) for accurate drag-and-drop operations. Ensure that the target application's GUI is stable and predictable to avoid errors during execution.
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.