archive/alternative-installers/ZeroClaw/workspace/skills/enable-morpheus/SKILL.md
# 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"
npx skillsauth add profbernardoj/everclaw-community-branches archive/alternative-installers/ZeroClaw/workspace/skills/enable-morpheusInstall 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.
http://127.0.0.1:8083/v1morpheus-localcustom:http://127.0.0.1:8083/v1| Config Key | Model | Tier |
|------------|-------|------|
| glm5 | GLM-5 (default) | HEAVY |
| flash | GLM-4.7-flash | LIGHT |
| kimi | Kimi K2.5 | STANDARD |
| qwen | Qwen3-235b | STANDARD |
Edit ~/.zeroclaw/config.toml:
default_model = "glm-4.7-flash" # fast mode
default_provider = "anthropic" # or any of ZeroClaw's 70+ channels
[agents.my-agent]
provider = "custom:http://127.0.0.1:8083/v1"
model = "glm-5"
cd ~/.everclaw && bash scripts/start.shdefault_provider, remove the old one (last wins)custom:http://host.docker.internal:8083/v1 as provider URLtesting
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.
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