NanoClaw/.claude/skills/add-morpheus/SKILL.md
# Add [REDACTED] — Decentralized Inference for NanoClaw ## What This Does Connects NanoClaw to the EverClaw proxy for decentralized AI inference via the [REDACTED] network. The proxy runs on the host machine and is reachable from Docker containers. ## When To Use Use `/add-morpheus` to: - Enable hybrid mode (Claude orchestration + [REDACTED] inference) - Check proxy health - Switch default inference model ## Setup The EverClaw proxy must be running on the host (installed via `setup.sh`).
npx skillsauth add profbernardoj/baseclaw.ai NanoClaw/.claude/skills/add-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.
Connects NanoClaw to the EverClaw proxy for decentralized AI inference via the [REDACTED] network. The proxy runs on the host machine and is reachable from Docker containers.
Use /add-morpheus to:
The EverClaw proxy must be running on the host (installed via setup.sh).
Add to the NanoClaw container environment:
MORPHEUS_API_BASE=http://host.docker.internal:8083/v1
MORPHEUS_API_KEY=morpheus-local
MORPHEUS_DEFAULT_MODEL=glm-5
On Linux (native Docker), replace host.docker.internal with 172.17.0.1.
If NanoClaw uses Docker Compose, add extra_hosts to ensure the alias resolves:
services:
nanoclaw:
extra_hosts:
- "host.docker.internal:host-[REDACTED]"
environment:
- MORPHEUS_API_BASE=http://host.docker.internal:8083/v1
- MORPHEUS_API_KEY=morpheus-local
| Model | Use Case |
|-------|----------|
| glm-5 | Complex reasoning, coding, analysis (Opus 4.5-level) |
| glm-4.7-flash | Fast responses, lightweight tasks |
| kimi-k2.5 | General purpose |
| qwen3-235b | Large context, multilingual |
From inside the container:
curl -sf http://host.docker.internal:8083/health
From the host:
curl -sf http://127.0.0.1:8083/health
glm-5 or glm-4.7-flash as the model parametercd ~/.everclaw
node scripts/everclaw-wallet.mjs setup
node scripts/everclaw-wallet.mjs stake
MOR tokens are staked, not spent — returned when sessions close. Stake once, use forever.
tools
Personally identifiable information (PII) leak prevention for EverClaw. Scans outbound content against configurable PII patterns before git push, email, social media, ClawHub publishing, GitHub interactions, or any external data transmission. Provides git pre-push hooks, CLI scanning tools, and hard-block enforcement with user override capability. Use when checking content for PII before external actions, adding new protected patterns, configuring git pre-push hooks, or auditing data leak prevention.
testing
Automated overnight task planning and execution engine for EverClaw. Generates prioritized action lists at 9:30 PM CST for the 10 PM–6 AM window, requires human approval before execution, enforces safety boundaries on allowed task types, and updates Mission Control dashboard at shift end. Use when planning overnight autonomous work, configuring night shift cron jobs, reviewing morning progress reports, or setting task approval policies.
development
Secure key management for AI agents. Use when handling private keys, API secrets, wallet credentials, or when building systems that need agent-controlled funds. Covers secure storage, session keys, leak prevention, prompt injection defense, and MetaMask Delegation Framework integration.
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.