PicoClaw/workspace/skills/enable-morpheus/SKILL.md
# 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
npx skillsauth add profbernardoj/everclaw-community-branches PicoClaw/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-localcurl -sf http://127.0.0.1:8083/health| 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 |
Edit ~/.picoclaw/config.json:
{ "agents": { "defaults": { "model": "morpheus-flash" } } }
If the proxy runs on a different device, update api_base in all model entries:
{ "api_base": "http://YOUR_PROXY_HOST:8083/v1" }
cd ~/.everclaw && bash scripts/start.shtesting
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"
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