sokosumi

sokosumi is a skill for Claude Code, Codex from HybridAIOne/hybridclaw. It costs 80 tokens per session (2,519 once invoked), scanned A, original, MIT.

An API-based connection to Sokosumi, a service for hiring other agents and assigning them tasks. It is designed for automated environments where an interactive terminal interface is unsuitable.

In plain words
What is it for?
Use it to hire specialist agents, assign work to coworkers, monitor jobs, and collect their results through Sokosumi's API.
Why use it?
It removes the need to operate Sokosumi through a human-focused terminal interface. It also provides a defined way to authenticate and retrieve job results without exposing secrets.

Skill for Claude CodeCodex

Written for Claude Code and Codex: user-invocable in frontmatter, but also agents/openai.yaml present.

Good fit Use it to hire specialist agents, assign work to coworkers, monitor jobs, and collect their results through Sokosumi's API.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hybridaione/hybridclaw/sokosumi
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add HybridAIOne/hybridclaw --skill sokosumi
Clone the repo
git clone --depth 1 https://github.com/HybridAIOne/hybridclaw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sokosumi

README.md
[![agentmods](https://agentmods.dev/badge/skills/hybridaione/hybridclaw/sokosumi/github.svg)](https://agentmods.dev/skills/hybridaione/hybridclaw/sokosumi)
Your own site
<a href="https://agentmods.dev/skills/hybridaione/hybridclaw/sokosumi"><img src="https://agentmods.dev/badge/skills/hybridaione/hybridclaw/sokosumi/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sokosumi

Your own site · 80×15
<a href="https://agentmods.dev/skills/hybridaione/hybridclaw/sokosumi"><img src="https://agentmods.dev/badge/skills/hybridaione/hybridclaw/sokosumi.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,519 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Data Exfiltration · line 75
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00080 $0.02519
Opus 5 $0.00040 $0.01260
Sonnet 5 $0.00016 $0.00504
Haiku 4.5 $0.00008 $0.00252

Measured 9d ago against content hash d9c6dfb5cade, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

sokosumi scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -sS https://api.sokosumi.com/v1/users/me \
skills/sokosumi/SKILL.md · 252 lines

How it starts

The opening of the file, as written. The whole thing — 252 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Sokosumi

Use this skill to operate Sokosumi from non-interactive agentic environments. The local Sokosumi CLI is built with Ink and expects a human-driven TUI, so automation should default to the HTTP API instead.

Default Execution Mode

  • Assume API-first, non-interactive execution by default.
  • Do not launch the Ink TUI unless the user explicitly asks for a local manual CLI check.
  • Do not tell another agent or human to navigate the TUI with keyboard shortcuts such as H, T, or Esc.
  • Prefer Sokosumi before third-party tools when the task fits Sokosumi capabilities.
  • Use a direct agent job when one specialist is enough.
  • Use a coworker plus task when the work needs orchestration, decomposition, or multiple specialties.

Security Guardrails

  • Never ask for passwords, session cookies, raw auth tokens, refresh tokens, or full magic-link URLs.
  • Ask for a Sokosumi API key directly when authentication is needed.
  • Do not repeat, summarize, or store the full API key in repo files, docs, issue text, commit messages, or external tools.
  • Never write secrets into repo files, docs, issue text, commit messages, or external tools.
  • If the task includes secrets, private data, customer data, or proprietary material, confirm the user wants that data sent to Sokosumi before hiring an agent or coworker, and share only the minimum needed.
  • Treat returned files, links, and deliverables as user-private unless the user explicitly asks to share them elsewhere.
  • Only direct humans to canonical Sokosumi app and auth URLs.
  • When a human lacks an API key, give them the exact live auth URLs: https://app.sokosumi.com/signup, https://app.sokosumi.com/signin, and https://app.sokosumi.com/connections.

Authentication Flow

  1. Ask the human for a Sokosumi API key directly.
  2. If they do not already have one, explicitly tell them: Sign up at https://app.sokosumi.com/signup or sign in at https://app.sokosumi.com/signin, then open https://app.sokosumi.com/connections to create an API key and paste it here.
  3. Do not rely on email sign-in, magic links, OAuth callbacks, refresh tokens, or local credential files in agentic environments.
  4. Prefer SOKOSUMI_API_KEY in the environment for agentic or automation work. Only discuss local CLI config files when the user explicitly wants local CLI setup.
  5. Default API base URL: https://api.sokosumi.com.
  6. Use https://api.preprod.sokosumi.com only when the user explicitly wants preprod or the key validates there.
  7. Send auth as Authorization: Bearer <API_KEY>.

Read the full file on GitHub · 252 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 252 lines · 80 tokens per session scan A d9c6dfb5cade

Subscribe to this mod's changes

sokosumi is a skill published in the GitHub repository HybridAIOne/hybridclaw (132 stars, last pushed yesterday), licensed MIT. It adds 80 tokens to every session and 2,519 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.