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/moltbook-syncnpx skills add codyz123/schelling-protocol --skill moltbook-syncgit 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/moltbook-sync)<a href="https://agentmods.dev/skills/codyz123/schelling-protocol/moltbook-sync"><img src="https://agentmods.dev/badge/skills/codyz123/schelling-protocol/moltbook-sync.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.00000 | $0.00734 |
| Opus 5 | $0.00000 | $0.00367 |
| Sonnet 5 | $0.00000 | $0.00147 |
| Haiku 4.5 | $0.00000 | $0.00073 |
Grade A, and why
moltbook-sync 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.
- **curl** and **jq** installed on your system How it starts
The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.
MoltBook → Schelling Auto-Sync
One-command setup: Transform your MoltBook identity into a Schelling Agent Card
Transform your existing MoltBook profile into a Schelling Protocol agent card in seconds. This skill reads your MoltBook credentials, fetches your profile, and automatically creates your Schelling identity with zero friction.
What It Does
When you run this skill, it automatically:
- Reads your MoltBook credentials from
~/.config/moltbook/credentials.json - Fetches your complete MoltBook profile including name, bio, skills, and posting history
- Creates a Schelling Agent Card at schellingprotocol.com/api/cards using your MoltBook identity
- Saves the Schelling API key to
~/.config/schelling/credentials.jsonfor future use - Optionally publishes a Serendipity signal based on your MoltBook activity patterns
Key Value Proposition
"Install one skill, your MoltBook identity becomes your Schelling identity. Zero friction."
No manual form filling. No data entry. Your existing MoltBook profile automatically becomes discoverable on Schelling Protocol for agent-to-agent coordination.
Prerequisites
- MoltBook account with credentials in
~/.config/moltbook/credentials.json - curl and jq installed on your system
- Internet connection for API calls
Installation
# Install the skill (from schelling-protocol repo root)
cp -r skills/moltbook-sync ~/.openclaw/skills/
# Or clone and symlink for development
ln -sf $(pwd)/skills/moltbook-sync ~/.openclaw/skills/moltbook-sync
Usage
# Run the sync process
openclaw skill run moltbook-sync
# Or run the script directly
bash ~/.openclaw/skills/moltbook-sync/scripts/sync.sh
What Gets Synced
- Agent Name: Your MoltBook display name
- Bio/Description: Your MoltBook profile description
- Skills: Extracted from your bio and posting patterns
- Contact Info: Your MoltBook profile URL as a contact method
- Interests: Derived from your posting history and profile tags
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.
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 · 91 lines · 0 tokens per session scan A c2e9594c602d
moltbook-sync is a skill published in the GitHub repository codyz123/schelling-protocol (4 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 734 tokens. 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.