{
  "schemaVersion": "1.0",
  "item": {
    "slug": "video-generator-auto-post",
    "name": "Video Generator Auto Post",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/954215110/video-generator-auto-post",
    "canonicalUrl": "https://clawhub.ai/954215110/video-generator-auto-post",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/video-generator-auto-post",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=video-generator-auto-post",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "references/prompt-guide.md",
      "scripts/auto-post.py",
      "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-generator-auto-post"
    },
    "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-generator-auto-post",
    "agentPageUrl": "https://openagent3.xyz/skills/video-generator-auto-post/agent",
    "manifestUrl": "https://openagent3.xyz/skills/video-generator-auto-post/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/video-generator-auto-post/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": "🦞 小龙虾品牌",
        "body": "Created by 小龙虾 AI 工作室\n\n\"小龙虾，有大钳（前）途！\"\n\nContact for custom services: +86 15805942886\n\nNeed custom AI video workflows, automation setup, or bulk content generation? Reach out!"
      },
      {
        "title": "Video Generator + Auto Post",
        "body": "Generate AI videos locally and publish them to social media platforms automatically."
      },
      {
        "title": "Hardware",
        "body": "GPU: NVIDIA RTX 3060 12GB or better (recommended)\nRAM: 16GB+ system memory\nStorage: 50GB+ free space on D: drive (recommended)"
      },
      {
        "title": "Software",
        "body": "ComfyUI Desktop - Install from https://comfyui.org\nPython 3.10+ - For scripts\nNode.js 18+ - For CLI tools"
      },
      {
        "title": "Step 1: Install ComfyUI",
        "body": "# Windows (winget)\nwinget install Comfy.ComfyUI-Desktop\n\n# Or download from https://comfyui.org"
      },
      {
        "title": "Step 2: Install Video Models",
        "body": "In ComfyUI Manager, install:\n\nStable Video Diffusion (SVD)\nAnimateDiff\nModelScope Text-to-Video"
      },
      {
        "title": "Step 3: Configure Output Paths (D: Drive)",
        "body": "Recommended: Store videos on D: drive to save C: space\n\nEdit comfyui/settings.json:\n\n{\n  \"output_directory\": \"D:/AI-Video-Studio/outputs\",\n  \"model_path\": \"D:/AI-Video-Studio/models\",\n  \"workflow_path\": \"D:/AI-Video-Studio/workflows\",\n  \"auto_save\": true\n}\n\nOr use command line:\n\nComfyUI.exe --output-directory \"D:/AI-Video-Studio/outputs\" --model-path \"D:/AI-Video-Studio/models\""
      },
      {
        "title": "Step 4: Generate Your First Video",
        "body": "Open ComfyUI\nLoad \"Text to Video\" workflow\nEnter your prompt\nClick \"Generate\"\nWait 2-5 minutes (depends on GPU)"
      },
      {
        "title": "Text-to-Video (SVD)",
        "body": "Best for: Short clips (2-4 seconds), realistic motion\n\nPrompt → SVD Model → Decode → Save MP4\n\nSettings:\n\nResolution: 1024x576 or 576x1024\nFrames: 25\nFPS: 6\nMotion bucket: 127 (adjust for more/less movement)"
      },
      {
        "title": "Image-to-Video",
        "body": "Best for: Bringing static images to life\n\nImage + Prompt → SVD XT → Decode → Save MP4\n\nTips:\n\nUse high-quality source images\nAdd motion hints in prompt\nExperiment with motion bucket (100-150)"
      },
      {
        "title": "AnimateDiff (Longer Videos)",
        "body": "Best for: 5-15 second animated clips\n\nPrompt → Stable Diffusion XL → AnimateDiff → Save MP4\n\nSettings:\n\nContext length: 16 frames\nContext overlap: 4 frames\nModel: mm_sd_v15_v2.ckpt"
      },
      {
        "title": "Platform Specifications",
        "body": "PlatformMax DurationAspect RatioMax File SizeTwitter/X2:2016:9, 1:1, 9:16512MBTikTok10:009:16287.6MBInstagram Reels1:309:164GBLinkedIn15:0016:9, 1:1, 9:16200MBYouTube Shorts1:009:16128MB"
      },
      {
        "title": "Automated Posting Script",
        "body": "See scripts/auto-post.py for automation.\n\nSetup:\n\nInstall dependencies: pip install tweepy google-auth\nConfigure API keys in .env\nRun: python scripts/auto-post.py video.mp4 --platforms all"
      },
      {
        "title": "Content Strategy",
        "body": "For each video:\n\nGenerate 3-5 caption variations\nAdd relevant hashtags (5-10)\nSchedule posts at optimal times\nEngage with comments\n\nSee references/caption-templates.md for examples."
      },
      {
        "title": "Batch Processing",
        "body": "Generate multiple videos at once:\n\n# Using the batch script\npython scripts/batch-generate.py --prompts prompts.txt --output ./videos\n\n# Process 100 videos overnight\npython scripts/batch-generate.py --prompts prompts.txt --count 100 --queue"
      },
      {
        "title": "Speed Up Generation",
        "body": "Use FP16 precision - 2x faster, minimal quality loss\nReduce frames - 16 frames instead of 25 for drafts\nLower resolution - 512x512 for testing, upscale later\nBatch multiple prompts - Process in parallel"
      },
      {
        "title": "Improve Quality",
        "body": "Use better prompts - Be specific about motion\nAdjust motion bucket - Higher = more movement\nAdd negative prompts - Reduce artifacts\nUpscale output - Use ESRGAN or similar"
      },
      {
        "title": "Out of Memory (OOM)",
        "body": "Fix:\n\nReduce resolution\nDecrease batch size to 1\nClose other GPU applications\nUse --lowvram flag"
      },
      {
        "title": "Slow Generation",
        "body": "Fix:\n\nCheck GPU utilization (should be 90%+)\nUpdate NVIDIA drivers\nUse --precision fp16\nClose background apps"
      },
      {
        "title": "Poor Video Quality",
        "body": "Fix:\n\nUse more detailed prompts\nTry different models (SVD vs AnimateDiff)\nAdjust motion settings\nGenerate at higher resolution, then compress"
      },
      {
        "title": "Scripts",
        "body": "scripts/generate-video.py - Single video generation\nscripts/batch-generate.py - Batch processing\nscripts/auto-post.py - Auto-publish to social media\nscripts/optimize-video.py - Compress for platforms"
      },
      {
        "title": "References",
        "body": "references/prompt-guide.md - Writing effective video prompts\nreferences/platform-specs.md - Detailed platform requirements\nreferences/caption-templates.md - Social media caption templates\nreferences/workflow-examples.json - ComfyUI workflow examples"
      },
      {
        "title": "Assets",
        "body": "assets/default-workflow.json - Basic text-to-video workflow\nassets/optimal-settings.json - Recommended settings per platform\nassets/hashtag-lists.json - Curated hashtag collections"
      },
      {
        "title": "Commands / Triggers",
        "body": "Use this skill when:\n\n\"Generate a video of...\"\n\"Create AI video for social media\"\n\"Auto-post this video to...\"\n\"Batch generate videos from prompts\"\n\"Optimize video for TikTok/Instagram\""
      },
      {
        "title": "📊 Performance Benchmarks (RTX 3060 12GB)",
        "body": "TaskTimeVRAM UsageSVD 25 frames2-3 min8-10 GBAnimateDiff 16 frames3-4 min7-9 GBImage-to-Video1-2 min6-8 GBUpscale 2x30-60 sec4-6 GB\n\nReady to create viral AI videos? Let's go! 🦞🎬"
      }
    ],
    "body": "🦞 小龙虾品牌\n\nCreated by 小龙虾 AI 工作室\n\n\"小龙虾，有大钳（前）途！\"\n\nContact for custom services: +86 15805942886\n\nNeed custom AI video workflows, automation setup, or bulk content generation? Reach out!\n\nVideo Generator + Auto Post\n\nGenerate AI videos locally and publish them to social media platforms automatically.\n\nRequirements\nHardware\nGPU: NVIDIA RTX 3060 12GB or better (recommended)\nRAM: 16GB+ system memory\nStorage: 50GB+ free space on D: drive (recommended)\nSoftware\nComfyUI Desktop - Install from https://comfyui.org\nPython 3.10+ - For scripts\nNode.js 18+ - For CLI tools\nQuick Start\nStep 1: Install ComfyUI\n# Windows (winget)\nwinget install Comfy.ComfyUI-Desktop\n\n# Or download from https://comfyui.org\n\nStep 2: Install Video Models\n\nIn ComfyUI Manager, install:\n\nStable Video Diffusion (SVD)\nAnimateDiff\nModelScope Text-to-Video\nStep 3: Configure Output Paths (D: Drive)\n\nRecommended: Store videos on D: drive to save C: space\n\nEdit comfyui/settings.json:\n\n{\n  \"output_directory\": \"D:/AI-Video-Studio/outputs\",\n  \"model_path\": \"D:/AI-Video-Studio/models\",\n  \"workflow_path\": \"D:/AI-Video-Studio/workflows\",\n  \"auto_save\": true\n}\n\n\nOr use command line:\n\nComfyUI.exe --output-directory \"D:/AI-Video-Studio/outputs\" --model-path \"D:/AI-Video-Studio/models\"\n\nStep 4: Generate Your First Video\nOpen ComfyUI\nLoad \"Text to Video\" workflow\nEnter your prompt\nClick \"Generate\"\nWait 2-5 minutes (depends on GPU)\nWorkflows\nText-to-Video (SVD)\n\nBest for: Short clips (2-4 seconds), realistic motion\n\nPrompt → SVD Model → Decode → Save MP4\n\n\nSettings:\n\nResolution: 1024x576 or 576x1024\nFrames: 25\nFPS: 6\nMotion bucket: 127 (adjust for more/less movement)\nImage-to-Video\n\nBest for: Bringing static images to life\n\nImage + Prompt → SVD XT → Decode → Save MP4\n\n\nTips:\n\nUse high-quality source images\nAdd motion hints in prompt\nExperiment with motion bucket (100-150)\nAnimateDiff (Longer Videos)\n\nBest for: 5-15 second animated clips\n\nPrompt → Stable Diffusion XL → AnimateDiff → Save MP4\n\n\nSettings:\n\nContext length: 16 frames\nContext overlap: 4 frames\nModel: mm_sd_v15_v2.ckpt\nAuto-Post to Social Media\nPlatform Specifications\nPlatform\tMax Duration\tAspect Ratio\tMax File Size\nTwitter/X\t2:20\t16:9, 1:1, 9:16\t512MB\nTikTok\t10:00\t9:16\t287.6MB\nInstagram Reels\t1:30\t9:16\t4GB\nLinkedIn\t15:00\t16:9, 1:1, 9:16\t200MB\nYouTube Shorts\t1:00\t9:16\t128MB\nAutomated Posting Script\n\nSee scripts/auto-post.py for automation.\n\nSetup:\n\nInstall dependencies: pip install tweepy google-auth\nConfigure API keys in .env\nRun: python scripts/auto-post.py video.mp4 --platforms all\nContent Strategy\n\nFor each video:\n\nGenerate 3-5 caption variations\nAdd relevant hashtags (5-10)\nSchedule posts at optimal times\nEngage with comments\n\nSee references/caption-templates.md for examples.\n\nBatch Processing\n\nGenerate multiple videos at once:\n\n# Using the batch script\npython scripts/batch-generate.py --prompts prompts.txt --output ./videos\n\n# Process 100 videos overnight\npython scripts/batch-generate.py --prompts prompts.txt --count 100 --queue\n\nOptimization Tips\nSpeed Up Generation\nUse FP16 precision - 2x faster, minimal quality loss\nReduce frames - 16 frames instead of 25 for drafts\nLower resolution - 512x512 for testing, upscale later\nBatch multiple prompts - Process in parallel\nImprove Quality\nUse better prompts - Be specific about motion\nAdjust motion bucket - Higher = more movement\nAdd negative prompts - Reduce artifacts\nUpscale output - Use ESRGAN or similar\nTroubleshooting\nOut of Memory (OOM)\n\nFix:\n\nReduce resolution\nDecrease batch size to 1\nClose other GPU applications\nUse --lowvram flag\nSlow Generation\n\nFix:\n\nCheck GPU utilization (should be 90%+)\nUpdate NVIDIA drivers\nUse --precision fp16\nClose background apps\nPoor Video Quality\n\nFix:\n\nUse more detailed prompts\nTry different models (SVD vs AnimateDiff)\nAdjust motion settings\nGenerate at higher resolution, then compress\nScripts\nscripts/generate-video.py - Single video generation\nscripts/batch-generate.py - Batch processing\nscripts/auto-post.py - Auto-publish to social media\nscripts/optimize-video.py - Compress for platforms\nReferences\nreferences/prompt-guide.md - Writing effective video prompts\nreferences/platform-specs.md - Detailed platform requirements\nreferences/caption-templates.md - Social media caption templates\nreferences/workflow-examples.json - ComfyUI workflow examples\nAssets\nassets/default-workflow.json - Basic text-to-video workflow\nassets/optimal-settings.json - Recommended settings per platform\nassets/hashtag-lists.json - Curated hashtag collections\nCommands / Triggers\n\nUse this skill when:\n\n\"Generate a video of...\"\n\"Create AI video for social media\"\n\"Auto-post this video to...\"\n\"Batch generate videos from prompts\"\n\"Optimize video for TikTok/Instagram\"\n📊 Performance Benchmarks (RTX 3060 12GB)\nTask\tTime\tVRAM Usage\nSVD 25 frames\t2-3 min\t8-10 GB\nAnimateDiff 16 frames\t3-4 min\t7-9 GB\nImage-to-Video\t1-2 min\t6-8 GB\nUpscale 2x\t30-60 sec\t4-6 GB\n\nReady to create viral AI videos? Let's go! 🦞🎬"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/954215110/video-generator-auto-post",
    "publisherUrl": "https://clawhub.ai/954215110/video-generator-auto-post",
    "owner": "954215110",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/video-generator-auto-post",
    "downloadUrl": "https://openagent3.xyz/downloads/video-generator-auto-post",
    "agentUrl": "https://openagent3.xyz/skills/video-generator-auto-post/agent",
    "manifestUrl": "https://openagent3.xyz/skills/video-generator-auto-post/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/video-generator-auto-post/agent.md"
  }
}