Drag And Drop

🌐Community
by wodsmith Β· vlatest Β· Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add drag-and-drop npx -- -y @trustedskills/drag-and-drop
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
wodsmith
Installs
23

🌐 Community

Passed automated security scans.