NullClaw/workspace/skills/enable-morpheus/SKILL.md
# 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
npx skillsauth add profbernardoj/everclaw-community-branches NullClaw/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-localmorpheus (in NullClaw config)| 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 |
To switch back to another provider:
# Edit ~/.nullclaw/config.json
"default_provider": "anthropic" # or any of NullClaw's 22+ providers
Per-agent override:
{
"agents": {
"my-agent": {
"model": { "primary": "glm-5", "provider": "morpheus" }
}
}
}
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.
testing
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.