v2026.4.18
Open-source first. GLM-5 handles everything — Claude is the escape hatch, not the default. AI inference you own, via the Morpheus decentralized network.
Formerly EverClaw
Choose your starting point:
One command installs everything — OpenClaw, Morpheus Skill, and all dependencies
Add Morpheus Skill to your existing setup
One command. Zero prompts. Detects your OS and hardware, installs all dependencies (Node.js, OpenClaw, Morpheus Skill), and configures your agent automatically:
curl -fsSL https://get.everclaw.xyz | bash
This guided installer:
The installer runs setup automatically, but if you need to reconfigure later:
node ~/.openclaw/workspace/skills/everclaw/scripts/setup.mjs --key YOUR_KEY --apply --test --restart
Get a free API key at app.mor.org. Gateway-only (no local proxy): add --template gateway-only.
Optional: For local P2P inference (stake MOR tokens), continue with steps 3–5:
Generates an Ethereum wallet and stores the private key in your macOS Keychain. No external accounts needed.
node ~/.openclaw/workspace/skills/everclaw/scripts/everclaw-wallet.mjs setup
Send ETH to your wallet address (shown after setup). You need a small amount of ETH on Base for gas and to swap for MOR tokens:
# Swap 0.05 ETH for MOR tokens
node ~/.openclaw/workspace/skills/everclaw/scripts/everclaw-wallet.mjs swap eth 0.05
# Approve MOR for staking
node ~/.openclaw/workspace/skills/everclaw/scripts/everclaw-wallet.mjs approve
Launch the Morpheus router. Your agent now has access to decentralized AI inference.
bash ~/.openclaw/workspace/skills/everclaw/scripts/start.sh
When you open an inference session, your MOR tokens are locked as a deposit. When the session ends, they come back. Stake them again for a new session. This is what makes the access yours forever — you're not buying consumable API credits.
Install from ClawHub or the command-line installer:
clawhub install everclaw-inference
Or use the full installer: curl -fsSL https://get.everclaw.xyz | bash
One command configures Morpheus providers in your OpenClaw config. Get a free API key at app.mor.org, then:
node ~/.openclaw/workspace/skills/everclaw/scripts/setup.mjs --key YOUR_KEY --apply --test --restart
Gateway-only (no local proxy): add --template gateway-only. Dry-run first (omit --apply) to preview changes.
Optional: For local P2P inference (stake MOR tokens), continue with steps 3–6:
Two commands set up the Morpheus router, OpenAI-compatible proxy, and gateway health monitor:
bash ~/.openclaw/workspace/skills/everclaw/scripts/install.sh
bash ~/.openclaw/workspace/skills/everclaw/scripts/install-proxy.sh
Generates a wallet and stores the key in macOS Keychain. No 1Password, no external accounts.
node ~/.openclaw/workspace/skills/everclaw/scripts/everclaw-wallet.mjs setup
Send ETH (on Base) to your wallet address, then swap for MOR:
# Swap ETH for MOR
node ~/.openclaw/workspace/skills/everclaw/scripts/everclaw-wallet.mjs swap eth 0.05
# Approve MOR for staking
node ~/.openclaw/workspace/skills/everclaw/scripts/everclaw-wallet.mjs approve
Launch the Morpheus router:
bash ~/.openclaw/workspace/skills/everclaw/scripts/start.sh
When you open an inference session, your MOR tokens are locked as a deposit. When the session ends, they come back. Stake them again for a new session. This is what makes the access yours forever — you're not buying consumable API credits.
Stake MOR tokens for inference sessions. When the session ends, your MOR comes back. Stake again. Forever.
One command installs everything — OpenClaw, Morpheus Skill, Node.js, dependencies. Zero prompts, auto-detects your hardware.
Bootstrap with a free GLM-5 key (1,000 requests/day) via the Morpheus API Gateway. No wallet needed to get started.
Access GLM-5, GLM-5.1, GLM-4.7 Flash, Kimi K2.5, and 30+ models through the Morpheus P2P network.
Standard API format. Auto-opens 7-day sessions, renews before expiry, auto-retries on session errors, and returns cooldown-safe error codes.
13-dimension classifier, <1ms. Routes trivial tasks to GLM Flash, everything else to GLM-5 — all on Morpheus. Claude is fallback only.
Pay any x402-enabled agent with USDC on Base. Automatic 402 detection, EIP-712 signing, budget controls, and dry-run mode.
Discover agents on-chain. Read identity, services, endpoints, and reputation from the Base mainnet registries.
Billing-aware escalation — classifies errors, skips useless restarts for credit exhaustion. Direct curl inference probes, credit monitoring, circuit breaker, nuclear self-healing restart.
Private keys stored in macOS Keychain. No 1Password, no external accounts. Generate, swap, and stake in one script.
Hardware-aware model selection — Gemma 4 family (E2B/E4B/26B/31B) with vision + audio, auto-selected based on available RAM/GPU.
Scan skills for malicious patterns before installing. Protects against supply chain attacks.
Multi-language detection, severity scoring, and HiveFence threat intelligence network.