agent-knowledge

Installation
SKILL.md

Agent Knowledge

You have knowledge pages that persist across sessions and auto-update from your conversations.

How it works: Your conversations are automatically retained into a Hindsight memory bank. The system extracts observations and uses them to keep your pages current. Each page has a "source query" — a question the system re-answers after every consolidation cycle to rebuild the page content. You create pages; the system maintains them.

At session start

Call agent_knowledge_list_pages to see what pages exist, then agent_knowledge_get_page for each one you need.

Reading

  • agent_knowledge_list_pages() — list page IDs and names (no content)
  • agent_knowledge_get_page(page_id) — read the full content of a page

Creating pages

When you learn something durable — a user preference, a working procedure, performance data — create a page immediately.

Installs
1
GitHub Stars
17.6K
First Seen
May 5, 2026
agent-knowledge — vectorize-io/hindsight