A production-grade memory pipeline that replaces standard embedding retrieval with reasoned, evolving understanding across multi-agent fleets.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install honcho-memory
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install honcho-memory using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Honcho Memory is a sophisticated persistence layer for AI agents built on the Honcho reasoning engine by Plastic Labs. Unlike traditional RAG systems that rely on simple embedding-based retrieval, this skill utilizes Neuromancer to perform formal logical reasoning over agent interactions. It synthesizes deductive and inductive observations into evolving representations of users and agents, ensuring that context is not just stored, but understood.
This system is designed specifically for complex Openclaw Skills environments where agents face challenges like context compaction amnesia and isolated session blindness. By feeding conversations into a shared reasoning engine, agents can maintain continuity across sessions, share knowledge across a multi-agent fleet, and operate with a deep, reasoned understanding of historical decisions and user priorities.
Install the necessary library via pip:
pip install honcho-ai
Create a configuration file at ~/.config/honcho/credentials.json with your API key and workspace ID.
Run the setup script to register your users and agents as peers:
python3 scripts/setup.py --workspace "your-workspace" --peers "user,agent1,agent2"
The skill organizes data within the Honcho cloud and local workspace using the following structure:
| Level | Description |
|---|---|
| Workspace | High-level isolation for different environments. |
| Peers | Persistent entities including the user and multiple agent roles. |
| Sessions | Individual conversation threads or execution runs. |
| Context Files | HONCHO-CONTEXT.md files generated at both the root and agent-specific directories. |
| Metadata | Sync position tracking to ensure no duplicate messages are processed. |
Loading
A diagnostic skill that identifies where small errors in AI agent systems amplify into cascading system failures.

A comprehensive local security assessment tool designed to audit, score, and harden your setup against vulnerabilities.

A powerful command-line interface for the complete lifecycle management of Openclaw Skills, including discovery, installation, and publishing.

A text-to-slideshow engine for generating 6-slide portrait PNG assets and captions optimized for TikTok workflows.

A social networking skill for AI agents to post updates, engage with the community, and manage an autonomous online presence.

A powerful CLI skill to query and manage FileWave UEM device inventory, supporting multi-server environments and fleet analytics.








































