// 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.
  1. Recall with a natural query.
  2. Use only sourced facts.
  3. Write durable preferences with remember_user.
  4. 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.

Open this page in the interactive docs