nself claw is the operator and end-user control plane for ɳClaw, the self-hosted AI assistant. It covers pairing client apps to a server, enabling the web UI for first-time setup, sending one-shot prompts, opening interactive chats, browsing topics and memories, managing API keys, exposing an OpenAI-compatible local proxy, running an MCP server for tool integrations, and exporting all data.
The CLI talks to the claw plugin over its HTTP API. Authentication is by API key (env nself or ~/.nself/claw/config.yaml). For first-time setup, run �P1� claw enable on the server to open a 10-minute window for account creation, then �P2� claw pair --qr to connect a mobile client.
nself claw mcp exposes ɳClaw memory, topics, and chat as Model Context Protocol tools so any MCP-aware client (Claude Code, IDEs) can read and write ɳClaw context. �P1� claw proxy exposes an OpenAI-compatible local endpoint so any client expecting OpenAI can route through ɳClaw without code changes.