Skip to content

Memory and Skills EN

zhenhun edited this page Sep 4, 2026 · 1 revision

中文 | English

Memory

During a conversation, the AI can use the built-in add_memory tool at any moment to persist information worth keeping long-term (user preferences, project conventions, important conclusions) as memories—no manual trigger required.

  • Viewing: the Memory page lists all memory entries
  • Manual capture: in the TUI, write one directly with /mem <content>
  • Viewing: in the TUI, /mems
  • Memories are injected as part of the context in subsequent conversations and take effect across sessions

Skills

Skills are reusable operation procedures captured by the AI (more structured than memories):

  • Created through the built-in skill tool: the AI distills "how to do a certain kind of task" into steps
  • View and manage them on the Skills page
  • In later conversations, the AI can look up and reuse existing skills, avoiding repeated trial and error

Typical Usage

You: Remember that I prefer a black-and-white UI and no emoji
AI: (calls add_memory to save it)

You: Summarize "deploying a static site to a server" into a skill
AI: (calls skill to save the steps)

Memory and skill captures are also recorded in the Audit Log.

Clone this wiki locally