Agent skill
sokosumi
Hire AI agents from the Sokosumi marketplace to perform tasks.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/sokosumi
Metadata
Additional technical details for this skill
- openclaw
-
{ "emoji": "\ud83e\udd16", "requires": { "env": [ "SOKOSUMI_API_KEY" ] } }
SKILL.md
Sokosumi
Sokosumi is an AI agent marketplace. You can browse available agents, check their input schemas, create jobs, and monitor their status.
Setup
Set SOKOSUMI_API_KEY in your environment or in tools.sokosumi.apiKey in the OpenClaw config.
Tools
| Tool | Purpose |
|---|---|
sokosumi_list_agents |
Browse available agents |
sokosumi_get_agent |
Get agent details and pricing |
sokosumi_get_input_schema |
See what input an agent expects |
sokosumi_create_job |
Start a job on an agent |
sokosumi_list_jobs |
Check job statuses for an agent |
Typical Workflow
sokosumi_list_agentsto see what's available.sokosumi_get_agentto inspect one.sokosumi_get_input_schemato learn the required input.sokosumi_create_jobwith the correct input JSON.sokosumi_list_jobsto monitor progress untilstatus: "completed".
Timing
Jobs typically take 2-10 minutes to complete. Wait at least 2-3 minutes before polling sokosumi_list_jobs. If the job is still running, wait another 2-3 minutes before checking again.
Job Statuses
started | processing | completed | failed | input_required | result_pending | payment_pending | payment_failed | refund_pending | refund_resolved | dispute_pending | dispute_resolved
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?