honcho-memory

honcho-memory is a skill for Claude Code, Codex from plastic-labs/honcho. It costs 69 tokens per session (832 once invoked), scanned A, original, AGPL-3.0.

Persistent memory for an AI agent, stored and retrieved through Honcho. It keeps relevant user preferences, history, and facts available across separate conversations.

In plain words
What is it for?
Use it to remember user preferences, retrieve facts from earlier chats, add context to prompts, and maintain continuity between sessions.
Why use it?
It reduces the need to repeat background information every time a new conversation starts. The agent can recall earlier details when they are relevant.

Skill for Claude CodeCodex

About the project

Honcho is a memory service for software agents that stores messages and events, builds representations of people and other entities over time, and provides session context, search results, and natural-language insights. It is for developers building agents that need persistent, changing state across conversations and projects, using a managed service, local stack, or self-hosted FastAPI server. The catalogue entries connect coding agents and MCP clients to Honcho’s memory system.

plastic-labs/honcho · 7,005 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/plastic-labs/honcho/zo
Any agent
npx skills add plastic-labs/honcho --skill zo
Clone the repo
git clone --depth 1 https://github.com/plastic-labs/honcho

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for honcho-memory

README.md
[![agentmods](https://agentmods.dev/badge/skills/plastic-labs/honcho/zo.svg)](https://agentmods.dev/skills/plastic-labs/honcho/zo)
Your own site
<a href="https://agentmods.dev/skills/plastic-labs/honcho/zo"><img src="https://agentmods.dev/badge/skills/plastic-labs/honcho/zo.svg" alt="Measured on agentmods" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 832 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00069 $0.00832
Opus 5 $0.00034 $0.00416
Sonnet 5 $0.00014 $0.00166
Haiku 4.5 $0.00007 $0.00083

Measured 5d ago against content hash 9200cb522b9e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

honcho-memory scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 7 executable files (tests/test_basic.py, tests/test_tools.py, tools/__init__.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

examples/zo/SKILL.md · 119 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

10 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 119 lines · 69 tokens per session scan A 9200cb522b9e

Subscribe to this mod's changes

honcho-memory is a skill published in the GitHub repository plastic-labs/honcho (7,005 stars, last pushed yesterday), licensed AGPL-3.0. It adds 69 tokens to every session and 832 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

plur-memory

Persistent learning for AI agents. Open engram format. Your agent learns from corrections, remembers across sessions, and transfers knowledge across domains.

plur-ai/plur · 31 tokens

plur-session-end

Extract durable learnings at the end of a session. Saves corrections, preferences, and codebase patterns as engrams — nothing ephemeral, nothing sensitive.

plur-ai/plur · 35 tokens

plur-memory

Your memory stays on your machine. No cloud, no tracking, no API key. PLUR makes your OpenClaw remember — and shares that memory with every other tool you use.

plur-ai/plur · 41 tokens

mnemo-cortex

Installs and wires Mnemo Cortex (local-first persistent memory) into OpenClaw and other MCP-capable agents. Use for cross-session recall, decision history, or multi-agent shared memory.

GuyMannDude/mnemo-cortex · 44 tokens

ori-memory

Persistent agent memory with learning retrieval. Knowledge graph on markdown files — capture insights, decisions, research, and learnings during work, then retrieve them weeks or months later. Use when knowledge is too valuable to lose but too much to inject into every prompt.

aayoawoyemi/Ori-Mnemos · 54 tokens

anneal-memory

Persistent four-layer agent memory (episodic + continuity + Hebbian + affective) plus a prospective spore layer and an on-demand crystallized-pattern tier, via anneal-memory. Use in any project wired for anneal-memory — an ANNEALMEMORYDB env var, an anneal://continuity MCP resource, or memory instructions referencing…

phillipclapham/anneal-memory · 170 tokens