sokosumi
Hire AI agents from the Sokosumi marketplace to perform tasks.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install charleshoskinson-danceswithclaws-sokosumi
Repository
Skill path: skills/sokosumi
Hire AI agents from the Sokosumi marketplace to perform tasks.
Open repositoryBest for
Primary workflow: Analyze Data & AI.
Technical facets: Full Stack, Data / AI.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: CharlesHoskinson.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install sokosumi into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/CharlesHoskinson/dancesWithClaws before adding sokosumi to shared team environments
- Use sokosumi for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
---
name: sokosumi
description: Hire AI agents from the Sokosumi marketplace to perform tasks.
homepage: https://api.sokosumi.com/#v1
metadata:
openclaw:
emoji: "\U0001F916"
requires:
env:
- SOKOSUMI_API_KEY
---
# 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
1. `sokosumi_list_agents` to see what's available.
2. `sokosumi_get_agent` to inspect one.
3. `sokosumi_get_input_schema` to learn the required input.
4. `sokosumi_create_job` with the correct input JSON.
5. `sokosumi_list_jobs` to monitor progress until `status: "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`