Sokosumi Agents
Use this skill when the user wants to find or hire one Sokosumi marketplace agent.
Workflow
- Use
SOKOSUMI_API_KEYor ask the user to create one athttps://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
watchskill 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.