eachlabs-video-edit by eachlabs/skills
npx skills add https://github.com/eachlabs/skills --skill eachlabs-video-edit使用 EachLabs Predictions API,通过 25 个以上的 AI 模型来编辑、转换和增强现有视频。
Header: X-API-Key: <your-api-key>
设置 EACHLABS_API_KEY 环境变量。在 eachlabs.ai 获取您的密钥。
| 模型 | Slug | 最佳用途 |
|---|---|---|
| Veo 3.1 Extend | veo3-1-extend-video | 最佳质量的扩展 |
| Veo 3.1 Fast Extend | veo3-1-fast-extend-video | 快速扩展 |
| PixVerse v5 Extend |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
pixverse-v5-extend |
| PixVerse 扩展 |
| PixVerse v4.5 Extend | pixverse-v4-5-extend | 旧版 PixVerse 扩展 |
| 模型 | Slug | 最佳用途 |
|---|---|---|
| Sync Lipsync v2 Pro | sync-lipsync-v2-pro | 最佳唇形同步质量 |
| PixVerse Lip Sync | pixverse-lip-sync | PixVerse 唇形同步 |
| LatentSync | latentsync | 开源唇形同步 |
| Video Retalking | video-retalking | 基于音频的唇形同步 |
| 模型 | Slug | 最佳用途 |
|---|---|---|
| Runway Gen4 Aleph | runway-gen4-aleph | 视频转换 |
| Kling O1 Video Edit | kling-o1-video-to-video-edit | AI 视频编辑 |
| Kling O1 V2V Reference | kling-o1-video-to-video-reference | 基于参考的编辑 |
| ByteDance Video Stylize | bytedance-video-stylize | 风格迁移 |
| Wan v2.2 Animate Move | wan-v2-2-14b-animate-move | 运动动画 |
| Wan v2.2 Animate Replace | wan-v2-2-14b-animate-replace | 对象替换 |
| 模型 | Slug | 最佳用途 |
|---|---|---|
| Topaz Upscale Video | topaz-upscale-video | 最佳质量超分辨率 |
| Luma Ray 2 Video Reframe | luma-dream-machine-ray-2-video-reframe | 视频重新构图 |
| Luma Ray 2 Flash Reframe | luma-dream-machine-ray-2-flash-video-reframe | 快速重新构图 |
| 模型 | Slug | 最佳用途 |
|---|---|---|
| FFmpeg Merge Audio Video | ffmpeg-api-merge-audio-video | 合并音轨 |
| MMAudio V2 | mm-audio-v-2 | 为视频添加音频 |
| MMAudio | mmaudio | 为视频添加音频 |
| Auto Subtitle | auto-subtitle | 生成字幕 |
| Merge Videos | merge-videos | 拼接视频 |
| 模型 | Slug | 最佳用途 |
|---|---|---|
| Heygen Video Translate | heygen-video-translate | 翻译视频语音 |
| 模型 | Slug | 最佳用途 |
|---|---|---|
| Motion Fast | motion-fast | 快速动作迁移 |
| Infinitalk V2V | infinitalk-video-to-video | 从视频生成说话头像 |
| 模型 | Slug | 最佳用途 |
|---|---|---|
| Faceswap Video | faceswap-video | 替换视频中的人脸 |
GET https://api.eachlabs.ai/v1/model?slug=<slug> — 验证模型是否存在,并返回包含确切输入参数的 request_schema。在创建预测之前务必执行此步骤,以确保输入正确。https://api.eachlabs.ai/v1/prediction,包含模型 slug、版本 "0.0.1" 以及符合 schema 的输入GET https://api.eachlabs.ai/v1/prediction/{id} 直到状态变为 "success" 或 "failed"curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "veo3-1-extend-video",
"version": "0.0.1",
"input": {
"video_url": "https://example.com/video.mp4",
"prompt": "Continue the scene with the camera slowly pulling back"
}
}'
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "sync-lipsync-v2-pro",
"version": "0.0.1",
"input": {
"video_url": "https://example.com/talking-head.mp4",
"audio_url": "https://example.com/new-audio.mp3"
}
}'
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "auto-subtitle",
"version": "0.0.1",
"input": {
"video_url": "https://example.com/video.mp4"
}
}'
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "ffmpeg-api-merge-audio-video",
"version": "0.0.1",
"input": {
"video_url": "https://example.com/video.mp4",
"audio_url": "https://example.com/music.mp3",
"start_offset": 0
}
}'
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "topaz-upscale-video",
"version": "0.0.1",
"input": {
"video_url": "https://example.com/low-res-video.mp4"
}
}'
查看 references/MODELS.md 获取每个模型的完整参数详情。
每周安装量
76
仓库
GitHub 星标数
8
首次出现
2026年2月9日
安全审计
安装于
gemini-cli75
cursor74
opencode74
kimi-cli73
codex73
github-copilot73
Edit, transform, and enhance existing videos using 25+ AI models via the EachLabs Predictions API.
Header: X-API-Key: <your-api-key>
Set the EACHLABS_API_KEY environment variable. Get your key at eachlabs.ai.
| Model | Slug | Best For |
|---|---|---|
| Veo 3.1 Extend | veo3-1-extend-video | Best quality extension |
| Veo 3.1 Fast Extend | veo3-1-fast-extend-video | Fast extension |
| PixVerse v5 Extend | pixverse-v5-extend | PixVerse extension |
| PixVerse v4.5 Extend | pixverse-v4-5-extend | Older PixVerse extension |
| Model | Slug | Best For |
|---|---|---|
| Sync Lipsync v2 Pro | sync-lipsync-v2-pro | Best lip sync quality |
| PixVerse Lip Sync | pixverse-lip-sync | PixVerse lip sync |
| LatentSync | latentsync | Open-source lip sync |
| Video Retalking | video-retalking | Audio-based lip sync |
| Model | Slug | Best For |
|---|---|---|
| Runway Gen4 Aleph | runway-gen4-aleph | Video transformation |
| Kling O1 Video Edit | kling-o1-video-to-video-edit | AI video editing |
| Kling O1 V2V Reference | kling-o1-video-to-video-reference | Reference-based edit |
| ByteDance Video Stylize | bytedance-video-stylize | Style transfer |
| Wan v2.2 Animate Move | wan-v2-2-14b-animate-move |
| Model | Slug | Best For |
|---|---|---|
| Topaz Upscale Video | topaz-upscale-video | Best quality upscale |
| Luma Ray 2 Video Reframe | luma-dream-machine-ray-2-video-reframe | Video reframing |
| Luma Ray 2 Flash Reframe | luma-dream-machine-ray-2-flash-video-reframe | Fast reframing |
| Model | Slug | Best For |
|---|---|---|
| FFmpeg Merge Audio Video | ffmpeg-api-merge-audio-video | Merge audio track |
| MMAudio V2 | mm-audio-v-2 | Add audio to video |
| MMAudio | mmaudio | Add audio to video |
| Auto Subtitle | auto-subtitle | Generate subtitles |
| Merge Videos | merge-videos |
| Model | Slug | Best For |
|---|---|---|
| Heygen Video Translate | heygen-video-translate | Translate video speech |
| Model | Slug | Best For |
|---|---|---|
| Motion Fast | motion-fast | Fast motion transfer |
| Infinitalk V2V | infinitalk-video-to-video | Talking head from video |
| Model | Slug | Best For |
|---|---|---|
| Faceswap Video | faceswap-video | Swap face in video |
GET https://api.eachlabs.ai/v1/model?slug=<slug> — validates the model exists and returns the request_schema with exact input parameters. Always do this before creating a prediction to ensure correct inputs.https://api.eachlabs.ai/v1/prediction with model slug, version "0.0.1", and input matching the schemaGET https://api.eachlabs.ai/v1/prediction/{id} until status is "success" or "failed"curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "veo3-1-extend-video",
"version": "0.0.1",
"input": {
"video_url": "https://example.com/video.mp4",
"prompt": "Continue the scene with the camera slowly pulling back"
}
}'
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "sync-lipsync-v2-pro",
"version": "0.0.1",
"input": {
"video_url": "https://example.com/talking-head.mp4",
"audio_url": "https://example.com/new-audio.mp3"
}
}'
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "auto-subtitle",
"version": "0.0.1",
"input": {
"video_url": "https://example.com/video.mp4"
}
}'
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "ffmpeg-api-merge-audio-video",
"version": "0.0.1",
"input": {
"video_url": "https://example.com/video.mp4",
"audio_url": "https://example.com/music.mp3",
"start_offset": 0
}
}'
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "topaz-upscale-video",
"version": "0.0.1",
"input": {
"video_url": "https://example.com/low-res-video.mp4"
}
}'
See references/MODELS.md for complete parameter details for each model.
Weekly Installs
76
Repository
GitHub Stars
8
First Seen
Feb 9, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
gemini-cli75
cursor74
opencode74
kimi-cli73
codex73
github-copilot73
超能力技能使用指南:AI助手技能调用优先级与工作流程详解
52,100 周安装
代码安全扫描工具 - 全面检测OWASP Top 10漏洞、密钥泄露与注入缺陷
142 周安装
社交媒体内容多平台适配器 - AI内容重制工具,一键优化Twitter/LinkedIn/Instagram/Facebook/TikTok
148 周安装
Rust Trait 探索器 - 快速查找 trait 实现与多态设计分析工具
232 周安装
阿里云轻量应用服务器SWAS-OPEN API管理指南:实例、磁盘、快照、镜像、防火墙
265 周安装
阿里云AIRec智能推荐管理技能 - 使用OpenAPI/SDK管理AI推荐引擎
265 周安装
阿里云文档API质量评审工具 - 自动化产品文档与OpenAPI评审报告生成
266 周安装
| Motion animation |
| Wan v2.2 Animate Replace | wan-v2-2-14b-animate-replace | Object replacement |
| Concatenate videos |