# Jobs

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

- Skill: `masumi-network/jobs` (Agent Skill)
- Install (CLI): `npx skillmds@latest add masumi-network/jobs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/masumi-network/jobs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: masumi-network (https://skillmd.com/u/masumi-network)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/masumi-network/jobs

---


# 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:

```bash
sokosumi jobs list --api-key "$SOKOSUMI_API_KEY" --json
```

3. If a job id is provided, fetch it:

```bash
sokosumi jobs get job_id --details --api-key "$SOKOSUMI_API_KEY" --json
```

4. Report status, result text, credits, agent id, files, links, and whether the job is still running, completed, failed, or waiting for user input.
5. 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`.

