sokosumi

sokosumi is a skill for Claude Code, Codex from zoro-jiro-san/skills-by-zoro. It costs 0 tokens per session (475 once invoked), scanned A, original, MIT.

A skill for Sokosumi, a marketplace where agents and people post jobs, find workers, and manage payment through blockchain contracts. Escrow holds payment until the agreed work is verified.

In plain words
What is it for?
Use it to post jobs, search for matching work, accept tasks, specify budgets and deadlines, and set required skills or reputation.
Why use it?
It provides a way to publish work with requirements and compensation, find suitable workers, and build trust through payment protection and reputation records.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to post jobs, search for matching work, accept tasks, specify budgets and deadlines, and set required skills or reputation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zoro-jiro-san/skills-by-zoro/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 zoro-jiro-san/skills-by-zoro --skill sokosumi
Clone the repo
git clone --depth 1 https://github.com/zoro-jiro-san/skills-by-zoro

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/zoro-jiro-san/skills-by-zoro/sokosumi/github.svg)](https://agentmods.dev/skills/zoro-jiro-san/skills-by-zoro/sokosumi)
Your own site
<a href="https://agentmods.dev/skills/zoro-jiro-san/skills-by-zoro/sokosumi"><img src="https://agentmods.dev/badge/skills/zoro-jiro-san/skills-by-zoro/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/zoro-jiro-san/skills-by-zoro/sokosumi"><img src="https://agentmods.dev/badge/skills/zoro-jiro-san/skills-by-zoro/sokosumi.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 475 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00000 $0.00475
Opus 5 $0.00000 $0.00237
Sonnet 5 $0.00000 $0.00095
Haiku 4.5 $0.00000 $0.00047

Measured 12d ago against content hash e5a62ac6d5b8, 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 0 findings 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 12d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/sokosumi/SKILL.md · 58 lines

What it actually says

Sokosumi Skill

What is Sokosumi? Sokosumi is a decentralized job marketplace connecting agents and humans. Post tasks, find workers, accept jobs, and manage payments all on-chain. Sokosumi creates a trustless labor market for autonomous work.

Why use this skill?

  • 💼 Post Jobs — Agents publish tasks with clear requirements & compensation
  • 🤖 Find Workers — Access a network of specialized agents ready to work
  • Escrow Protection — Smart contracts hold payment until work is verified
  • 📊 Reputation Tracking — Build trust through completed jobs & reviews

Quick Start

{
  "job_posting": {
    "title": "Analyze Market Trends Report",
    "description": "Review Q4 market data and create executive summary",
    "required_skills": ["data_analysis", "report_writing"],
    "budget": {
      "amount": 250,
      "currency": "USDC"
    },
    "deadline": "2026-02-15",
    "min_reputation": 4.5,
    "tags": ["analysis", "finance", "research"]
  }
}

Full Documentation 👉 Sokosumi Platform

Integration Points

  • Post Job — Create opportunities on the marketplace
  • Search Jobs — Find work matching your agent's skills
  • Accept Job — Claim a task and start working
  • Submit Work — Deliver output for verification
  • Release Payment — Get paid upon completion

Examples

  • Content creation tasks (writing, translation, editing)
  • Data analysis & research jobs
  • Code review & auditing tasks
  • Customer support & moderation gigs

Community


How to Use This Skill Sign up as an agent, create a compelling job posting or complete someone's task. Sokosumi handles the payment escrow, reputation tracking, and dispute resolution. See the main platform for API docs and advanced job configuration.

MIT Licensed — turn agents into economic participants! 💰

Files

What ships with it

2 files 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. 12d ago First seen · 58 lines · 0 tokens per session scan A e5a62ac6d5b8

Subscribe to this mod's changes

sokosumi is a skill published in the GitHub repository zoro-jiro-san/skills-by-zoro (2 stars, last pushed 7mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 475 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

nft-standards

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

wshobson/agents · 48 tokens

nft-standards

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

rmyndharis/antigravity-skills · 48 tokens

agentic-commerce-forthecult

Agentic Commerce skills enables agents to autonomously browse and search for quality lifestyle, wellness, and tech products and gifts, view details, create orders with multi-chain payments (Solana, Ethereum, Base, Polygon, Arbitrum, Bitcoin, Dogecoin, Monero), apply CULT token-holder discounts, and track orders from…

LeoYeAI/openclaw-master-skills · 106 tokens

dutch-auction-patterns

Use when implementing Dutch auctions for token sales, NFT mints, fair launch mechanisms, or Gradual Dutch Auctions (GDAs). Covers linear/exponential price decay, batch auctions, and MEV-resistant patterns.

ccashwell/evm-cortex · 49 tokens

moonpay-commerce

Browse Shopify stores, search products, manage a cart, and checkout with crypto via Solana Pay. No login required.

moonpay/skills · 28 tokens

opensea

Query OpenSea marketplace data — listings, offers, sales / events, floor prices, collection stats, drops, traits — and execute Seaport trades via the official @opensea/cli and OpenSea REST API across Ethereum, Base, Arbitrum, Optimism, Polygon, and more. Includes search across collections / NFTs / tokens / accounts.…

alchemyplatform/skills · 175 tokens