{
  "schemaVersion": "1.0",
  "item": {
    "slug": "image-to-video",
    "name": "Image To Video",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/okaris/image-to-video",
    "canonicalUrl": "https://clawhub.ai/okaris/image-to-video",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/image-to-video",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=image-to-video",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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/image-to-video"
    },
    "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/image-to-video",
    "agentPageUrl": "https://openagent3.xyz/skills/image-to-video/agent",
    "manifestUrl": "https://openagent3.xyz/skills/image-to-video/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/image-to-video/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": "Image to Video",
        "body": "Convert still images to animated videos via inference.sh CLI."
      },
      {
        "title": "Quick Start",
        "body": "curl -fsSL https://cli.inference.sh | sh && infsh login\n\n# Generate a still image\ninfsh app run falai/flux-dev-lora --input '{\n  \"prompt\": \"serene mountain lake at sunset, snow-capped peaks reflected in still water, golden hour light, landscape photography\",\n  \"width\": 1248,\n  \"height\": 832\n}'\n\n# Animate it\ninfsh app run falai/wan-2-5-i2v --input '{\n  \"prompt\": \"gentle ripples on the lake surface, clouds slowly drifting, warm light shifting, birds flying in the distance\",\n  \"image\": \"path/to/lake-image.png\"\n}'\n\nInstall note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available."
      },
      {
        "title": "Model Selection",
        "body": "ModelApp IDBest ForMotion StyleWan 2.5 i2vfalai/wan-2-5-i2vRealistic motion, natural movementPhotorealistic, subtleSeedance 1.5 Probytedance/seedance-1-5-proStylized, creative, animation-likeArtistic, expressiveSeedance 1.0 Probytedance/seedance-1-0-proGeneral purpose, good qualityBalancedFabric 1.0falai/fabric-1-0Cloth, fabric, liquid, flowing materialsPhysics-based flowGrok Imagine Videoxai/grok-imagine-videoGeneral animation, text-guidedVersatile"
      },
      {
        "title": "When to Use Each",
        "body": "ScenarioBest ModelWhyLandscape with water/cloudsWan 2.5 i2vBest at natural, realistic motionPortrait with subtle expressionWan 2.5 i2vMaintains face fidelityProduct with fabric/clothFabric 1.0Specialized in material physicsFlag waving, curtain flowingFabric 1.0Cloth simulationIllustrated/artistic imageSeedanceMatches stylized contentGeneral \"bring to life\"Seedance 1.5 ProGood all-rounderQuick test/iterationSeedance 1.0 LiteFastest, 720p"
      },
      {
        "title": "Camera Movement",
        "body": "MovementPrompt KeywordEffectPush in / Dolly forward\"slow dolly forward\", \"camera pushes in\"Increasing intimacy/focusPull out / Dolly back\"camera pulls back\", \"slow zoom out\"Reveal, contextPan left/right\"camera pans slowly to the right\"Scanning, followingTilt up/down\"camera tilts upward\"Revealing heightOrbit\"camera orbits around the subject\"3D explorationCrane up\"camera rises upward\"Grand revealStatic(no camera movement prompt)Subject motion only"
      },
      {
        "title": "Subject Motion",
        "body": "TypePrompt ExamplesNatural elements\"water rippling\", \"clouds drifting\", \"leaves rustling in breeze\"Hair/clothing\"hair blowing gently in wind\", \"dress fabric flowing\"Atmospheric\"fog slowly rolling\", \"dust particles floating in light beams\"Character\"person slowly turns to camera\", \"subtle breathing motion\"Mechanical\"gears turning\", \"clock hands moving\"Liquid\"coffee steam rising\", \"paint dripping\", \"water pouring\""
      },
      {
        "title": "The Golden Rule: Subtle > Dramatic",
        "body": "AI video models produce better results with gentle, subtle motion than dramatic action. Requesting too much movement causes distortion and artifacts.\n\n❌ \"person running and jumping over obstacles while the camera spins\"\n✅ \"person slowly walking forward, gentle breeze, camera follows alongside\"\n\n❌ \"explosion with debris flying everywhere\"\n✅ \"candle flame flickering gently, warm ambient light shifting\"\n\n❌ \"fast zoom into the eyes with dramatic camera shake\"\n✅ \"slow dolly forward toward the subject, subtle focus shift\""
      },
      {
        "title": "Prompt Structure",
        "body": "[Camera movement] + [Subject motion] + [Atmospheric effects] + [Mood/pace]"
      },
      {
        "title": "Examples by Scenario",
        "body": "# Landscape animation\ninfsh app run falai/wan-2-5-i2v --input '{\n  \"prompt\": \"gentle camera pan right, water reflecting moving clouds, trees swaying slightly in breeze, warm golden light, peaceful and slow\",\n  \"image\": \"landscape.png\"\n}'\n\n# Portrait animation\ninfsh app run falai/wan-2-5-i2v --input '{\n  \"prompt\": \"subtle breathing motion, slight head turn, natural eye blink, hair moving gently, soft ambient lighting shifts\",\n  \"image\": \"portrait.png\"\n}'\n\n# Product shot animation\ninfsh app run bytedance/seedance-1-5-pro --input '{\n  \"prompt\": \"slow 360 degree orbit around the product, gentle spotlight movement, subtle reflections shifting, premium product showcase, smooth motion\",\n  \"image\": \"product.png\"\n}'\n\n# Fabric/cloth animation\ninfsh app run falai/fabric-1-0 --input '{\n  \"prompt\": \"fabric flowing and rippling in gentle wind, natural cloth physics, soft movement\",\n  \"image\": \"fabric-scene.png\"\n}'\n\n# Architectural visualization\ninfsh app run falai/wan-2-5-i2v --input '{\n  \"prompt\": \"slow dolly forward through the entrance, slight camera tilt upward, ambient light filtering through windows, dust particles in light beams\",\n  \"image\": \"building-interior.png\"\n}'"
      },
      {
        "title": "Duration Guidelines",
        "body": "DurationQualityUse For2-3 secondsHighest qualityGIFs, looping backgrounds, cinemagraphs4-5 secondsHigh qualitySocial media posts, product reveals6-8 secondsGood qualityShort clips, transitions10+ secondsQuality degradesAvoid unless stitching shorter clips"
      },
      {
        "title": "Extending Duration",
        "body": "For longer videos, generate multiple short clips and stitch:\n\n# Generate 3 clips from the same image with progressive motion\ninfsh app run falai/wan-2-5-i2v --input '{\n  \"prompt\": \"slow pan left, gentle water motion\",\n  \"image\": \"scene.png\"\n}' --no-wait\n\ninfsh app run falai/wan-2-5-i2v --input '{\n  \"prompt\": \"continuing pan, clouds shifting, light changing\",\n  \"image\": \"scene.png\"\n}' --no-wait\n\n# Stitch together\ninfsh app run infsh/media-merger --input '{\n  \"media\": [\"clip1.mp4\", \"clip2.mp4\"]\n}'"
      },
      {
        "title": "Still-to-Final-Video Pipeline",
        "body": "# 1. Generate source image (best quality)\ninfsh app run bytedance/seedream-4-5 --input '{\n  \"prompt\": \"cinematic landscape, misty mountains at dawn, lake in foreground, dramatic clouds, golden hour, 4K quality, professional photography\",\n  \"size\": \"2K\"\n}'\n\n# 2. Animate the image\ninfsh app run falai/wan-2-5-i2v --input '{\n  \"prompt\": \"gentle mist rolling through the valley, lake surface rippling, clouds slowly moving, birds in distance, warm light shifting\",\n  \"image\": \"landscape.png\"\n}'\n\n# 3. Upscale video if needed\ninfsh app run falai/topaz-video-upscaler --input '{\n  \"video\": \"animated-landscape.mp4\"\n}'\n\n# 4. Add ambient audio\ninfsh app run infsh/hunyuanvideo-foley --input '{\n  \"video\": \"animated-landscape.mp4\",\n  \"prompt\": \"gentle nature ambience, distant birds, soft wind, water lapping\"\n}'\n\n# 5. Merge video with audio\ninfsh app run infsh/video-audio-merger --input '{\n  \"video\": \"upscaled-landscape.mp4\",\n  \"audio\": \"ambient-audio.mp3\"\n}'"
      },
      {
        "title": "Cinemagraph Effect",
        "body": "A cinemagraph is a still photo where only one element moves (e.g., waterfall moving in an otherwise frozen scene). To achieve this:\n\nGenerate the still image with the motion element clearly defined\nPrompt for motion only in that specific element\nKeep to 2-4 seconds for seamless looping\n\ninfsh app run falai/wan-2-5-i2v --input '{\n  \"prompt\": \"only the waterfall is moving, everything else remains perfectly still, water cascading smoothly, rest of scene frozen\",\n  \"image\": \"waterfall-scene.png\"\n}'"
      },
      {
        "title": "Common Mistakes",
        "body": "MistakeProblemFixToo much motion requestedDistortion, artifacts, warpingSubtle > dramatic, alwaysWrong model for content typePoor resultsUse selection guide aboveClips too long (10s+)Quality degrades significantlyKeep to 3-5 seconds, stitch if neededNo camera movement specifiedRandom/unpredictable motionAlways specify camera behaviorConflicting motion directionsChaotic, unnaturalOne primary motion directionLow-res source imageLow-res video outputStart with highest quality sourceComplex action scenesModels can't handleKeep motion simple and natural"
      },
      {
        "title": "Related Skills",
        "body": "npx skills add inference-sh/skills@ai-video-generation\nnpx skills add inference-sh/skills@ai-image-generation\nnpx skills add inference-sh/skills@video-prompting-guide\nnpx skills add inference-sh/skills@prompt-engineering\n\nBrowse all apps: infsh app list"
      }
    ],
    "body": "Image to Video\n\nConvert still images to animated videos via inference.sh CLI.\n\nQuick Start\ncurl -fsSL https://cli.inference.sh | sh && infsh login\n\n# Generate a still image\ninfsh app run falai/flux-dev-lora --input '{\n  \"prompt\": \"serene mountain lake at sunset, snow-capped peaks reflected in still water, golden hour light, landscape photography\",\n  \"width\": 1248,\n  \"height\": 832\n}'\n\n# Animate it\ninfsh app run falai/wan-2-5-i2v --input '{\n  \"prompt\": \"gentle ripples on the lake surface, clouds slowly drifting, warm light shifting, birds flying in the distance\",\n  \"image\": \"path/to/lake-image.png\"\n}'\n\n\nInstall note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available.\n\nModel Selection\nModel\tApp ID\tBest For\tMotion Style\nWan 2.5 i2v\tfalai/wan-2-5-i2v\tRealistic motion, natural movement\tPhotorealistic, subtle\nSeedance 1.5 Pro\tbytedance/seedance-1-5-pro\tStylized, creative, animation-like\tArtistic, expressive\nSeedance 1.0 Pro\tbytedance/seedance-1-0-pro\tGeneral purpose, good quality\tBalanced\nFabric 1.0\tfalai/fabric-1-0\tCloth, fabric, liquid, flowing materials\tPhysics-based flow\nGrok Imagine Video\txai/grok-imagine-video\tGeneral animation, text-guided\tVersatile\nWhen to Use Each\nScenario\tBest Model\tWhy\nLandscape with water/clouds\tWan 2.5 i2v\tBest at natural, realistic motion\nPortrait with subtle expression\tWan 2.5 i2v\tMaintains face fidelity\nProduct with fabric/cloth\tFabric 1.0\tSpecialized in material physics\nFlag waving, curtain flowing\tFabric 1.0\tCloth simulation\nIllustrated/artistic image\tSeedance\tMatches stylized content\nGeneral \"bring to life\"\tSeedance 1.5 Pro\tGood all-rounder\nQuick test/iteration\tSeedance 1.0 Lite\tFastest, 720p\nMotion Types\nCamera Movement\nMovement\tPrompt Keyword\tEffect\nPush in / Dolly forward\t\"slow dolly forward\", \"camera pushes in\"\tIncreasing intimacy/focus\nPull out / Dolly back\t\"camera pulls back\", \"slow zoom out\"\tReveal, context\nPan left/right\t\"camera pans slowly to the right\"\tScanning, following\nTilt up/down\t\"camera tilts upward\"\tRevealing height\nOrbit\t\"camera orbits around the subject\"\t3D exploration\nCrane up\t\"camera rises upward\"\tGrand reveal\nStatic\t(no camera movement prompt)\tSubject motion only\nSubject Motion\nType\tPrompt Examples\nNatural elements\t\"water rippling\", \"clouds drifting\", \"leaves rustling in breeze\"\nHair/clothing\t\"hair blowing gently in wind\", \"dress fabric flowing\"\nAtmospheric\t\"fog slowly rolling\", \"dust particles floating in light beams\"\nCharacter\t\"person slowly turns to camera\", \"subtle breathing motion\"\nMechanical\t\"gears turning\", \"clock hands moving\"\nLiquid\t\"coffee steam rising\", \"paint dripping\", \"water pouring\"\nPrompting Best Practices\nThe Golden Rule: Subtle > Dramatic\n\nAI video models produce better results with gentle, subtle motion than dramatic action. Requesting too much movement causes distortion and artifacts.\n\n❌ \"person running and jumping over obstacles while the camera spins\"\n✅ \"person slowly walking forward, gentle breeze, camera follows alongside\"\n\n❌ \"explosion with debris flying everywhere\"\n✅ \"candle flame flickering gently, warm ambient light shifting\"\n\n❌ \"fast zoom into the eyes with dramatic camera shake\"\n✅ \"slow dolly forward toward the subject, subtle focus shift\"\n\nPrompt Structure\n[Camera movement] + [Subject motion] + [Atmospheric effects] + [Mood/pace]\n\nExamples by Scenario\n# Landscape animation\ninfsh app run falai/wan-2-5-i2v --input '{\n  \"prompt\": \"gentle camera pan right, water reflecting moving clouds, trees swaying slightly in breeze, warm golden light, peaceful and slow\",\n  \"image\": \"landscape.png\"\n}'\n\n# Portrait animation\ninfsh app run falai/wan-2-5-i2v --input '{\n  \"prompt\": \"subtle breathing motion, slight head turn, natural eye blink, hair moving gently, soft ambient lighting shifts\",\n  \"image\": \"portrait.png\"\n}'\n\n# Product shot animation\ninfsh app run bytedance/seedance-1-5-pro --input '{\n  \"prompt\": \"slow 360 degree orbit around the product, gentle spotlight movement, subtle reflections shifting, premium product showcase, smooth motion\",\n  \"image\": \"product.png\"\n}'\n\n# Fabric/cloth animation\ninfsh app run falai/fabric-1-0 --input '{\n  \"prompt\": \"fabric flowing and rippling in gentle wind, natural cloth physics, soft movement\",\n  \"image\": \"fabric-scene.png\"\n}'\n\n# Architectural visualization\ninfsh app run falai/wan-2-5-i2v --input '{\n  \"prompt\": \"slow dolly forward through the entrance, slight camera tilt upward, ambient light filtering through windows, dust particles in light beams\",\n  \"image\": \"building-interior.png\"\n}'\n\nDuration Guidelines\nDuration\tQuality\tUse For\n2-3 seconds\tHighest quality\tGIFs, looping backgrounds, cinemagraphs\n4-5 seconds\tHigh quality\tSocial media posts, product reveals\n6-8 seconds\tGood quality\tShort clips, transitions\n10+ seconds\tQuality degrades\tAvoid unless stitching shorter clips\nExtending Duration\n\nFor longer videos, generate multiple short clips and stitch:\n\n# Generate 3 clips from the same image with progressive motion\ninfsh app run falai/wan-2-5-i2v --input '{\n  \"prompt\": \"slow pan left, gentle water motion\",\n  \"image\": \"scene.png\"\n}' --no-wait\n\ninfsh app run falai/wan-2-5-i2v --input '{\n  \"prompt\": \"continuing pan, clouds shifting, light changing\",\n  \"image\": \"scene.png\"\n}' --no-wait\n\n# Stitch together\ninfsh app run infsh/media-merger --input '{\n  \"media\": [\"clip1.mp4\", \"clip2.mp4\"]\n}'\n\nThe Full Workflow\nStill-to-Final-Video Pipeline\n# 1. Generate source image (best quality)\ninfsh app run bytedance/seedream-4-5 --input '{\n  \"prompt\": \"cinematic landscape, misty mountains at dawn, lake in foreground, dramatic clouds, golden hour, 4K quality, professional photography\",\n  \"size\": \"2K\"\n}'\n\n# 2. Animate the image\ninfsh app run falai/wan-2-5-i2v --input '{\n  \"prompt\": \"gentle mist rolling through the valley, lake surface rippling, clouds slowly moving, birds in distance, warm light shifting\",\n  \"image\": \"landscape.png\"\n}'\n\n# 3. Upscale video if needed\ninfsh app run falai/topaz-video-upscaler --input '{\n  \"video\": \"animated-landscape.mp4\"\n}'\n\n# 4. Add ambient audio\ninfsh app run infsh/hunyuanvideo-foley --input '{\n  \"video\": \"animated-landscape.mp4\",\n  \"prompt\": \"gentle nature ambience, distant birds, soft wind, water lapping\"\n}'\n\n# 5. Merge video with audio\ninfsh app run infsh/video-audio-merger --input '{\n  \"video\": \"upscaled-landscape.mp4\",\n  \"audio\": \"ambient-audio.mp3\"\n}'\n\nCinemagraph Effect\n\nA cinemagraph is a still photo where only one element moves (e.g., waterfall moving in an otherwise frozen scene). To achieve this:\n\nGenerate the still image with the motion element clearly defined\nPrompt for motion only in that specific element\nKeep to 2-4 seconds for seamless looping\ninfsh app run falai/wan-2-5-i2v --input '{\n  \"prompt\": \"only the waterfall is moving, everything else remains perfectly still, water cascading smoothly, rest of scene frozen\",\n  \"image\": \"waterfall-scene.png\"\n}'\n\nCommon Mistakes\nMistake\tProblem\tFix\nToo much motion requested\tDistortion, artifacts, warping\tSubtle > dramatic, always\nWrong model for content type\tPoor results\tUse selection guide above\nClips too long (10s+)\tQuality degrades significantly\tKeep to 3-5 seconds, stitch if needed\nNo camera movement specified\tRandom/unpredictable motion\tAlways specify camera behavior\nConflicting motion directions\tChaotic, unnatural\tOne primary motion direction\nLow-res source image\tLow-res video output\tStart with highest quality source\nComplex action scenes\tModels can't handle\tKeep motion simple and natural\nRelated Skills\nnpx skills add inference-sh/skills@ai-video-generation\nnpx skills add inference-sh/skills@ai-image-generation\nnpx skills add inference-sh/skills@video-prompting-guide\nnpx skills add inference-sh/skills@prompt-engineering\n\n\nBrowse all apps: infsh app list"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/okaris/image-to-video",
    "publisherUrl": "https://clawhub.ai/okaris/image-to-video",
    "owner": "okaris",
    "version": "0.1.5",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/image-to-video",
    "downloadUrl": "https://openagent3.xyz/downloads/image-to-video",
    "agentUrl": "https://openagent3.xyz/skills/image-to-video/agent",
    "manifestUrl": "https://openagent3.xyz/skills/image-to-video/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/image-to-video/agent.md"
  }
}