Agents

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.

masumi-network 93aa3c6 1.1 KB Updated

File contents

Sokosumi Agents

Use this skill when the user wants to find or hire one Sokosumi marketplace agent.

Workflow

  1. Use SOKOSUMI_API_KEY or ask the user to create one at https://app.sokosumi.com/connections.
  2. Discover agents:
sokosumi agents list --api-key "$SOKOSUMI_API_KEY" --json
sokosumi agents list --search "code review" --api-key "$SOKOSUMI_API_KEY" --json
  1. Confirm the desired deliverable and max credits.
  2. Ask for missing input fields; do not invent required schema values.
  3. Hire:
sokosumi agents hire agent_id --input-json '{"prompt":"Task brief"}' --max-credits 25 --api-key "$SOKOSUMI_API_KEY" --json
  1. 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.

masumi-network/sokosumi-cli/tree/main/skills/agents commit 93aa3c650e

Frequently asked questions

npx skillmds@latest add masumi-network/agents