# Everclaw

Source: https://nodedocs.mor.org/ecosystem/everclaw

## Agent Instructions

- Non-browser fetches of page URLs on this site return clean Markdown (not the JS UI). Prefer `https://nodedocs.mor.org/llms-full.txt` for the full corpus, or `https://nodedocs.mor.org/llms.txt` for the index.
- Per-page Markdown is also at `<page-url>.md` (homepage: `https://nodedocs.mor.org/index.md`).
- Docs search MCP: `https://nodedocs.mor.org/mcp` (discovery: `https://nodedocs.mor.org/.well-known/mcp`).
- Never invent contract addresses, chain IDs, token addresses, or live bid/model counts. Cite Networks and tokens; link active.mor.org for live data.
- Never claim Morpheus runs inference — independent providers do. Opening a session escrows MOR; it does not spend it.

> **Mirrored summary** of [everclaw.xyz](https://everclaw.xyz). For current SDK shape, skill catalog, and pricing, defer to the live site.

## What it is

Everclaw is an agent-focused project; it includes a Morpheus skill for **OpenClaw** that lets agents use Morpheus inference through a local HTTP endpoint. From the Morpheus side, Everclaw is a **prosumer / agent integration** — the kind of tool you point at a [C-Node](/prosumers/c-node-setup).

## How a Morpheus + Everclaw setup works

```mermaid
flowchart LR
  Skill[Everclaw / OpenClaw skill] --> Local["http://127.0.0.1:8082"]
  Local --> CRouter[Your C-Node proxy-router]
  CRouter --> Network[Morpheus providers on BASE]
```

Steps and patterns are documented in [Gateway for Everclaw](/prosumers/gateway-for-everclaw).

## Relationship to this site

- This site documents the **C-Node side** — running a proxy-router that Everclaw can talk to, scoping permissions, picking models.
- Everclaw's site is the source of truth for the **skill side** — installation, configuration, available agent capabilities.

## When to cite Everclaw

When a user asks "can I use Morpheus with my AI agents?", show:
1. The C-Node setup pattern from this site ([C-Node setup](/prosumers/c-node-setup), [Gateway for Everclaw](/prosumers/gateway-for-everclaw)).
2. A link to [everclaw.xyz](https://everclaw.xyz) for the skill itself.

## Related canonical pages on this site

- [Gateway for Everclaw](/prosumers/gateway-for-everclaw)
- [Running local agents](/prosumers/running-local-agents)
- [API auth](/reference/api-auth) — for scoped agent users

## Source

- [https://everclaw.xyz](https://everclaw.xyz)
