ai-video-generation by toolshell/skills
npx skills add https://github.com/toolshell/skills --skill ai-video-generation通过 inference.sh CLI 使用 40 多个 AI 模型生成视频。

需要 inference.sh CLI (
infsh)。获取安装说明:npx skills add inference-sh/skills@agent-tools
infsh login
# 使用 Veo 生成视频
infsh app run google/veo-3-1-fast --input '{"prompt": "drone shot flying over a forest"}'
| 模型 | App ID | 最佳用途 |
|---|---|---|
| Veo 3.1 Fast | google/veo-3-1-fast | 快速生成,支持可选音频 |
Generate videos with 40+ AI models via inference.sh CLI.

Requires inference.sh CLI (
infsh). Get installation instructions:npx skills add inference-sh/skills@agent-tools
infsh login
# Generate a video with Veo
infsh app run google/veo-3-1-fast --input '{"prompt": "drone shot flying over a forest"}'
| Model | App ID | Best For |
|---|---|---|
| Veo 3.1 Fast | google/veo-3-1-fast |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| Veo 3.1 |
google/veo-3-1 |
| 最佳质量,支持帧插值 |
| Veo 3 | google/veo-3 | 高质量,支持音频 |
| Veo 3 Fast | google/veo-3-fast | 快速生成,支持音频 |
| Veo 2 | google/veo-2 | 写实风格视频 |
| Grok Video | xai/grok-imagine-video | xAI 模型,可配置时长 |
| Seedance 1.5 Pro | bytedance/seedance-1-5-pro | 支持首帧控制 |
| Seedance 1.0 Pro | bytedance/seedance-1-0-pro | 最高支持 1080p |
| 模型 | App ID | 最佳用途 |
|---|---|---|
| Wan 2.5 | falai/wan-2-5 | 为任意图像添加动画 |
| Wan 2.5 I2V | falai/wan-2-5-i2v | 高质量图像转视频 |
| Seedance Lite | bytedance/seedance-1-0-lite | 轻量级 720p 生成 |
| 模型 | App ID | 最佳用途 |
|---|---|---|
| OmniHuman 1.5 | bytedance/omnihuman-1-5 | 多角色生成 |
| OmniHuman 1.0 | bytedance/omnihuman-1-0 | 单角色生成 |
| Fabric 1.0 | falai/fabric-1-0 | 图像说话与口型同步 |
| PixVerse Lipsync | falai/pixverse-lipsync | 逼真口型同步 |
| 工具 | App ID | 描述 |
|---|---|---|
| HunyuanVideo Foley | infsh/hunyuanvideo-foley | 为视频添加音效 |
| Topaz Upscaler | falai/topaz-video-upscaler | 提升视频画质 |
| Media Merger | infsh/media-merger | 合并视频并添加转场效果 |
infsh app list --category video
infsh app run google/veo-3-1-fast --input '{
"prompt": "A timelapse of a flower blooming in a garden"
}'
infsh app run xai/grok-imagine-video --input '{
"prompt": "Waves crashing on a beach at sunset",
"duration": 5
}'
infsh app run falai/wan-2-5 --input '{
"image_url": "https://your-image.jpg"
}'
infsh app run bytedance/omnihuman-1-5 --input '{
"image_url": "https://portrait.jpg",
"audio_url": "https://speech.mp3"
}'
infsh app run falai/fabric-1-0 --input '{
"image_url": "https://face.jpg",
"audio_url": "https://audio.mp3"
}'
infsh app run falai/pixverse-lipsync --input '{
"image_url": "https://portrait.jpg",
"audio_url": "https://speech.mp3"
}'
infsh app run falai/topaz-video-upscaler --input '{"video_url": "https://..."}'
infsh app run infsh/hunyuanvideo-foley --input '{
"video_url": "https://silent-video.mp4",
"prompt": "footsteps on gravel, birds chirping"
}'
infsh app run infsh/media-merger --input '{
"videos": ["https://clip1.mp4", "https://clip2.mp4"],
"transition": "fade"
}'
# 完整平台技能(包含 150+ 个应用)
npx skills add inference-sh/skills@agent-tools
# Google Veo 专用
npx skills add inference-sh/skills@google-veo
# AI 虚拟形象与口型同步
npx skills add inference-sh/skills@ai-avatar-video
# 文本转语音(用于视频旁白)
npx skills add inference-sh/skills@text-to-speech
# 图像生成(用于图像转视频)
npx skills add inference-sh/skills@ai-image-generation
# Twitter(发布视频)
npx skills add inference-sh/skills@twitter-automation
浏览所有应用:infsh app list
每周安装量
25.0K
代码仓库
GitHub 星标数
125
首次出现
2 天前
安全审计
安装于
claude-code20.0K
gemini-cli17.6K
codex17.6K
opencode17.6K
amp17.6K
github-copilot17.6K
| Fast, with optional audio |
| Veo 3.1 | google/veo-3-1 | Best quality, frame interpolation |
| Veo 3 | google/veo-3 | High quality with audio |
| Veo 3 Fast | google/veo-3-fast | Fast with audio |
| Veo 2 | google/veo-2 | Realistic videos |
| Grok Video | xai/grok-imagine-video | xAI, configurable duration |
| Seedance 1.5 Pro | bytedance/seedance-1-5-pro | With first-frame control |
| Seedance 1.0 Pro | bytedance/seedance-1-0-pro | Up to 1080p |
| Model | App ID | Best For |
|---|---|---|
| Wan 2.5 | falai/wan-2-5 | Animate any image |
| Wan 2.5 I2V | falai/wan-2-5-i2v | High quality i2v |
| Seedance Lite | bytedance/seedance-1-0-lite | Lightweight 720p |
| Model | App ID | Best For |
|---|---|---|
| OmniHuman 1.5 | bytedance/omnihuman-1-5 | Multi-character |
| OmniHuman 1.0 | bytedance/omnihuman-1-0 | Single character |
| Fabric 1.0 | falai/fabric-1-0 | Image talks with lipsync |
| PixVerse Lipsync | falai/pixverse-lipsync | Realistic lipsync |
| Tool | App ID | Description |
|---|---|---|
| HunyuanVideo Foley | infsh/hunyuanvideo-foley | Add sound effects to video |
| Topaz Upscaler | falai/topaz-video-upscaler | Upscale video quality |
| Media Merger | infsh/media-merger | Merge videos with transitions |
infsh app list --category video
infsh app run google/veo-3-1-fast --input '{
"prompt": "A timelapse of a flower blooming in a garden"
}'
infsh app run xai/grok-imagine-video --input '{
"prompt": "Waves crashing on a beach at sunset",
"duration": 5
}'
infsh app run falai/wan-2-5 --input '{
"image_url": "https://your-image.jpg"
}'
infsh app run bytedance/omnihuman-1-5 --input '{
"image_url": "https://portrait.jpg",
"audio_url": "https://speech.mp3"
}'
infsh app run falai/fabric-1-0 --input '{
"image_url": "https://face.jpg",
"audio_url": "https://audio.mp3"
}'
infsh app run falai/pixverse-lipsync --input '{
"image_url": "https://portrait.jpg",
"audio_url": "https://speech.mp3"
}'
infsh app run falai/topaz-video-upscaler --input '{"video_url": "https://..."}'
infsh app run infsh/hunyuanvideo-foley --input '{
"video_url": "https://silent-video.mp4",
"prompt": "footsteps on gravel, birds chirping"
}'
infsh app run infsh/media-merger --input '{
"videos": ["https://clip1.mp4", "https://clip2.mp4"],
"transition": "fade"
}'
# Full platform skill (all 150+ apps)
npx skills add inference-sh/skills@agent-tools
# Google Veo specific
npx skills add inference-sh/skills@google-veo
# AI avatars & lipsync
npx skills add inference-sh/skills@ai-avatar-video
# Text-to-speech (for video narration)
npx skills add inference-sh/skills@text-to-speech
# Image generation (for image-to-video)
npx skills add inference-sh/skills@ai-image-generation
# Twitter (post videos)
npx skills add inference-sh/skills@twitter-automation
Browse all apps: infsh app list
Weekly Installs
25.0K
Repository
GitHub Stars
125
First Seen
2 days ago
Security Audits
Installed on
claude-code20.0K
gemini-cli17.6K
codex17.6K
opencode17.6K
amp17.6K
github-copilot17.6K
AI新闻播客制作技能:实时新闻转对话式播客脚本与音频生成
1,200 周安装