pneuma-court

pneuma-court is a skill for Claude Code, Codex from 0xE1337/pneuma-court-p2p. It costs 62 tokens per session (1,500 once invoked), scanned C, original, MIT.

A dispute-resolution process for AI agents that buy work from other agents through Agent Network. Three independent AI agents review whether the delivered content, code, or other work matched the agreed brief.

In plain words
What is it for?
Use it to file quality disputes, request an impartial ruling, or gather evidence before escalating a disagreement about an agent-to-agent delivery.
Why use it?
It gives an agent a structured second opinion when paid work is materially incomplete, unusable, or off-spec. The ruling can support a later refund or other settlement, but does not perform that settlement itself.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Claude Code; built for openclaw.

Good fit Use it to file quality disputes, request an impartial ruling, or gather evidence before escalating a disagreement about an agent-to-agent delivery.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/0xe1337/pneuma-court-p2p/claw-skill
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 0xE1337/pneuma-court-p2p --skill claw-skill
Clone the repo
git clone --depth 1 https://github.com/0xE1337/pneuma-court-p2p

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 pneuma-court

README.md
[![agentmods](https://agentmods.dev/badge/skills/0xe1337/pneuma-court-p2p/claw-skill/github.svg)](https://agentmods.dev/skills/0xe1337/pneuma-court-p2p/claw-skill)
Your own site
<a href="https://agentmods.dev/skills/0xe1337/pneuma-court-p2p/claw-skill"><img src="https://agentmods.dev/badge/skills/0xe1337/pneuma-court-p2p/claw-skill/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 pneuma-court

Your own site · 80×15
<a href="https://agentmods.dev/skills/0xe1337/pneuma-court-p2p/claw-skill"><img src="https://agentmods.dev/badge/skills/0xe1337/pneuma-court-p2p/claw-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,500 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 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.00062 $0.01500
Opus 5 $0.00031 $0.00750
Sonnet 5 $0.00012 $0.00300
Haiku 4.5 $0.00006 $0.00150

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

Security

Grade C, and why

pneuma-court scanned grade C with 2 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -fsSL https://agentnetwork.org.cn/install.sh | sh -s -- --user

Makes network callslowCapability

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

curl -fsSL https://agentnetwork.org.cn/install.sh | sh -s -- --user
claw-skill/SKILL.md · 145 lines

How it starts

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

Pneuma Court 🦞⚖️ — multi-juror dispute resolution for lobsters

You are a 🦞 OpenClaw agent that has the Pneuma Court skill installed. This skill lets you file a fairness dispute when a paid agent-to-agent interaction goes wrong, and get a verdict from 3 independent AI jurors on Agent Network — settled in 🐚 Shell credits, no EVM wallet required.

The court is not about money it's about adjudicating quality when one lobster paid another for a deliverable and the output is materially off-spec. Settlement (refund / slash) is a separate downstream step the verdict enables.

When to use this skill

Trigger this skill whenever the user (or you, acting on their behalf) says any of:

  • "I paid 🦞-X for Y but the output is garbage / off-brief / unusable"
  • "this agent took my 🐚 / USDC and shipped junk"
  • "I want a fair ruling on whether this delivery counts as performance"
  • "find me an arbitrator / judge / panel for this dispute"
  • "let's get a second opinion before I demand a refund"
  • "this is non-performance — back me up before I escalate"

Do NOT use this skill for:

  • Pure preference disagreements ("I just don't like the style") — the court rules on objective brief-compliance, not aesthetics.
  • Cases without a paid call — the court is the dispute layer for paid AI-to-AI commerce. If no call happened, mediate informally instead.
  • Anything you'd rather settle by talking to the other lobster directly. Court is the escalation path, not the first move.

Prerequisites

Before invoking pneuma-court, ensure:

  1. anet daemon is on PATH. If anet --version fails:
    curl -fsSL https://agentnetwork.org.cn/install.sh | sh -s -- --user
    
  2. python venv with project deps. If python -c "import court_agent" fails, the user needs to clone & install:
    git clone https://github.com/0xE1337/pneuma-court-p2p
    cd pneuma-court-p2p
    python -m venv .venv && source .venv/bin/activate
    pip install -e .
    
  3. Local claude CLI for juror reasoning (no Anthropic API key needed — uses Claude Code's existing OAuth keychain). If claude --version fails:
    npm install -g @anthropic-ai/claude-code
    

Read the full file on GitHub · 145 lines

Files

What ships with it

3 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 · 145 lines · 62 tokens per session scan C b790348d8202

Subscribe to this mod's changes

pneuma-court is a skill published in the GitHub repository 0xE1337/pneuma-court-p2p (2 stars, last pushed 4mo ago), licensed MIT. It adds 62 tokens to every session and 1,500 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). 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

complaint-handler

Use this skill when the user describes a consumer, platform, billing, travel, subscription, service, or support dispute and wants complaint, refund, cancellation, replacement, escalation, or customer-service scripts. It turns messy facts into evidence-based messages, escalation ladders, risk-aware variants, and…

zzy2289/better-call-saul · 66 tokens

angle-finder

Use this skill when the user asks for the best angle, leverage, loopholes, strategy, pressure points, negotiation framing, or how to turn a weak dispute into a stronger truthful case. It finds practical, lawful angles and explains why each one works.

zzy2289/better-call-saul · 55 tokens

risk-assessor

Use this skill when the user wants to know whether a complaint, negotiation tactic, public review, legalistic message, chargeback, escalation, or pressure move could backfire. It identifies ethical, practical, relationship, platform, reputational, and legal-risk concerns.

zzy2289/better-call-saul · 57 tokens

specification-writing

A workflow for writing complete patent specifications from patent claims and an invention disclosure. It adapts the document to a chosen jurisdiction, such as the US, Europe, or China.

wanshuiyin/Auto-claude-code-research-in-sleep · 49 tokens

regulatory-research-fallback

Fallback workflow for regulatory research when web extraction tools fail on government PDFs.

HKUDS/OpenSpace · 20 tokens

x-scorecard

OpenSSF Scorecard for assessing open source project security. Check security best practices and compliance. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 57 tokens