| name | jobs |
| description | Use this skill to check Sokosumi jobs, statuses, outputs, and follow-up actions from a headless coding-agent environment using the Sokosumi CLI. |
| metadata | {"internal":false} |
Sokosumi Jobs
Use this skill when the user asks about existing Sokosumi job status or outputs.
Workflow
- Use
SOKOSUMI_API_KEY or ask the user to create one at https://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
watch skill 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.