{
  "schemaVersion": "1.0",
  "item": {
    "slug": "google-veo",
    "name": "Google Veo",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/okaris/google-veo",
    "canonicalUrl": "https://clawhub.ai/okaris/google-veo",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/google-veo",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=google-veo",
    "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/google-veo"
    },
    "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/google-veo",
    "agentPageUrl": "https://openagent3.xyz/skills/google-veo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/google-veo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/google-veo/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": "Google Veo Video Generation",
        "body": "Generate videos with Google Veo models via inference.sh CLI."
      },
      {
        "title": "Quick Start",
        "body": "curl -fsSL https://cli.inference.sh | sh && infsh login\n\ninfsh app run google/veo-3-1-fast --input '{\"prompt\": \"drone shot over a mountain lake\"}'\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": "Veo Models",
        "body": "ModelApp IDSpeedQualityVeo 3.1google/veo-3-1SlowerBestVeo 3.1 Fastgoogle/veo-3-1-fastFastExcellentVeo 3google/veo-3MediumExcellentVeo 3 Fastgoogle/veo-3-fastFastVery GoodVeo 2google/veo-2MediumGood"
      },
      {
        "title": "Search Veo Apps",
        "body": "infsh app list --search \"veo\""
      },
      {
        "title": "Cinematic Shot",
        "body": "infsh app run google/veo-3-1-fast --input '{\n  \"prompt\": \"Cinematic drone shot flying through a misty forest at sunrise, volumetric lighting\"\n}'"
      },
      {
        "title": "Product Demo",
        "body": "infsh app run google/veo-3 --input '{\n  \"prompt\": \"Sleek smartphone rotating on a dark reflective surface, studio lighting\"\n}'"
      },
      {
        "title": "Nature Scene",
        "body": "infsh app run google/veo-3-1-fast --input '{\n  \"prompt\": \"Timelapse of clouds moving over a mountain range, golden hour\"\n}'"
      },
      {
        "title": "Action Shot",
        "body": "infsh app run google/veo-3 --input '{\n  \"prompt\": \"Slow motion water droplet splashing into a pool, macro shot\"\n}'"
      },
      {
        "title": "Urban Scene",
        "body": "infsh app run google/veo-3-1-fast --input '{\n  \"prompt\": \"Busy city street at night with neon signs and rain reflections, Tokyo style\"\n}'"
      },
      {
        "title": "Prompt Tips",
        "body": "Camera movements: drone shot, tracking shot, pan, zoom, dolly, steadicam\n\nLighting: golden hour, blue hour, studio lighting, volumetric, neon, natural\n\nStyle: cinematic, documentary, commercial, artistic, realistic\n\nTiming: slow motion, timelapse, real-time"
      },
      {
        "title": "Sample Workflow",
        "body": "# 1. Generate sample input to see all options\ninfsh app sample google/veo-3-1-fast --save input.json\n\n# 2. Edit the prompt\n# 3. Run\ninfsh app run google/veo-3-1-fast --input input.json"
      },
      {
        "title": "Related Skills",
        "body": "# Full platform skill (all 150+ apps)\nnpx skills add inference-sh/skills@inference-sh\n\n# All video generation models\nnpx skills add inference-sh/skills@ai-video-generation\n\n# AI avatars & lipsync\nnpx skills add inference-sh/skills@ai-avatar-video\n\n# Image generation (for image-to-video)\nnpx skills add inference-sh/skills@ai-image-generation\n\nBrowse all video apps: infsh app list --category video"
      },
      {
        "title": "Documentation",
        "body": "Running Apps - How to run apps via CLI\nStreaming Results - Real-time progress updates\nContent Pipeline Example - Building media workflows"
      }
    ],
    "body": "Google Veo Video Generation\n\nGenerate videos with Google Veo models via inference.sh CLI.\n\nQuick Start\ncurl -fsSL https://cli.inference.sh | sh && infsh login\n\ninfsh app run google/veo-3-1-fast --input '{\"prompt\": \"drone shot over a mountain lake\"}'\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\nVeo Models\nModel\tApp ID\tSpeed\tQuality\nVeo 3.1\tgoogle/veo-3-1\tSlower\tBest\nVeo 3.1 Fast\tgoogle/veo-3-1-fast\tFast\tExcellent\nVeo 3\tgoogle/veo-3\tMedium\tExcellent\nVeo 3 Fast\tgoogle/veo-3-fast\tFast\tVery Good\nVeo 2\tgoogle/veo-2\tMedium\tGood\nSearch Veo Apps\ninfsh app list --search \"veo\"\n\nExamples\nCinematic Shot\ninfsh app run google/veo-3-1-fast --input '{\n  \"prompt\": \"Cinematic drone shot flying through a misty forest at sunrise, volumetric lighting\"\n}'\n\nProduct Demo\ninfsh app run google/veo-3 --input '{\n  \"prompt\": \"Sleek smartphone rotating on a dark reflective surface, studio lighting\"\n}'\n\nNature Scene\ninfsh app run google/veo-3-1-fast --input '{\n  \"prompt\": \"Timelapse of clouds moving over a mountain range, golden hour\"\n}'\n\nAction Shot\ninfsh app run google/veo-3 --input '{\n  \"prompt\": \"Slow motion water droplet splashing into a pool, macro shot\"\n}'\n\nUrban Scene\ninfsh app run google/veo-3-1-fast --input '{\n  \"prompt\": \"Busy city street at night with neon signs and rain reflections, Tokyo style\"\n}'\n\nPrompt Tips\n\nCamera movements: drone shot, tracking shot, pan, zoom, dolly, steadicam\n\nLighting: golden hour, blue hour, studio lighting, volumetric, neon, natural\n\nStyle: cinematic, documentary, commercial, artistic, realistic\n\nTiming: slow motion, timelapse, real-time\n\nSample Workflow\n# 1. Generate sample input to see all options\ninfsh app sample google/veo-3-1-fast --save input.json\n\n# 2. Edit the prompt\n# 3. Run\ninfsh app run google/veo-3-1-fast --input input.json\n\nRelated Skills\n# Full platform skill (all 150+ apps)\nnpx skills add inference-sh/skills@inference-sh\n\n# All video generation models\nnpx skills add inference-sh/skills@ai-video-generation\n\n# AI avatars & lipsync\nnpx skills add inference-sh/skills@ai-avatar-video\n\n# Image generation (for image-to-video)\nnpx skills add inference-sh/skills@ai-image-generation\n\n\nBrowse all video apps: infsh app list --category video\n\nDocumentation\nRunning Apps - How to run apps via CLI\nStreaming Results - Real-time progress updates\nContent Pipeline Example - Building media workflows"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/okaris/google-veo",
    "publisherUrl": "https://clawhub.ai/okaris/google-veo",
    "owner": "okaris",
    "version": "0.1.5",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/google-veo",
    "downloadUrl": "https://openagent3.xyz/downloads/google-veo",
    "agentUrl": "https://openagent3.xyz/skills/google-veo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/google-veo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/google-veo/agent.md"
  }
}