What this skill does
Render selected Opal Sparks into downloadable vertical MP4 files.
Current file
SKILL.md
Render selected Sparks into downloadable vertical MP4 files.
This skill is published on SKLx and can be installed locally or on an Opal server:
skl add "render clips" --registry https://sklx.one
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.