# Send Video Generator Auto Post to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "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",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "references/prompt-guide.md",
      "scripts/auto-post.py",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "video-generator-auto-post",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T22:06:25.924Z",
      "expiresAt": "2026-05-07T22:06:25.924Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=video-generator-auto-post",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=video-generator-auto-post",
        "contentDisposition": "attachment; filename=\"video-generator-auto-post-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "video-generator-auto-post"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### 🦞 小龙虾品牌

Created by 小龙虾 AI 工作室

"小龙虾，有大钳（前）途！"

Contact for custom services: +86 15805942886

Need custom AI video workflows, automation setup, or bulk content generation? Reach out!

### Video Generator + Auto Post

Generate AI videos locally and publish them to social media platforms automatically.

### Hardware

GPU: NVIDIA RTX 3060 12GB or better (recommended)
RAM: 16GB+ system memory
Storage: 50GB+ free space on D: drive (recommended)

### Software

ComfyUI Desktop - Install from https://comfyui.org
Python 3.10+ - For scripts
Node.js 18+ - For CLI tools

### Step 1: Install ComfyUI

# Windows (winget)
winget install Comfy.ComfyUI-Desktop

# Or download from https://comfyui.org

### Step 2: Install Video Models

In ComfyUI Manager, install:

Stable Video Diffusion (SVD)
AnimateDiff
ModelScope Text-to-Video

### Step 3: Configure Output Paths (D: Drive)

Recommended: Store videos on D: drive to save C: space

Edit comfyui/settings.json:

{
  "output_directory": "D:/AI-Video-Studio/outputs",
  "model_path": "D:/AI-Video-Studio/models",
  "workflow_path": "D:/AI-Video-Studio/workflows",
  "auto_save": true
}

Or use command line:

ComfyUI.exe --output-directory "D:/AI-Video-Studio/outputs" --model-path "D:/AI-Video-Studio/models"

### Step 4: Generate Your First Video

Open ComfyUI
Load "Text to Video" workflow
Enter your prompt
Click "Generate"
Wait 2-5 minutes (depends on GPU)

### Text-to-Video (SVD)

Best for: Short clips (2-4 seconds), realistic motion

Prompt → SVD Model → Decode → Save MP4

Settings:

Resolution: 1024x576 or 576x1024
Frames: 25
FPS: 6
Motion bucket: 127 (adjust for more/less movement)

### Image-to-Video

Best for: Bringing static images to life

Image + Prompt → SVD XT → Decode → Save MP4

Tips:

Use high-quality source images
Add motion hints in prompt
Experiment with motion bucket (100-150)

### AnimateDiff (Longer Videos)

Best for: 5-15 second animated clips

Prompt → Stable Diffusion XL → AnimateDiff → Save MP4

Settings:

Context length: 16 frames
Context overlap: 4 frames
Model: mm_sd_v15_v2.ckpt

### Platform Specifications

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

### Automated Posting Script

See scripts/auto-post.py for automation.

Setup:

Install dependencies: pip install tweepy google-auth
Configure API keys in .env
Run: python scripts/auto-post.py video.mp4 --platforms all

### Content Strategy

For each video:

Generate 3-5 caption variations
Add relevant hashtags (5-10)
Schedule posts at optimal times
Engage with comments

See references/caption-templates.md for examples.

### Batch Processing

Generate multiple videos at once:

# Using the batch script
python scripts/batch-generate.py --prompts prompts.txt --output ./videos

# Process 100 videos overnight
python scripts/batch-generate.py --prompts prompts.txt --count 100 --queue

### Speed Up Generation

Use FP16 precision - 2x faster, minimal quality loss
Reduce frames - 16 frames instead of 25 for drafts
Lower resolution - 512x512 for testing, upscale later
Batch multiple prompts - Process in parallel

### Improve Quality

Use better prompts - Be specific about motion
Adjust motion bucket - Higher = more movement
Add negative prompts - Reduce artifacts
Upscale output - Use ESRGAN or similar

### Out of Memory (OOM)

Fix:

Reduce resolution
Decrease batch size to 1
Close other GPU applications
Use --lowvram flag

### Slow Generation

Fix:

Check GPU utilization (should be 90%+)
Update NVIDIA drivers
Use --precision fp16
Close background apps

### Poor Video Quality

Fix:

Use more detailed prompts
Try different models (SVD vs AnimateDiff)
Adjust motion settings
Generate at higher resolution, then compress

### Scripts

scripts/generate-video.py - Single video generation
scripts/batch-generate.py - Batch processing
scripts/auto-post.py - Auto-publish to social media
scripts/optimize-video.py - Compress for platforms

### References

references/prompt-guide.md - Writing effective video prompts
references/platform-specs.md - Detailed platform requirements
references/caption-templates.md - Social media caption templates
references/workflow-examples.json - ComfyUI workflow examples

### Assets

assets/default-workflow.json - Basic text-to-video workflow
assets/optimal-settings.json - Recommended settings per platform
assets/hashtag-lists.json - Curated hashtag collections

### Commands / Triggers

Use this skill when:

"Generate a video of..."
"Create AI video for social media"
"Auto-post this video to..."
"Batch generate videos from prompts"
"Optimize video for TikTok/Instagram"

### 📊 Performance Benchmarks (RTX 3060 12GB)

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

Ready to create viral AI videos? Let's go! 🦞🎬
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: 954215110
- Version: 1.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T22:06:25.924Z
- Expires at: 2026-05-07T22:06:25.924Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/video-generator-auto-post)
- [Send to Agent page](https://openagent3.xyz/skills/video-generator-auto-post/agent)
- [JSON manifest](https://openagent3.xyz/skills/video-generator-auto-post/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/video-generator-auto-post/agent.md)
- [Download page](https://openagent3.xyz/downloads/video-generator-auto-post)