{
  "schemaVersion": "1.0",
  "item": {
    "slug": "video-cog",
    "name": "video-cog",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/nitishgargiitd/video-cog",
    "canonicalUrl": "https://clawhub.ai/nitishgargiitd/video-cog",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/video-cog",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=video-cog",
    "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/video-cog"
    },
    "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/video-cog",
    "agentPageUrl": "https://openagent3.xyz/skills/video-cog/agent",
    "manifestUrl": "https://openagent3.xyz/skills/video-cog/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/video-cog/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": "Video Cog - The Frontier of Multi-Agent Video Production",
        "body": "Long-form AI video production is the hardest challenge in multi-agent coordination. CellCog may be the only platform that pulls it off.\n\n6-7 foundation models orchestrated to produce up to 4-minute videos from a single prompt: script writing, scene generation, voice synthesis, lipsync, music scoring, and editing — all automatic. Marketing videos, product demos, explainers, educational content, AI spokesperson videos, UGC, news reports, and more."
      },
      {
        "title": "Prerequisites",
        "body": "This skill requires the cellcog skill for SDK setup and API calls.\n\nclawhub install cellcog\n\nRead the cellcog skill first for SDK setup. This skill shows you what's possible.\n\nQuick pattern (v1.0+):\n\n# Fire-and-forget - returns immediately\nresult = client.create_chat(\n    prompt=\"[your video request]\",\n    notify_session_key=\"agent:main:main\",\n    task_label=\"video-task\",\n    chat_mode=\"agent team\"\n)\n# Daemon notifies you when complete - do NOT poll"
      },
      {
        "title": "Marketing Videos",
        "body": "Promotional content for products and services:\n\nProduct Demos: \"Create a 30-second product demo video for our new fitness app showing key features\"\nBrand Videos: \"Generate a 60-second brand story video for an eco-friendly clothing company\"\nSocial Ads: \"Create a 15-second Instagram ad for a coffee subscription service\"\nLaunch Videos: \"Make a product launch announcement video for a new AI writing tool\""
      },
      {
        "title": "Explainer Videos",
        "body": "Educational content that breaks down complex topics:\n\nProduct Explainers: \"Create an explainer video showing how our SaaS platform works\"\nConcept Explanations: \"Make a video explaining how blockchain works for beginners\"\nProcess Walkthroughs: \"Generate a video explaining the mortgage application process\"\nFeature Tours: \"Create a video tour of our app's new dashboard features\""
      },
      {
        "title": "Educational Videos",
        "body": "Learning content for courses and training:\n\nTutorial Videos: \"Create a tutorial video on Python list comprehensions\"\nCourse Content: \"Generate a lesson video on the causes of World War I\"\nTraining Materials: \"Make an employee onboarding video about our company values\"\nHow-To Guides: \"Create a how-to video for setting up a home studio for podcasting\""
      },
      {
        "title": "Documentary Style",
        "body": "Informative, story-driven content:\n\nMini Documentaries: \"Create a 3-minute documentary-style video about the rise of electric vehicles\"\nCompany Stories: \"Generate a documentary about our startup journey\"\nIndustry Deep Dives: \"Make a documentary exploring the future of space tourism\"\nHistorical Content: \"Create a documentary-style video about the history of Silicon Valley\""
      },
      {
        "title": "Cinematic / Creative",
        "body": "Artistic and visually striking content:\n\nShort Films: \"Create a 2-minute cinematic short about a day in Tokyo\"\nMood Pieces: \"Generate a cinematic video capturing the energy of a busy coffee shop\"\nMusic Video Style: \"Create a visually dynamic video for an electronic music track\"\nArtistic Showcases: \"Make a cinematic portfolio video for a photographer\""
      },
      {
        "title": "UGC (User Generated Content) Style",
        "body": "Authentic, relatable content that feels personal:\n\nTestimonial Style: \"Create a UGC-style testimonial video for a skincare product\"\nUnboxing Style: \"Generate an unboxing-style video for a new tech gadget\"\nDay-in-the-Life: \"Make a day-in-the-life style video featuring a remote worker using our app\"\nReview Style: \"Create a casual review-style video for a meal delivery service\""
      },
      {
        "title": "News / Reporting Style",
        "body": "Professional news-format content:\n\nNews Reports: \"Create a news-style report video about the latest AI developments\"\nMarket Updates: \"Generate a financial news video about tech stock earnings\"\nIndustry News: \"Make a news report about new regulations in the fintech space\"\nAnalysis Pieces: \"Create a news analysis video about the state of remote work\""
      },
      {
        "title": "Lipsync & Spokesperson Videos",
        "body": "CellCog can generate videos with AI characters speaking your script:\n\nAI Spokesperson: \"Create a video with a professional spokesperson explaining our product\"\nAvatar Presentations: \"Generate a video with an AI presenter delivering our quarterly update\"\nCharacter Narration: \"Make a video with a friendly character explaining our children's app\"\n\nFor lipsync videos:\n\nThe starting frame should show only one human face prominently\nProvide the script/dialogue\nCellCog handles voice synthesis and lip synchronization"
      },
      {
        "title": "Video Specifications",
        "body": "AspectOptionsDuration15 seconds to 5+ minutesAspect Ratios16:9 (landscape), 9:16 (portrait/mobile), 1:1 (square)StylesPhotorealistic, animated, cinematic, documentary, casualAudioBackground music, voiceover, sound effects, or silent"
      },
      {
        "title": "When to Use Agent Team Mode",
        "body": "For video generation, always use chat_mode=\"agent team\" (the default).\n\nVideo creation involves:\n\nScript writing\nScene planning\nImage generation for frames\nAudio generation\nVideo synthesis\nQuality review\n\nThis multi-step process requires the full agent team for best results."
      },
      {
        "title": "Example Video Prompts",
        "body": "Marketing video:\n\n\"Create a 30-second marketing video for 'FreshBrew' - a premium coffee subscription. Show beautiful coffee preparation scenes, happy customers, and end with our tagline 'Freshness Delivered Daily'. Upbeat background music, no voiceover. 16:9 for YouTube.\"\n\nExplainer with voiceover:\n\n\"Create a 90-second explainer video for our project management tool. Walk through: 1) Creating a project, 2) Adding team members, 3) Tracking progress. Professional female voiceover, clean animated style, include captions. 16:9 format.\"\n\nEducational content:\n\n\"Generate a 3-minute educational video explaining photosynthesis for middle school students. Use engaging animations, clear narration, and include a summary at the end. Friendly, approachable style.\"\n\nSpokesperson video:\n\n\"Create a 60-second video with an AI spokesperson (professional male, 30s) announcing our Series B funding. Script: 'Today, we're thrilled to announce...' [provide full script]. Business casual setting, confident tone.\""
      },
      {
        "title": "Tips for Better Videos",
        "body": "Specify duration: \"30 seconds\" or \"2 minutes\" helps scope the content appropriately.\n\n\nDefine aspect ratio: 16:9 for YouTube/web, 9:16 for TikTok/Reels/Shorts, 1:1 for Instagram feed.\n\n\nDescribe the style: \"Cinematic\", \"casual UGC\", \"corporate professional\", \"playful animated\".\n\n\nAudio preferences: \"Upbeat music\", \"calm narration\", \"no audio\", \"sound effects only\".\n\n\nInclude key moments: Describe the scenes or beats you want to hit.\n\n\nProvide scripts: For spokesperson/voiceover videos, write out exactly what should be said."
      }
    ],
    "body": "Video Cog - The Frontier of Multi-Agent Video Production\n\nLong-form AI video production is the hardest challenge in multi-agent coordination. CellCog may be the only platform that pulls it off.\n\n6-7 foundation models orchestrated to produce up to 4-minute videos from a single prompt: script writing, scene generation, voice synthesis, lipsync, music scoring, and editing — all automatic. Marketing videos, product demos, explainers, educational content, AI spokesperson videos, UGC, news reports, and more.\n\nPrerequisites\n\nThis skill requires the cellcog skill for SDK setup and API calls.\n\nclawhub install cellcog\n\n\nRead the cellcog skill first for SDK setup. This skill shows you what's possible.\n\nQuick pattern (v1.0+):\n\n# Fire-and-forget - returns immediately\nresult = client.create_chat(\n    prompt=\"[your video request]\",\n    notify_session_key=\"agent:main:main\",\n    task_label=\"video-task\",\n    chat_mode=\"agent team\"\n)\n# Daemon notifies you when complete - do NOT poll\n\nWhat Videos You Can Create\nMarketing Videos\n\nPromotional content for products and services:\n\nProduct Demos: \"Create a 30-second product demo video for our new fitness app showing key features\"\nBrand Videos: \"Generate a 60-second brand story video for an eco-friendly clothing company\"\nSocial Ads: \"Create a 15-second Instagram ad for a coffee subscription service\"\nLaunch Videos: \"Make a product launch announcement video for a new AI writing tool\"\nExplainer Videos\n\nEducational content that breaks down complex topics:\n\nProduct Explainers: \"Create an explainer video showing how our SaaS platform works\"\nConcept Explanations: \"Make a video explaining how blockchain works for beginners\"\nProcess Walkthroughs: \"Generate a video explaining the mortgage application process\"\nFeature Tours: \"Create a video tour of our app's new dashboard features\"\nEducational Videos\n\nLearning content for courses and training:\n\nTutorial Videos: \"Create a tutorial video on Python list comprehensions\"\nCourse Content: \"Generate a lesson video on the causes of World War I\"\nTraining Materials: \"Make an employee onboarding video about our company values\"\nHow-To Guides: \"Create a how-to video for setting up a home studio for podcasting\"\nDocumentary Style\n\nInformative, story-driven content:\n\nMini Documentaries: \"Create a 3-minute documentary-style video about the rise of electric vehicles\"\nCompany Stories: \"Generate a documentary about our startup journey\"\nIndustry Deep Dives: \"Make a documentary exploring the future of space tourism\"\nHistorical Content: \"Create a documentary-style video about the history of Silicon Valley\"\nCinematic / Creative\n\nArtistic and visually striking content:\n\nShort Films: \"Create a 2-minute cinematic short about a day in Tokyo\"\nMood Pieces: \"Generate a cinematic video capturing the energy of a busy coffee shop\"\nMusic Video Style: \"Create a visually dynamic video for an electronic music track\"\nArtistic Showcases: \"Make a cinematic portfolio video for a photographer\"\nUGC (User Generated Content) Style\n\nAuthentic, relatable content that feels personal:\n\nTestimonial Style: \"Create a UGC-style testimonial video for a skincare product\"\nUnboxing Style: \"Generate an unboxing-style video for a new tech gadget\"\nDay-in-the-Life: \"Make a day-in-the-life style video featuring a remote worker using our app\"\nReview Style: \"Create a casual review-style video for a meal delivery service\"\nNews / Reporting Style\n\nProfessional news-format content:\n\nNews Reports: \"Create a news-style report video about the latest AI developments\"\nMarket Updates: \"Generate a financial news video about tech stock earnings\"\nIndustry News: \"Make a news report about new regulations in the fintech space\"\nAnalysis Pieces: \"Create a news analysis video about the state of remote work\"\nLipsync & Spokesperson Videos\n\nCellCog can generate videos with AI characters speaking your script:\n\nAI Spokesperson: \"Create a video with a professional spokesperson explaining our product\"\nAvatar Presentations: \"Generate a video with an AI presenter delivering our quarterly update\"\nCharacter Narration: \"Make a video with a friendly character explaining our children's app\"\n\nFor lipsync videos:\n\nThe starting frame should show only one human face prominently\nProvide the script/dialogue\nCellCog handles voice synthesis and lip synchronization\nVideo Specifications\nAspect\tOptions\nDuration\t15 seconds to 5+ minutes\nAspect Ratios\t16:9 (landscape), 9:16 (portrait/mobile), 1:1 (square)\nStyles\tPhotorealistic, animated, cinematic, documentary, casual\nAudio\tBackground music, voiceover, sound effects, or silent\nWhen to Use Agent Team Mode\n\nFor video generation, always use chat_mode=\"agent team\" (the default).\n\nVideo creation involves:\n\nScript writing\nScene planning\nImage generation for frames\nAudio generation\nVideo synthesis\nQuality review\n\nThis multi-step process requires the full agent team for best results.\n\nExample Video Prompts\n\nMarketing video:\n\n\"Create a 30-second marketing video for 'FreshBrew' - a premium coffee subscription. Show beautiful coffee preparation scenes, happy customers, and end with our tagline 'Freshness Delivered Daily'. Upbeat background music, no voiceover. 16:9 for YouTube.\"\n\nExplainer with voiceover:\n\n\"Create a 90-second explainer video for our project management tool. Walk through: 1) Creating a project, 2) Adding team members, 3) Tracking progress. Professional female voiceover, clean animated style, include captions. 16:9 format.\"\n\nEducational content:\n\n\"Generate a 3-minute educational video explaining photosynthesis for middle school students. Use engaging animations, clear narration, and include a summary at the end. Friendly, approachable style.\"\n\nSpokesperson video:\n\n\"Create a 60-second video with an AI spokesperson (professional male, 30s) announcing our Series B funding. Script: 'Today, we're thrilled to announce...' [provide full script]. Business casual setting, confident tone.\"\n\nTips for Better Videos\n\nSpecify duration: \"30 seconds\" or \"2 minutes\" helps scope the content appropriately.\n\nDefine aspect ratio: 16:9 for YouTube/web, 9:16 for TikTok/Reels/Shorts, 1:1 for Instagram feed.\n\nDescribe the style: \"Cinematic\", \"casual UGC\", \"corporate professional\", \"playful animated\".\n\nAudio preferences: \"Upbeat music\", \"calm narration\", \"no audio\", \"sound effects only\".\n\nInclude key moments: Describe the scenes or beats you want to hit.\n\nProvide scripts: For spokesperson/voiceover videos, write out exactly what should be said."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/nitishgargiitd/video-cog",
    "publisherUrl": "https://clawhub.ai/nitishgargiitd/video-cog",
    "owner": "nitishgargiitd",
    "version": "1.0.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/video-cog",
    "downloadUrl": "https://openagent3.xyz/downloads/video-cog",
    "agentUrl": "https://openagent3.xyz/skills/video-cog/agent",
    "manifestUrl": "https://openagent3.xyz/skills/video-cog/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/video-cog/agent.md"
  }
}