{
  "schemaVersion": 1,
  "name": "Agent Motion",
  "description": "Agent-first registry of production-ready, editable Remotion components.",
  "homepage": "https://agent-motion.com",
  "documentation": "https://agent-motion.com/agents",
  "llms": "https://agent-motion.com/llms.txt",
  "authentication": {"required": false},
  "registry": {
    "index": "https://agent-motion.com/registry/index.json",
    "schema": "https://agent-motion.com/registry/schema/registry.schema.json",
    "manifestTemplate": "https://agent-motion.com/registry/{name}/manifest.json",
    "fileTemplate": "https://agent-motion.com/registry/{name}/{filename}",
    "schemaVersion": 1
  },
  "cli": {
    "package": "@agent-motion/cli",
    "version": "0.5.0",
    "runner": "npx @agent-motion/cli",
    "supportsJson": true,
    "commands": ["doctor", "list", "search", "info", "add"]
  },
  "plugin": {
    "name": "agent-motion",
    "version": "0.1.0",
    "repository": "https://gitlab.com/VRymarovich/agent-motion-plugin",
    "marketplace": "https://gitlab.com/VRymarovich/agent-motion-plugin.git",
    "installCommands": [
      "codex plugin marketplace add https://gitlab.com/VRymarovich/agent-motion-plugin.git",
      "codex plugin add agent-motion@agent-motion"
    ]
  },
  "capabilities": [
    "component-discovery",
    "ranked-search",
    "machine-readable-contracts",
    "validated-prop-contracts",
    "render-safe-example-props",
    "structured-actionable-errors",
    "installable-agent-skill",
    "project-diagnostics",
    "version-pinned-installation",
    "integrity-verification"
  ],
  "license": "MIT"
}
