honcho-memory
Built by Axobotl (@Inner_Axiom). Production-grade Honcho memory system battle-tested on a 6+ agent fleet with 1000+ messages. Replaces embedding-based retrieval with reasoned, evolving understanding of users and agents across sessions. Includes automated feed pipelines, on-demand querying with reasoning levels, token-budgeted context generation that survives compaction, cross-agent memory sharing, and cron automation. Use when you need agents that actually remember, understand context across sessions, or when cron/isolated sessions need full continuity.
Why use this skill?
Upgrade your agent's memory with Honcho. Replaces embeddings with a reasoning engine for persistent, cross-session context in multi-agent fleets.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jkillr/honcho-memoryWhat This Skill Does
Honcho Memory is a production-grade, reasoning-based memory architecture designed to transcend the limitations of standard embedding-based retrieval systems. While traditional AI agents rely on simple vector databases that perform keyword or semantic lookups, Honcho Memory operates as a dedicated reasoning engine. Developed by @Inner_Axiom and battle-tested across a fleet of six concurrent agents processing over 1,000 messages, it creates a persistent, evolving understanding of both user behavior and agent intent. Instead of retrieving raw text snippets, the system processes conversations to generate deductive and inductive observations, ensuring that context is not lost during session compaction or when jumping between isolated processes.
Installation
To integrate this skill into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/jkillr/honcho-memory
Ensure that your OpenClaw agent configuration allows for the necessary dependencies required by the Neuromancer reasoning backend.
Use Cases
Honcho Memory is ideal for:
- Long-Running Agent Fleets: Maintaining continuity across complex tasks where individual agents handle different aspects of a project over weeks.
- Cron & Background Automation: Allowing scheduled tasks to pick up exactly where human-agent interactions left off, even if the cron job initializes a fresh session.
- Cross-Agent Knowledge Transfer: Sharing strategic insights, user preferences, or project updates between specialized agents (e.g., a coding agent and a project management agent).
- Contextual Synthesis: Generating high-level summaries of long, multi-threaded discussions to prevent 'compaction amnesia' where vital decisions are lost to token budget limits.
Example Prompts
- "Based on our last three weeks of development logs, what are the primary blockers currently affecting the UI team's productivity?"
- "Review the user's interaction history and synthesize their preferences regarding our brand tone; prepare a context file for the social media agent."
- "Summarize the consensus reached in the multi-agent meeting from yesterday and update the global project context file."
Tips & Limitations
- Token Budgeting: Always configure your memory token limits appropriately. While Honcho optimizes for relevance, excessive history can still inflate prompt costs if not managed.
- Reasoning Depth: Understand that this is a reasoning engine, not a simple search tool. It is designed for synthesizing abstract information rather than retrieving exact verbatim quotes.
- Consistency: Because this system evolves, avoid manually editing raw memory files outside of the Honcho pipeline, as this may disrupt the deductive reasoning loops.
- Privacy: As this system maintains long-term state across sessions, ensure you understand the data-sharing implications if you are running multi-agent fleets in sensitive environments.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jkillr-honcho-memory": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-write, file-read, external-api
Related Skills
feishu-memory-recall
Cross-group memory, search, and event sharing for OpenClaw Feishu agents
intent-guardian
Watches your desktop activity, maintains a real-time task stack, detects when you forget what you were doing after interruptions, and gently reminds you. Your always-on focus companion.
memory-system-optimizer
OpenCLAW 记忆系统优化 - 四层架构 + 自我反思 + 情绪识别 + 任务规划 + 12项增强功能
context-guardian
Proactive context monitoring with smart 3-level alerts. Know when to restart before quality degrades.
index1
AI memory system for coding agents — code index + cognitive facts, persistent across sessions.