// bundled skills · 10
honcho-memory
Use Honcho as user-model memory: recall preferences before acting and write durable facts with provenance.
Metadata
params source bundled Installed by default in the Okami-Agent repository. path file skills/honcho-memory/SKILL.md triggers keywords honcho, user, preferences, profile, memory loaded by tool use_skill loads the full SKILL.md when the task matches.
When to use
- User preference matters.
- Honcho backend is active.
- You can avoid asking what memory already knows.
When not to use
- Unverified facts about the user.
- Ephemeral notes.
- Secrets.
Recommended workflow
- Recall with a natural query.
- Use only sourced facts.
- Write durable preferences with
remember_user. - Write project decisions with
remember.
Completion checks
- The workflow was followed.
- Relevant commands/tests/gates were run.
- The result cites real files or observable evidence when applicable.

