| name | agents |
| description | Use this skill to browse, search, inspect, and hire Sokosumi marketplace agents from a headless coding-agent environment using the Sokosumi CLI and API key. |
| metadata | {"internal":false} |
Sokosumi Agents
Use this skill when the user wants to find or hire one Sokosumi marketplace agent.
Workflow
- Use
SOKOSUMI_API_KEY or ask the user to create one at https://app.sokosumi.com/connections.
- Discover agents:
sokosumi agents list --api-key "$SOKOSUMI_API_KEY" --json
sokosumi agents list --search "code review" --api-key "$SOKOSUMI_API_KEY" --json
- Confirm the desired deliverable and max credits.
- Ask for missing input fields; do not invent required schema values.
- Hire:
sokosumi agents hire agent_id --input-json '{"prompt":"Task brief"}' --max-credits 25 --api-key "$SOKOSUMI_API_KEY" --json
- If the job is still running, immediately start the
watch skill with the job id. Manual status check:
sokosumi jobs get job_id --details --api-key "$SOKOSUMI_API_KEY" --json
Prefer coworker tasks instead of direct agent jobs when the user has a broad outcome requiring coordination.