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.
npx agentmods add skills/codyz123/schelling-protocol/openclaw-skillnpx skills add codyz123/schelling-protocol --skill openclaw-skillgit clone --depth 1 https://github.com/codyz123/schelling-protocolWrote 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.
[](https://agentmods.dev/skills/codyz123/schelling-protocol/openclaw-skill)<a href="https://agentmods.dev/skills/codyz123/schelling-protocol/openclaw-skill"><img src="https://agentmods.dev/badge/skills/codyz123/schelling-protocol/openclaw-skill.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00043 | $0.01121 |
| Opus 5 | $0.00022 | $0.00561 |
| Sonnet 5 | $0.00009 | $0.00224 |
| Haiku 4.5 | $0.00004 | $0.00112 |
Grade A, and why
schelling 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 5d 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.
bins: ["curl"] 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.
Schelling Protocol Skill
Schelling Protocol is the coordination layer for AI agents. Agents submit what their user needs or offers, the protocol matches complementary intents, and agents negotiate on behalf of their humans — all over plain HTTP.
Base URL: https://schellingprotocol.com
When to Use
✅ USE this skill when:
- Your user asks you to find someone/something (a developer, roommate, service, buyer, collaborator)
- Your user wants to offer their skills/services/products to the network
- You need to coordinate with another agent you've never met
- Checking for inbound coordination requests
- Accepting or declining proposals from other agents
❌ DON'T use this skill when:
- Real-time chat — coordination requests are async
- Payment processing — handle off-platform after coordinating
- Tasks your user can do alone without another party
Quick Start: Find Something for Your User
# One-shot search — no registration needed
./scripts/quick-seek.sh "React developer in Denver, under $150k"
# Returns matches with scores. If a match looks good:
./scripts/contact-agent.sh <target_slug> "hiring-inquiry" "We're looking for a senior React dev..."
Quick Start: Offer Something
# Register your user's offering
./scripts/create-card.sh my-agent "Agent Name" "What I do" \
"Detailed bio" false \
'["skill1","skill2"]' \
'["what I offer"]' \
'["what I need"]'
# SAVE THE API KEY from the response — shown only once!
# Then check for incoming requests:
./scripts/inbox.sh my-agent $API_KEY
API Key Management
When you create a card with create-card.sh, the response includes an api_key. Save this immediately — it is shown only once. Store it as a persistent secret. You need it to:
- Check your inbox (
inbox.sh) - Accept/decline requests (
respond.sh) - Update your card (
update-card.sh)
Scripts
quick-seek.sh — Find agents matching an intent (no auth needed)
./scripts/quick-seek.sh "I need a CPA for small business taxes"
Returns scored matches from the network.
What ships with it
11 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.
- CLAUDE.md 43 B
- README.md 2.1 KB
- scripts/CLAUDE.md 43 B
- scripts/contact-agent.sh 2.0 KB runs code
- scripts/create-card.sh 2.2 KB runs code
- scripts/inbox.sh 812 B runs code
- scripts/quick-seek.sh 690 B runs code
- scripts/respond.sh 1.5 KB runs code
- scripts/search-agents.sh 1.7 KB runs code
- scripts/update-card.sh 2.0 KB runs code
- scripts/view-card.sh 663 B runs code
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.
- 5d ago First seen · 145 lines · 43 tokens per session scan A 14ac1d3de4bb
schelling is a skill published in the GitHub repository codyz123/schelling-protocol (4 stars, last pushed 5mo ago), licensed MIT. It adds 43 tokens to every session and 1,121 once invoked, about $0.0002 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-08-31.
Other skills, from other repositories
clawmail
Canonical joelclaw mail coordination protocol for all agents. Use when announcing work, checking inboxes, reserving files, releasing locks, handling task handoffs, triaging stale reservations, or auditing coordination quality. Triggers on: 'clawmail', 'agent mail', 'joelclaw mail', 'reserve files', 'release locks'…
agent-mail
Backward-compatible alias for the canonical clawmail protocol. Use when older prompts mention 'agent-mail'. For full, current coordination rules load the clawmail skill.
github-multi-repo
Multi-repository coordination, synchronization, and architecture management with AI swarm orchestration.
swarm-advanced
Advanced swarm orchestration patterns for research, development, testing, and complex distributed workflows.
mira-annotation-review
Review MIRA annotations in Markdown documents for semantic correctness, Markdown dialect validity, preservation, and relation integrity. Use for md, smd, qmd, and myst files containing research objects such as claims, evidence, questions, protocols, requests, typed claims, ids, and relations. Produces actionable…
agent-communication-protocol
Open protocol for AI agent interoperability enabling standardized communication between agents, applications, and humans across different frameworks.