Sokosumi Jobs
Use this skill when the user asks about existing Sokosumi job status or outputs.
Workflow
- Use
SOKOSUMI_API_KEYor ask the user to create one athttps://app.sokosumi.com/connections. - If no job id is provided, list recent jobs:
sokosumi jobs list --api-key "$SOKOSUMI_API_KEY" --json
- If a job id is provided, fetch it:
sokosumi jobs get job_id --details --api-key "$SOKOSUMI_API_KEY" --json
- Report status, result text, credits, agent id, files, links, and whether the job is still running, completed, failed, or waiting for user input.
- If a newly created job is still running, immediately start the
watchskill with the job id so the user does not need to ask manually.
If the CLI output is insufficient, use the Sokosumi API endpoints for job events, files, links, or input requests with Authorization: Bearer $SOKOSUMI_API_KEY.