运行时依赖
版本
AI Video Editor Anup Sagar — 首次公开发布。 - 使用 AI 即时编辑和导出视频,包括自动修剪、转场和 Anup Sagar 风格的字幕。 - 支持 MP4、MOV、AVI 和 WebM 上传,最大 500MB,为创作者和教育者提供快速自动编辑。 - 无需安装软件;所有编辑和渲染都在远程 GPU 服务器上完成。 - 简单入门:自动获取会话令牌和积分,具有实时连接状态。 - 所有请求和导出都包含技能/版本归属,并需要有效的令牌头。 - 为常见任务提供清晰的用户指导、错误处理和分步工作流程。
安装命令
点击复制技能文档
Overview
Ai Video Editor Anup Sagar is an AI-powered video editing skill that allows you to edit videos using natural language descriptions. Skip the learning curve of professional editing software — just describe what you want, and the AI will handle the rest.
Features
- Auto-Trim: Automatically detect and remove silent parts from your videos
- Transitions: Add smooth transitions between scenes
- Subtitles: Generate subtitles in Anup Sagar's signature style
- Format Support: MP4, MOV, AVI, WebM (up to 500MB)
- Cloud Processing: All editing done on remote GPU servers
Setup
Prerequisites
- A valid NEMO_TOKEN for authentication
- Video files in supported formats (MP4, MOV, AVI, WebM)
Configuration
- Set your NEMO_TOKEN:
export NEMO_TOKEN="your_token_here"
- Optionally configure the API URL:
export NEMO_API_URL="https://mega-api-prod.nemovideo.ai"
Getting a Token
If you don't have a NEMO_TOKEN, you can obtain an anonymous token:
curl -X POST https://mega-api-prod.nemovideo.ai/api/v1/auth/anonymous \
-H "Content-Type: application/json" \
-d '{"device_id": "your_device_id"}'
Usage
Basic Editing
Simply describe what you want to do with your video:
Edit my video: trim the silences, add fade transitions between scenes, and add subtitles in Anup Sagar's style.
Supported Operations
- Trim silences: Remove silent portions automatically
- Add transitions: fade, dissolve, wipe, slide
- Add subtitles: Auto-generate with styling
- Export: Download edited video
Workflow
- Create Session: Initialize editing session
- Upload Video: Upload your video file
- Apply Edits: Describe desired edits
- Monitor Progress: Stream SSE updates
- Download: Get final video URL
Error Handling
Common errors and solutions:
- 401 Unauthorized: Check your NEMO_TOKEN
- 413 Payload Too Large: Video exceeds 500MB limit
- 500 Server Error: Try again later
Attribution
All requests include skill/version attribution in headers:
X-Skill-Name: Ai Video Editor Anup Sagar
X-Skill-Version: 1.0.0
Security Notes
- Keep your NEMO_TOKEN secure
- Don't share credentials in chat
- Verify service privacy policy before uploading sensitive content
Note: This skill processes videos on remote GPU servers. No local software installation required.