{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_lottie",
  "slug": "lottie",
  "name": "Text-To-Lottie",
  "canonical_url": "https://www.openagent.bot/skills/lottie",
  "category": "skills",
  "resource_type": "skill",
  "summary": "Text-To-Lottie is an open-source skill and harness from Diffusion Studio for generating Lottie animations with AI coding agents. The project includes a Skia CanvasKit / Skottie player, React + TypeScript controls, and a workflow where the agent writes `public/lottie.json` while the dev server hot-reloads the animation.",
  "capabilities": [
    "agent-skill",
    "workflow",
    "automation"
  ],
  "constraints": [
    "open-source"
  ],
  "scenarios": [
    "developer-workflow"
  ],
  "deployment_modes": [],
  "interfaces": [
    "repo"
  ],
  "integrations": [],
  "permission_surface": [
    "shell/files"
  ],
  "risk_level": "moderate",
  "source_confidence": "high",
  "recommended_workflows": [
    "Coding agent workflow",
    "Connector or protocol layer",
    "Reusable skill workflow"
  ],
  "avoid_when": [
    "Users looking for a traditional timeline animation editor",
    "Teams that need After Effects plugin workflows rather than agent-authored JSON",
    "Projects that cannot run a local development preview harness"
  ],
  "primary_actions": [
    "Inspect repository",
    "Open Source",
    "Install the skill",
    "Run the local harness manually"
  ],
  "evidence_urls": [
    "https://github.com/diffusionstudio/lottie",
    "https://x.com/konstipaulus/status/2064011863889788972?s=46"
  ],
  "last_verified_at": "2026-06-09",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/skills/lottie.json",
    "markdown_url": "https://www.openagent.bot/skills/lottie.md",
    "agent_json_url": "https://www.openagent.bot/skills/lottie.agent.json"
  }
}