{
  "schemaVersion": "1.0",
  "item": {
    "slug": "remotion-excalidraw-tts",
    "name": "Remotion + Excalidraw + TTS",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jack4world/remotion-excalidraw-tts",
    "canonicalUrl": "https://clawhub.ai/jack4world/remotion-excalidraw-tts",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/remotion-excalidraw-tts",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=remotion-excalidraw-tts",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "assets/template/remotion-project/README.md",
      "assets/template/remotion-project/eslint.config.mjs",
      "assets/template/remotion-project/package-lock.json",
      "assets/template/remotion-project/package.json",
      "assets/template/remotion-project/postcss.config.mjs"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/remotion-excalidraw-tts"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/remotion-excalidraw-tts",
    "agentPageUrl": "https://openagent3.xyz/skills/remotion-excalidraw-tts/agent",
    "manifestUrl": "https://openagent3.xyz/skills/remotion-excalidraw-tts/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/remotion-excalidraw-tts/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Remotion + Excalidraw + TTS (Local)",
        "body": "Use this skill to turn an Excalidraw diagram + a voiceover script into a rendered MP4 using:\n\nRemotion (render)\nExcalidraw (render the .excalidraw JSON directly)\nTTS via macOS say (offline)"
      },
      {
        "title": "Quick start (one command)",
        "body": "Run:\n\npython3 skills/remotion-excalidraw-tts/scripts/make_video.py \\\n  --diagram /absolute/path/to/diagram.excalidraw \\\n  --voiceover-text /absolute/path/to/voiceover.txt \\\n  --out /absolute/path/to/out.mp4\n\nOptional: drive camera/focus/subtitles via storyboard JSON:\n\npython3 skills/remotion-excalidraw-tts/scripts/make_video.py \\\n  --diagram /absolute/path/to/diagram.excalidraw \\\n  --voiceover-text /absolute/path/to/voiceover.txt \\\n  --storyboard-json /absolute/path/to/storyboard.json \\\n  --out /absolute/path/to/out.mp4\n\nWhat it does:\n\ncopies the Remotion template project from assets/template/remotion-project/ into a temp workdir\nwrites public/diagram.excalidraw\ngenerates public/voiceover.mp3 via say + ffmpeg\nsets composition duration to match the voiceover length\nrenders MP4 with npx remotion render"
      },
      {
        "title": "Inputs",
        "body": "--diagram: .excalidraw JSON file (from Excalidraw export)\n--voiceover-text: plain text file (Chinese supported)\n\nOptional:\n\n--voiceover-mp3: if you already have audio, skip TTS\n--tts-backend: say (default) | openai | elevenlabs\n--fps: default 30\n\nTTS backends:\n\nmacOS say: --tts-backend say --voice Tingting --rate 220\nOpenAI: --tts-backend openai --openai-model gpt-4o-mini-tts --openai-voice alloy (requires OPENAI_API_KEY)\nElevenLabs: --tts-backend elevenlabs --elevenlabs-voice-id <voiceId> --elevenlabs-model eleven_multilingual_v2 (requires ELEVENLABS_API_KEY)"
      },
      {
        "title": "Option A: edit TypeScript storyboard",
        "body": "Template code lives in:\n\nassets/template/remotion-project/src/video/storyboard/storyboard.ts\n\nEdit scenes:\n\ncameraFrom/cameraTo (x/y/scale)\nfocus rectangle (x/y/width/height + label)\nsubtitle"
      },
      {
        "title": "Option B (recommended): provide storyboard.json",
        "body": "Pass --storyboard-json /abs/path/storyboard.json.\n\nSchema reference:\n\nreferences/storyboard.schema.json\n\nMinimal example:\n\n{\n  \"scenes\": [\n    {\n      \"name\": \"intro\",\n      \"durationSec\": 10,\n      \"subtitle\": \"很多智能体隔天就失忆。\",\n      \"cameraFrom\": {\"x\": 0, \"y\": 0, \"scale\": 1},\n      \"cameraTo\": {\"x\": 0, \"y\": 0, \"scale\": 1},\n      \"focus\": {\"x\": 140, \"y\": 120, \"width\": 1640, \"height\": 340, \"label\": \"问题\"}\n    }\n  ]\n}"
      },
      {
        "title": "Requirements",
        "body": "macOS (for say)\nffmpeg + ffprobe\nNode.js + npm (the script will run npm i in the temp project)"
      }
    ],
    "body": "Remotion + Excalidraw + TTS (Local)\n\nUse this skill to turn an Excalidraw diagram + a voiceover script into a rendered MP4 using:\n\nRemotion (render)\nExcalidraw (render the .excalidraw JSON directly)\nTTS via macOS say (offline)\nQuick start (one command)\n\nRun:\n\npython3 skills/remotion-excalidraw-tts/scripts/make_video.py \\\n  --diagram /absolute/path/to/diagram.excalidraw \\\n  --voiceover-text /absolute/path/to/voiceover.txt \\\n  --out /absolute/path/to/out.mp4\n\n\nOptional: drive camera/focus/subtitles via storyboard JSON:\n\npython3 skills/remotion-excalidraw-tts/scripts/make_video.py \\\n  --diagram /absolute/path/to/diagram.excalidraw \\\n  --voiceover-text /absolute/path/to/voiceover.txt \\\n  --storyboard-json /absolute/path/to/storyboard.json \\\n  --out /absolute/path/to/out.mp4\n\n\nWhat it does:\n\ncopies the Remotion template project from assets/template/remotion-project/ into a temp workdir\nwrites public/diagram.excalidraw\ngenerates public/voiceover.mp3 via say + ffmpeg\nsets composition duration to match the voiceover length\nrenders MP4 with npx remotion render\nInputs\n--diagram: .excalidraw JSON file (from Excalidraw export)\n--voiceover-text: plain text file (Chinese supported)\n\nOptional:\n\n--voiceover-mp3: if you already have audio, skip TTS\n--tts-backend: say (default) | openai | elevenlabs\n--fps: default 30\n\nTTS backends:\n\nmacOS say: --tts-backend say --voice Tingting --rate 220\nOpenAI: --tts-backend openai --openai-model gpt-4o-mini-tts --openai-voice alloy (requires OPENAI_API_KEY)\nElevenLabs: --tts-backend elevenlabs --elevenlabs-voice-id <voiceId> --elevenlabs-model eleven_multilingual_v2 (requires ELEVENLABS_API_KEY)\nCustomizing scenes (pan/zoom/highlights)\nOption A: edit TypeScript storyboard\n\nTemplate code lives in:\n\nassets/template/remotion-project/src/video/storyboard/storyboard.ts\n\nEdit scenes:\n\ncameraFrom/cameraTo (x/y/scale)\nfocus rectangle (x/y/width/height + label)\nsubtitle\nOption B (recommended): provide storyboard.json\n\nPass --storyboard-json /abs/path/storyboard.json.\n\nSchema reference:\n\nreferences/storyboard.schema.json\n\nMinimal example:\n\n{\n  \"scenes\": [\n    {\n      \"name\": \"intro\",\n      \"durationSec\": 10,\n      \"subtitle\": \"很多智能体隔天就失忆。\",\n      \"cameraFrom\": {\"x\": 0, \"y\": 0, \"scale\": 1},\n      \"cameraTo\": {\"x\": 0, \"y\": 0, \"scale\": 1},\n      \"focus\": {\"x\": 140, \"y\": 120, \"width\": 1640, \"height\": 340, \"label\": \"问题\"}\n    }\n  ]\n}\n\nRequirements\nmacOS (for say)\nffmpeg + ffprobe\nNode.js + npm (the script will run npm i in the temp project)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jack4world/remotion-excalidraw-tts",
    "publisherUrl": "https://clawhub.ai/jack4world/remotion-excalidraw-tts",
    "owner": "jack4world",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/remotion-excalidraw-tts",
    "downloadUrl": "https://openagent3.xyz/downloads/remotion-excalidraw-tts",
    "agentUrl": "https://openagent3.xyz/skills/remotion-excalidraw-tts/agent",
    "manifestUrl": "https://openagent3.xyz/skills/remotion-excalidraw-tts/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/remotion-excalidraw-tts/agent.md"
  }
}