v0.9.2
AI inference you own, forever powering your OpenClaw agents via the Morpheus decentralized network.
Choose your starting point:
Install OpenClaw first, then add Everclaw
Add Everclaw to your existing setup
OpenClaw is the AI agent framework that Everclaw extends. Install it with npm:
npm install -g openclaw
This configures your agent, sets up your model provider, and creates your workspace:
openclaw onboard
Install from ClawHub (easiest) or the command-line installer:
clawhub install everclaw-inference
Or: curl -fsSL https://raw.githubusercontent.com/profbernardoj/everclaw/main/scripts/install-everclaw.sh | bash
Downloads the Morpheus proxy-router for your platform:
bash ~/.openclaw/workspace/skills/everclaw/scripts/install.sh
Installs the OpenAI-compatible proxy and the gateway health monitor:
bash ~/.openclaw/workspace/skills/everclaw/scripts/install-proxy.sh
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. Then swap:
# 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: curl -fsSL https://raw.githubusercontent.com/profbernardoj/everclaw/main/scripts/install-everclaw.sh | bash
Two commands set up everything — 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 router, then tell your agent to use Morpheus as a fallback model:
# Start the Morpheus router
bash ~/.openclaw/workspace/skills/everclaw/scripts/start.sh
# Check it's working
curl http://127.0.0.1:8083/health
Then add Morpheus as a fallback in your openclaw.json — see the full configuration guide.
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.
clawhub install everclaw-inference — officially live on ClawHub. Includes collision detection against the unrelated "Everclaw Vault" imposter, safe installer, version checking, and recovery docs.
Classifies errors as billing vs transient. Billing exhaustion → backs off + notifies owner with DIEM reset ETA (restart is useless). Fixed silent restart bug. Through-OpenClaw inference probes, circuit breaker, proactive credit monitoring. Max downtime from credit exhaustion drops from 12h to ~1h.
Zero-config instant inference startup
x402 payments + ERC-8004 registry
3-tier classifier, 13 dimensions, <1ms
Cooldown-safe errors, session auto-retry
macOS Keychain, no external accounts
SkillGuard, ClawdStrike, PromptGuard, Bagman
One command gives new users instant AI inference via the Morpheus API Gateway. No API key, no wallet, no node — just run and go.
Add multiple Venice API keys. When one runs out of DIEM credits, auto-rotates to the next. Stay on Claude instead of falling to cheaper models.
Access Kimi K2.5, GLM-4.7 Flash, Qwen3, 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 prompt classifier runs in <1ms. Routes cron jobs to GLM Flash (owned), research to Kimi K2.5 (owned), complex reasoning to Claude (premium).
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. Through-OpenClaw probes, credit monitoring, circuit breaker, fixed restart chain. Signal notifications with DIEM reset ETA.
Private keys stored in macOS Keychain. No 1Password, no external accounts. Generate, swap, and stake in one script.
Scan skills for malicious patterns before installing. Protects against supply chain attacks.
Multi-language detection, severity scoring, and HiveFence threat intelligence network.