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/installopenclaw.xyz 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
XMTP real-time agent-to-agent and user-to-agent encrypted messaging daemon for EverClaw. Manages always-on messaging via XMTP MLS protocol with multi-identity buddy bot support, filesystem-based IPC bridge, consent policies, and cross-platform daemon lifecycle (launchd/systemd). Use when setting up XMTP messaging, managing agent identities, configuring buddy bots, troubleshooting message delivery, or controlling the agent-chat daemon.
development
Visual dashboard for your OpenClaw agent. Shows life goals, activity feed, key facts from memory, and project status. Auto-refreshes via daily cron job. No external dependencies — pure HTML + JSON data file.
development
Diagnose and fix broken memory search in OpenClaw. Enables local embeddings, hybrid search (BM25+vector), session transcript indexing, MMR diversity, and temporal decay — all running locally with zero API keys. Use when: memory_search returns empty results, agent has poor cross-session recall, user wants to upgrade their memory system, or after a fresh OpenClaw install.
tools
Pre-built cron job templates for common agent automation patterns. Pick a pack, customize the placeholders, and register via OpenClaw. Categories: Essential, Family, Investor, Developer, Briefings.