{
  "schemaVersion": "1.0",
  "item": {
    "slug": "skill-runway-video-gen",
    "name": "Skill Runway Video Gen",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/Zero2Ai-hub/skill-runway-video-gen",
    "canonicalUrl": "https://clawhub.ai/Zero2Ai-hub/skill-runway-video-gen",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/skill-runway-video-gen",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-runway-video-gen",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "scripts/generate_video.py"
    ],
    "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-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/skill-runway-video-gen"
    },
    "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/skill-runway-video-gen",
    "agentPageUrl": "https://openagent3.xyz/skills/skill-runway-video-gen/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-runway-video-gen/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-runway-video-gen/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": "skill-runway-video-gen",
        "body": "Wraps Runway Gen4 Turbo image-to-video API. Point at a product image, describe the motion, get an MP4. No browser needed."
      },
      {
        "title": "Usage",
        "body": "uv run scripts/generate_video.py \\\n  --image product.jpg \\\n  --prompt \"water droplets falling, soft bokeh, slow motion\" \\\n  --output output.mp4 \\\n  --duration 10 \\\n  --ratio 720:1280"
      },
      {
        "title": "Args",
        "body": "ArgDefaultDescription--imagerequiredPath to source product image--prompt\"\"Motion description (optional but recommended)--outputrequiredOutput MP4 path--duration10Video length: 5 or 10 seconds--ratio720:1280Aspect ratio (vertical for TikTok)"
      },
      {
        "title": "Config",
        "body": "API key is read from (in order):\n\nRUNWAY_API_KEY environment variable\n~/tiktok-api.json → runway.apiKey"
      },
      {
        "title": "Cost",
        "body": "DurationCost5s$0.2510s$0.50\n\nAlways use 10s — you get more content to work with."
      },
      {
        "title": "Known quirks",
        "body": "Last 1–2s often freezes. Fix: stretch to 12s at 0.83x speed using MoviePy:\n\nfrom moviepy import VideoFileClip\nclip = VideoFileClip(\"output.mp4\")\nslow = clip.with_effects([vfx.MultiplySpeed(0.83)])\nslow.write_videofile(\"output_12s.mp4\", fps=30)"
      },
      {
        "title": "Rate limits",
        "body": "No per-minute quota (unlike Veo). Runway charges per second of output."
      },
      {
        "title": "Pipeline integration",
        "body": "This skill feeds into skill-tiktok-video-pipeline as the video generation step. The pipeline handles slowmo stretch and caption overlay automatically."
      }
    ],
    "body": "skill-runway-video-gen\n\nWraps Runway Gen4 Turbo image-to-video API. Point at a product image, describe the motion, get an MP4. No browser needed.\n\nUsage\nuv run scripts/generate_video.py \\\n  --image product.jpg \\\n  --prompt \"water droplets falling, soft bokeh, slow motion\" \\\n  --output output.mp4 \\\n  --duration 10 \\\n  --ratio 720:1280\n\nArgs\nArg\tDefault\tDescription\n--image\trequired\tPath to source product image\n--prompt\t\"\"\tMotion description (optional but recommended)\n--output\trequired\tOutput MP4 path\n--duration\t10\tVideo length: 5 or 10 seconds\n--ratio\t720:1280\tAspect ratio (vertical for TikTok)\nConfig\n\nAPI key is read from (in order):\n\nRUNWAY_API_KEY environment variable\n~/tiktok-api.json → runway.apiKey\nCost\nDuration\tCost\n5s\t$0.25\n10s\t$0.50\n\nAlways use 10s — you get more content to work with.\n\nKnown quirks\n\nLast 1–2s often freezes. Fix: stretch to 12s at 0.83x speed using MoviePy:\n\nfrom moviepy import VideoFileClip\nclip = VideoFileClip(\"output.mp4\")\nslow = clip.with_effects([vfx.MultiplySpeed(0.83)])\nslow.write_videofile(\"output_12s.mp4\", fps=30)\n\nRate limits\n\nNo per-minute quota (unlike Veo). Runway charges per second of output.\n\nPipeline integration\n\nThis skill feeds into skill-tiktok-video-pipeline as the video generation step. The pipeline handles slowmo stretch and caption overlay automatically."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Zero2Ai-hub/skill-runway-video-gen",
    "publisherUrl": "https://clawhub.ai/Zero2Ai-hub/skill-runway-video-gen",
    "owner": "Zero2Ai-hub",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/skill-runway-video-gen",
    "downloadUrl": "https://openagent3.xyz/downloads/skill-runway-video-gen",
    "agentUrl": "https://openagent3.xyz/skills/skill-runway-video-gen/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-runway-video-gen/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-runway-video-gen/agent.md"
  }
}