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/ethereumclaw.com 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.shtools
Cyclic shift execution engine. Plans tasks 3x daily (6 AM, 2 PM, 10 PM), decomposes them into granular steps, then executes via 15-minute cron cycles. Each cycle reads state files, picks the next step, executes it, writes results back. Errors are logged and skipped — never fatal. Planning uses Claude 4.6; execution uses GLM-5.
tools
Security middleware for all XMTP communications in EverClaw. Enforces guarded client usage with validation, integrity checks, and fail-closed security policies. Integrates approval flows for sensitive operations. Use when integrating XMTP messaging, configuring communication security, or auditing guarded client enforcement.
data-ai
Daily standup engine. Plans tasks 3x daily (6 AM, 2 PM, 10 PM) and delivers them for approval. Execution happens in the main session via direct conversation. Night shifts auto-approve carryover from earlier in the day.
tools
A helpful utility skill for agents