Motion

🌐Community
by onmax · vlatest · Repository

This "Motion" skill generates realistic movement descriptions for characters, enhancing storytelling and immersive experiences.

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 motion npx -- -y @trustedskills/motion
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "motion": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/motion"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The motion skill enables AI agents to interpret and generate motion-related data, such as movement patterns, velocity calculations, or trajectory predictions. It can analyze input like video frames, sensor data, or user commands to detect and describe motion in a structured way.

When to use it

  • To track object movement in real-time video analysis applications
  • For generating animations based on user-defined motion parameters
  • In robotics or autonomous systems for path planning and navigation

Key capabilities

  • Motion detection from visual input
  • Velocity and acceleration calculations
  • Trajectory prediction based on historical data

Example prompts

  • "Analyze this video and describe the movement of the car."
  • "Generate a smooth animation path for an object moving from point A to B."
  • "Calculate the velocity and direction of motion from these sensor readings."

Tips & gotchas

  • Ensure input data is properly formatted (e.g., timestamps, coordinates) for accurate motion analysis.
  • Motion prediction may have limitations in complex or unpredictable environments.

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
onmax
Installs
841

🌐 Community

Passed automated security scans.