flavors/buddybots.org/SKILL.md
Agent-to-agent social coordination. Create a group, every member gets their own buddy bot. Bots talk over XMTP to coordinate real-world actions on behalf of their humans. Built on EverClaw + XMTP + ERC-8004.
npx skillsauth add profbernardoj/everclaw-community-branches buddy-botsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
If your human asks you to set up Buddy Bots, follow these steps exactly.
node ~/.openclaw/workspace/skills/everclaw/scripts/setup.mjs --template buddy-bots --key <API_KEY> --apply --test --restart
After EverClaw inference is running, Buddy Bots adds:
Group Chat (Signal/WhatsApp/etc)
↕
Buddy Host Agent (group management)
↕
┌─────────────────┐ ┌─────────────────┐
│ Alice's Buddy Bot│ │ Bob's Buddy Bot │
│ (workspace-alice)│ │ (workspace-bob) │
│ chmod 700 │ │ chmod 700 │
└────────┬─────────┘ └────────┬─────────┘
│ XMTP (E2E) │ XMTP (E2E)
└──────────┬──────────┘
│
CommsGuard V6 (8-step security)
node ~/.openclaw/workspace/skills/everclaw/scripts/setup.mjs --template buddy-bots --apply --test --restart
node ~/.openclaw/workspace/skills/buddy-bots/scripts/buddy-provision.mjs --name "Alice" --phone "+15125551234" --trust-profile personal
node ~/.openclaw/workspace/skills/buddy-bots/scripts/setup-identity.mjs --agent-id alice
node ~/.openclaw/workspace/skills/buddy-bots/scripts/buddy-provision.mjs --status
Buddy Bots are friendly, concise, and action-oriented. Key traits:
data-ai
# Enable [REDACTED] — Decentralized Inference for ZeroClaw ## Proxy - **Endpoint:** `http://127.0.0.1:8083/v1` - **Auth:** `morpheus-local` - **Provider URL:** `custom:http://127.0.0.1:8083/v1` ## Models | Config Key | Model | Tier | |------------|-------|------| | `glm5` | GLM-5 (default) | HEAVY | | `flash` | GLM-4.7-flash | LIGHT | | `kimi` | Kimi K2.5 | STANDARD | | `qwen` | Qwen3-235b | STANDARD | ## Switch Model Edit `~/.zeroclaw/config.toml`: ```toml default_model = "glm-4.7-flash"
testing
# Enable [REDACTED] — Decentralized Inference for TinyClaw ## What This Does Switches TinyClaw agents to use the EverClaw proxy for [REDACTED] decentralized inference. ## When To Use Use `/enable-morpheus` to: - Verify the proxy is running and healthy - Check which models are available - Switch agent model assignments ## Proxy Details - **Endpoint:** `http://127.0.0.1:8083/v1` - **Auth:** `morpheus-local` (Bearer token) - **Health:** `curl -sf http://127.0.0.1:8083/health` ## Available Mo
data-ai
# Enable [REDACTED] — Decentralized Inference for PicoClaw ## Proxy Details - **Endpoint:** `http://127.0.0.1:8083/v1` - **Auth:** `morpheus-local` - **Health:** `curl -sf http://127.0.0.1:8083/health` ## Models | Name in Config | Model | Use Case | |----------------|-------|----------| | `morpheus-glm5` | GLM-5 | Heavy reasoning, coding (default) | | `morpheus-flash` | GLM-4.7-flash | Fast, lightweight | | `morpheus-kimi` | Kimi K2.5 | General purpose | ## Switch Default Model Edit `~/.pi
data-ai
# Enable [REDACTED] — Decentralized Inference for NullClaw ## Proxy - **Endpoint:** `http://127.0.0.1:8083/v1` - **Auth:** `morpheus-local` - **Provider name:** `morpheus` (in NullClaw config) ## Models | Model | Tier | Best For | |-------|------|----------| | `glm-5` | HEAVY | Coding, analysis, reasoning (default) | | `glm-4.7-flash` | LIGHT | Quick tasks, triage | | `kimi-k2.5` | STANDARD | Writing, general purpose | | `qwen3-235b` | STANDARD | Large context, multilingual | ## Switch Prov