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
Run the safe installer — it detects conflicts and sets up everything:
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.
Run the safe installer (handles collision detection and updates):
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.
One-command installer (curl | bash) with collision detection — warns if the ClawHub "Everclaw Vault" imposter is present. Safe updates via git pull, version checking, and recovery docs. Never get your skill overwritten again.
Configure multiple Venice API keys with explicit rotation order. When one key's DIEM credits run out, auto-rotate to the next. Plus: Guardian v2 detects brain-dead agents and self-heals with nuclear reinstall option.
Zero-config free 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 free 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, Qwen3, GLM-4, Llama 3.3, 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 (free), research to Kimi K2.5 (free), 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.
Probes gateway + all providers every 2 min. 4-stage restart with nuclear reinstall fallback. Detects brain-dead agents, not just crashes.
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.