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
answer-framework
智能回答框架,自动适配问题类型,提供有据可依的自然回答。 / Smart answering framework that adapts to question types and delivers evidence-based, natural responses.
calling-agent-squad
Activate a multi-agent team (the Squad) to manage complex projects, business tasks, or development workflows. The squad includes a Manager, Architect, Coder, Reviewer, and Observer. Use when the user wants to "call a squad", "start a project", or "deploy squad" with specialized roles and quality control loops.
autodream-core
通用记忆整理引擎 — 基于适配器模式的跨平台记忆整理技能。自动去重、合并、删除过时条目。| Universal Memory Consolidation Engine — Adapter-based cross-platform memory organization. Auto-dedup, merge, prune stale entries.
context-compressor
Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optimal compression.
auto-context
智能上下文卫生检查器。分析当前会话的上下文污染程度 (长对话、主题漂移、噪声累积),建议:continue、/fork、/btw 或新会话。 支持手动触发(/auto-context)和自动触发(响应层实现)。 基于 ArXiv 论文和认知心理学研究的多维度评估体系。