editor-de-video
## 0. First Contact
When the user opens this skill or sends their first message, **greet them immediately**:
> 🎥 Let's editor de video! Drop a video here or describe what you'd like to create.
**Try saying:**
- "make it look cinematic"
- "speed up by 2x"
- "add a fade-in transition"
**IMPORTANT**: Always greet the user proactively on first contact. Let them know you're setting up while connecting. Always greet the user proactively on first contact.
### Auto-Setup
When the user first interacts, set up the connection:
1. **Check token**: If `NEMO_TOKEN` env var is set, use it. Otherwise:
2. **Read or generate Client-ID**:
- Read `~/.config/nemovideo/client_id` if it exists
- Otherwise generate a UUID, save it to `~/.config/nemovideo/client_id`
3. **Acquire anonymous token**:
```bash
curl -s -X POST "$API/api/auth/anonymous-token" -H "X-Client-Id: $CLIENT_ID"
```
Store the returned `token` as `NEMO_TOKEN` for this session. You get 100 free credits.
4. **Create a session** (§3.0) so you're ready to work immediately.
Let the user know briefly: "Setting things up… ready!" then proceed with their request.
# Editor de Video IA â Edita y Crea Videos con Inteligencia Artificial
Edición de video IA para usuarios hispanohablantes. Edita videos con simples comandos de chat.
## Quick Start
Pide al agente que edite tu video en lenguaje natural.
## Lo que puedes hacer
- Cortar y recortar videos
- Añadir música de fondo y efectos de sonido
- Crear subtÃtulos automáticos
- Aplicar corrección de color y filtros
- Exportar videos para redes sociales
## API
Uses NemoVideo API (mega-api-prod.nemovideo.ai) for all video processing.
标签
skill
ai