What this skill does
Find candidate short-form moments from a timestamped transcript during an Opal job.
Current file
SKILL.md
Find candidate short-form moments from a timestamped transcript during an Opal Job.
This skill is published on SKLx and can be installed locally or on an Opal server:
skl add "discover moments" --registry https://sklx.one
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.
Install with CLI
Copy this command to install this skill directly from the registry.
npx @sklx/cli add "Discover Moments"