archive/alternative-installers/TinyClaw/workspace/skills/enable-morpheus/SKILL.md
# 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
npx skillsauth add profbernardoj/everclaw-community-branches archive/alternative-installers/TinyClaw/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.
Switches TinyClaw agents to use the EverClaw proxy for [REDACTED] decentralized inference.
Use /enable-morpheus to:
http://127.0.0.1:8083/v1morpheus-local (Bearer token)curl -sf http://127.0.0.1:8083/health| Model | Tier | Best For |
|-------|------|----------|
| glm-5 | HEAVY | Coding, analysis, complex reasoning |
| glm-4.7-flash | LIGHT | Quick responses, triage |
| kimi-k2.5 | STANDARD | Writing, general purpose |
| qwen3-235b | STANDARD | Large context, multilingual |
Assign models by agent role in ~/.tinyclaw/settings.json:
{
"agents": {
"coder": { "provider": "openai", "model": "glm-5" },
"writer": { "provider": "openai", "model": "kimi-k2.5" },
"reviewer": { "provider": "openai", "model": "glm-4.7-flash" },
"researcher": { "provider": "openai", "model": "qwen3-235b" }
}
}
cd ~/.everclaw && bash scripts/start.sh~/.tinyclaw/settings.json agent entriesexport OPENAI_BASE_URL=http://127.0.0.1:8083/v1testing
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.
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"
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