What this skill does
Render selected Opal Sparks into downloadable vertical MP4 files.
Version 1.0.0
SKILL.md
Render selected Sparks into downloadable vertical MP4 files.
POST /api/jobs/:jobId/render
POST /api/jobs/:jobId/cancel
GET /api/jobs/:jobId
GET /api/jobs/:jobId/downloads
GET /api/files/:jobId/:fileName
{
"selection": "approved"
}
Allowed selections:
approved
top3
all
{
"jobId": "string",
"status": "ready_for_download",
"clips": [
{
"id": "string",
"outputUrl": "string"
}
]
}
Use FFmpeg. Export MP4. Use H.264 video. Use AAC audio. Support cancellation between render batches and active child processes.