Token导航 LogoToken导航TokenDH.com
开发需要联网unknown未标认证来源可访问许可证需确认审计未展示

video-generator-auto-post视频生成器自动发布

Agent Skill

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。

总安装

823

周安装

35

下载量

288
Local Agent

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:video-generator-auto-post(视频生成器自动发布)
来源仓库:https://skills.volces.com
仓库路径:video-generator-auto-post
安装命令:
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。当前暂无明确安装命令,请以来源页面说明为准。

简介

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。

  • 适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。
  • 使用时需确认分辨率、时长、素材路径和导出格式,涉及外部素材或商业发布时核对版权与审核要求。
  • 安装方式未知,建议结合来源仓库和原始 README 进一步核验具体用法。
  • 注意权限范围和维护状态,避免触发联网、命令执行或文件读写风险。

SKILL.md

🦞 小龙虾品牌

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.

Requirements

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

Quick Start

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

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

Workflows

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

Auto-Post to Social Media

Platform Specifications

PlatformMax DurationAspect RatioMax File Size
Twitter/X2:2016:9, 1:1, 9:16512MB
TikTok10:009:16287.6MB
Instagram Reels1:309:164GB
LinkedIn15:0016:9, 1:1, 9:16200MB
YouTube Shorts1:009:16128MB

Automated Posting Script

See scripts/auto-post.py for automation.

Setup:

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

Content Strategy

For each video:

  1. Generate 3-5 caption variations
  2. Add relevant hashtags (5-10)
  3. Schedule posts at optimal times
  4. 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

Optimization Tips

Speed Up Generation

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

Improve Quality

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

Troubleshooting

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 Usage
SVD 25 frames2-3 min8-10 GB
AnimateDiff 16 frames3-4 min7-9 GB
Image-to-Video1-2 min6-8 GB
Upscale 2x30-60 sec4-6 GB

*Ready to create viral AI videos? Let's go! 🦞🎬*

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Local Agent

93.07%
按下载量换算268

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills