Token导航 LogoToken导航TokenDH.com
前端设计external-servicegithub未标认证来源可访问许可证需确认审计提醒

video-agent视频 Agent

Agent Skill

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

总安装

692

周安装

28

GitHub Stars

10

下载量

217
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:video-agent(视频 Agent)
来源仓库:https://github.com/founderjourney/claude-skills
仓库路径:skills/video-agent
安装命令:
npx skills add https://github.com/founderjourney/claude-skills --skill video-agent
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/founderjourney/claude-skills --skill video-agent

简介

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

  • 适合组织镜头结构、生成素材说明、维护合成代码或排查渲染问题。
  • 使用时需明确分辨率、时长、素材路径和导出格式等参数要求。
  • 涉及外部素材、人物肖像或商业发布时,应提前确认版权授权与合规性。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Video Agent - AI Content Generation Suite

A comprehensive AI content generation package providing a unified interface across 35+ models for image, video, and audio creation.

When to Use This Skill

  • Text-to-image generation
  • Image-to-image transformations
  • Text-to-video creation
  • Image-to-video animation
  • Professional text-to-speech
  • Multi-step content pipelines
  • Batch content generation

Supported Providers

FAL AI

  • FLUX models (text-to-image)
  • Image transformations
  • Fast inference

Google Vertex AI

  • Imagen 4 (text-to-image)
  • Veo (text-to-video)
  • High quality outputs

ElevenLabs

  • 20+ voice options
  • Professional TTS
  • Multiple languages

OpenRouter

  • Access to various LLMs
  • Text generation
  • Content writing

Core Capabilities

Image Generation

Generate image:
Prompt: "A serene Japanese garden at sunset"
Model: flux-pro
Size: 1024x1024
Style: photorealistic

Available Models:

  • FLUX Pro/Dev (FAL)
  • Imagen 4 (Google)
  • Stable Diffusion variants

Video Creation

Generate video:
Prompt: "Ocean waves crashing on rocky shore"
Model: veo
Duration: 5 seconds
Resolution: 1080p

Available Models:

  • Google Veo
  • MiniMax Hailuo
  • Kling

Image-to-Video

Animate image:
Source: /path/to/image.png
Motion: "gentle zoom out with particle effects"
Duration: 4 seconds

Text-to-Speech

Generate audio:
Text: "Welcome to our product demo..."
Voice: professional-female-1
Speed: 1.0
Output: welcome.mp3

Voice Options:

  • Professional male/female
  • Casual conversational
  • Narrator styles
  • Multiple accents

Pipeline Orchestration

YAML Configuration

pipeline: product-demo
steps:
  - name: generate-logo
    type: image
    model: flux-pro
    prompt: "Modern tech logo for AI startup"

  - name: create-intro
    type: video
    model: veo
    prompt: "Logo animation reveal"

  - name: add-voiceover
    type: audio
    model: elevenlabs
    text: "Introducing the future of AI..."
    voice: professional-male

  - name: combine
    type: merge
    inputs: [create-intro, add-voiceover]

JSON Configuration

{
  "pipeline": "social-content",
  "parallel": true,
  "steps": [
    {
      "type": "image",
      "variants": 4,
      "prompt": "Product hero shot"
    }
  ]
}

Cost Management

Real-time Estimation

Estimate cost for:
- 10 images (1024x1024)
- 2 videos (5 seconds)
- 1 audio (60 seconds)

Estimated: $2.45

Budget Limits

budget:
  max_per_job: $5.00
  max_daily: $50.00
  alert_threshold: 80%

Performance Features

Parallel Execution

Generate 10 image variants in parallel
Threads: 4
Expected speedup: 2-3x

Caching

  • Automatic prompt caching
  • Reuse similar generations
  • Reduce redundant API calls

CLI Commands

# Image generation
video-agent image "prompt" --model flux-pro --size 1024

# Video generation
video-agent video "prompt" --model veo --duration 5

# Audio generation
video-agent audio "text" --voice professional-female

# Pipeline execution
video-agent pipeline config.yaml

# Cost check
video-agent cost --estimate

Python API

from video_agent import ImageGenerator, VideoGenerator

# Generate image
img = ImageGenerator(model="flux-pro")
result = img.generate("sunset over mountains")

# Generate video
vid = VideoGenerator(model="veo")
result = vid.generate("timelapse of clouds")

Setup

1. Install Package

pip install video-agent-claude-skill

2. Configure API Keys

export FAL_API_KEY="your-key"
export GOOGLE_VERTEX_KEY="your-key"
export ELEVENLABS_API_KEY="your-key"

3. Verify Setup

video-agent status

Use Cases

  • Marketing: Product images, promo videos
  • Social Media: Content at scale
  • Education: Explainer videos, voiceovers
  • Prototyping: Visual concepts, mockups
  • Automation: Batch content pipelines

Credits

Created by donghaozhang. Licensed under MIT.

适合场景

01

文本生成图片

02

图片风格化

03

产品图和创意图

04

需要 FLUX 模型时

能力概览

能力 1

调用 FLUX 图像模型

能力 2

支持文本生图和图像改写

能力 3

覆盖 LoRA 或风格适配

能力 4

适合创意视觉生成

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

平台分布

Codex

36.94%
按下载量换算80

Claude

32.44%
按下载量换算70

Cursor

18.99%
按下载量换算41

Gemini CLI

9.41%
按下载量换算20

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills