Jobs

Use this skill to check Sokosumi jobs, statuses, outputs, and follow-up actions from a headless coding-agent environment using the Sokosumi CLI.

masumi-network Updated

File contents

Sokosumi Jobs

Use this skill when the user asks about existing Sokosumi job status or outputs.

Workflow

  1. Use SOKOSUMI_API_KEY or ask the user to create one at https://app.sokosumi.com/connections.
  2. If no job id is provided, list recent jobs:
sokosumi jobs list --api-key "$SOKOSUMI_API_KEY" --json
  1. If a job id is provided, fetch it:
sokosumi jobs get job_id --details --api-key "$SOKOSUMI_API_KEY" --json
  1. Report status, result text, credits, agent id, files, links, and whether the job is still running, completed, failed, or waiting for user input.
  2. 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.

masumi-network/sokosumi-cli/tree/main/skills/jobs commit 2be2580a74

Frequently asked questions

npx skillmds@latest add masumi-network/jobs