Honcho can run entirely locally with OpenClaw — no external API required. Keep your data on your machine while getting full memory capabilities across all channels. See the self-hosting guide to get started.
Get Your API Key
Create a Honcho API key from app.honcho.dev, then add it to your OpenClaw env file:Install the Plugin
How It Works
Once installed, the plugin runs automatically:- Context Injection — Before every AI turn, Honcho injects the user’s profile, representation, and conversation summary.
- Message Observation — After every AI turn, the exchange is persisted to Honcho for extraction and long-term storage.
- Dual Peer Model — Honcho maintains separate representations for the user and the agent.
AI Tools
Data Retrieval (fast, no LLM)
| Tool | Description |
|---|---|
honcho_session | Conversation history and summaries from the current session. |
honcho_profile | User’s peer card — key facts (name, preferences, role). |
honcho_search | Semantic search over stored observations. |
honcho_context | Full user representation across all sessions. |
Q&A (LLM-powered)
| Tool | Description |
|---|---|
honcho_recall | Simple factual question — minimal reasoning. |
honcho_analyze | Complex question requiring synthesis — medium reasoning. |
CLI Commands
Configuration
Optional — the plugin works out of the box withHONCHO_API_KEY set.
| Key | Default | Description |
|---|---|---|
workspaceId | "openclaw" | Honcho workspace ID for memory isolation. |
baseUrl | "https://api.honcho.dev" | API endpoint (for self-hosted instances). |