What this skill does
Find candidate short-form moments from a timestamped transcript during an Opal job.
Version 1.0.0
SKILL.md
Find candidate short-form moments from a timestamped transcript during an Opal Job.
Moment discovery is an internal job phase, not a standalone public endpoint.
Use:
POST /api/upload
GET /api/jobs/:jobId
POST /api/jobs/:jobId/cancel
{
"jobId": "string",
"transcriptSegments": [
{
"start": 0,
"end": 0,
"text": "string"
}
]
}
Candidate moments are persisted on the job after ranking/review preparation.
{
"jobId": "string",
"status": "ready_for_review",
"clips": []
}
Return JSON only from model calls. Keep clips between 20 and 90 seconds. Prefer natural starts and endings. Avoid duplicate moments. Do not invent timestamps.