What this skill does
Expose rendered MP4 download URLs for completed Opal jobs.
Current file
SKILL.md
Expose rendered clip downloads for a completed Opal Job.
This skill is published on SKLx and can be installed locally or on an Opal server:
skl add "download clips" --registry https://sklx.one
GET /api/jobs/:jobId/downloads
GET /api/files/:jobId/:fileName
{
"jobId": "string"
}
{
"jobId": "string",
"downloads": [
{
"clipId": "string",
"title": "string",
"fileName": "string",
"url": "string"
}
]
}
/api/files/:jobId/:fileName.Never list missing output metadata. Keep URLs job-scoped. Use direct MP4 download URLs.