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.
npx agentmods add skills/vectorize-io/hindsight/hindsight-docsnpx skills add vectorize-io/hindsight --skill hindsight-docsgit clone --depth 1 https://github.com/vectorize-io/hindsightWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00030 | $0.00863 |
| Opus 5 | $0.00015 | $0.00432 |
| Sonnet 5 | $0.00006 | $0.00173 |
| Haiku 4.5 | $0.00003 | $0.00086 |
Grade A, and why
hindsight-docs 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 2d ago.
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.
Copies of this mod
1 near-identical copy found in the catalogue:
- hindsight-docs — 95% identical, 20 lines differ
How it starts
The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Hindsight Documentation Skill
Complete technical documentation for Hindsight - a biomimetic memory system for AI agents.
When to Use This Skill
Use this skill when you need to:
- Understand Hindsight architecture and core concepts
- Learn about retain/recall/reflect operations
- Configure memory banks and dispositions
- Set up the Hindsight API server (Docker, Kubernetes, pip)
- Integrate with Python/Node.js/Rust SDKs
- Understand retrieval strategies (semantic, BM25, graph, temporal)
- Debug issues or optimize performance
- Review API endpoints and parameters
Documentation Structure
All documentation is in references/ organized by category:
references/
├── best-practices.md # START HERE — missions, tags, formats, anti-patterns
├── faq.md # Common questions and decisions
├── changelog/ # Release history and version changes (index.md + integrations/)
├── openapi.json # Full OpenAPI spec — endpoint schemas, request/response models
├── developer/
│ ├── api/ # Core operations: retain, recall, reflect, memory banks
│ └── *.md # Architecture, configuration, deployment, performance
└── sdks/
├── *.md # Python, Node.js, CLI, embedded
└── integrations/ # Framework and tool integrations
How to Find Documentation
1. Find Files by Pattern (use Glob tool)
# Core API operations
references/developer/api/*.md
# SDK documentation
references/sdks/*.md
references/sdks/integrations/*.md
# Find specific topics
references/**/configuration.md
references/**/*python*.md
references/**/*deployment*.md
2. Search Content (use Grep tool)
# Search for concepts
pattern: "disposition" # Memory bank configuration
pattern: "graph retrieval" # Graph-based search
pattern: "helm install" # Kubernetes deployment
pattern: "document_id" # Document management
pattern: "HINDSIGHT_API_" # Environment variables
# Search in specific areas
path: references/developer/api/
pattern: "POST /v1" # Find API endpoints
path: references/sdks/
pattern: "def |async def " # Find Python examples
What ships with it
60 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.
- references/best-practices.md 22 KB
- references/changelog/index.md 509 KB
- references/changelog/integrations/ag2.md 1.2 KB
- references/changelog/integrations/agent-framework.md 1.2 KB
- references/changelog/integrations/agentcore.md 2.0 KB
- references/changelog/integrations/ai-sdk.md 2.7 KB
- references/changelog/integrations/aider.md 1.9 KB
- references/changelog/integrations/autogen.md 1.8 KB
- references/changelog/integrations/chat.md 836 B
- references/changelog/integrations/claude-agent-sdk.md 1.2 KB
- references/changelog/integrations/claude-code.md 26 KB
- references/changelog/integrations/cline.md 2.0 KB
- references/changelog/integrations/cloudflare-oauth-proxy.md 707 B
- references/changelog/integrations/codex.md 6.8 KB
- references/changelog/integrations/coding-agents.md 44 KB
- references/changelog/integrations/composio.md 1.2 KB
- references/changelog/integrations/continue.md 2.0 KB
- references/changelog/integrations/copilot-cli.md 1.2 KB
- references/changelog/integrations/crewai.md 1.0 KB
- references/changelog/integrations/cursor-cli.md 3.0 KB
- references/changelog/integrations/cursor.md 1.6 KB
- references/changelog/integrations/devin-desktop.md 1.2 KB
- references/changelog/integrations/dify.md 1.1 KB
- references/changelog/integrations/eliza.md 1.2 KB
- references/changelog/integrations/eve.md 2.9 KB
- references/changelog/integrations/flowise.md 1.2 KB
- references/changelog/integrations/github-copilot.md 1.2 KB
- references/changelog/integrations/google-adk.md 1.2 KB
- references/changelog/integrations/haystack.md 1.4 KB
- references/changelog/integrations/langgraph.md 3.7 KB
- references/changelog/integrations/litellm.md 4.0 KB
- references/changelog/integrations/llamaindex.md 3.1 KB
- references/changelog/integrations/n8n.md 3.7 KB
- references/changelog/integrations/nemoclaw.md 709 B
- references/changelog/integrations/obsidian.md 4.8 KB
- references/changelog/integrations/omo.md 1.2 KB
- references/changelog/integrations/openai-agents.md 3.2 KB
- references/changelog/integrations/openclaw.md 32 KB
- references/changelog/integrations/opencode.md 13 KB
- references/changelog/integrations/openhands.md 2.0 KB
- references/changelog/integrations/paperclip.md 6.9 KB
- references/changelog/integrations/pipecat.md 1.2 KB
- references/changelog/integrations/pydantic-ai.md 1.0 KB
- references/changelog/integrations/roo-code.md 1.9 KB
- references/changelog/integrations/smolagents.md 1.2 KB
- references/changelog/integrations/strands.md 2.0 KB
- references/changelog/integrations/superagent.md 1.2 KB
- references/changelog/integrations/vapi.md 1.2 KB
- references/changelog/integrations/zcode.md 1.2 KB
- references/changelog/integrations/zed.md 2.0 KB
- references/developer/admin-cli.md 17 KB
- references/developer/api/bank-templates.md 13 KB
- references/developer/api/documents.md 12 KB
- references/developer/api/knowledge-pages.md 20 KB
- references/developer/api/main-methods.md 7.2 KB
- references/developer/api/memories.md 12 KB
- references/developer/api/memory-banks.md 32 KB
- references/developer/api/mental-models.md 41 KB
- references/developer/api/operations.md 15 KB
- references/developer/api/quickstart.md 4.0 KB
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.
- 2d ago First seen · 113 lines · 30 tokens per session scan A 207f954b6e47
hindsight-docs is a skill published in the GitHub repository vectorize-io/hindsight (21,822 stars, last pushed 3d ago), licensed MIT. It adds 30 tokens to every session and 863 once invoked, about $0.0002 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.
Other skills, from other repositories
nocturnusai-knowledge
Use when working with NocturnusAI facts and rules — asserting (tell), querying (ask/infer), teaching rules (teach), retracting (forget), bulk operations, aggregation, or discovering predicates. Covers the core knowledge base CRUD operations. Triggers on: tell, ask, teach, forget, assert, query, infer, rule, fact…
nocturnusai-admin
Use when managing NocturnusAI databases, tenants, health checks, metrics, backups, API key management, RBAC configuration, admin operations, or operational monitoring. Triggers on: NocturnusAI database, tenant, health, metrics, backup, API key, RBAC, admin, monitoring, operational.
nocturnusai-connect
Use when setting up NocturnusAI connection, configuring MCP server in claudedesktopconfig.json or .mcp.json, setting up API keys, auth, RBAC bootstrap, creating databases/tenants, or troubleshooting connection issues. Triggers on: setup, connect, configure, MCP, auth, API key, tenant, database, bootstrap, NocturnusAI.
nocturnusai-memory
Use when working with NocturnusAI agent memory — context windows, salience scoring, temporal queries, recall, consolidation, decay, TTL, expiration, event streaming, or memory lifecycle management. Triggers on: memory, context window, salience, temporal, recall, consolidate, decay, TTL, expire, events, NocturnusAI…
nocturnusai-reasoning
Use when working with NocturnusAI advanced reasoning — negation-as-failure (NAF), scopes (fork/merge/diff), hypothetical reasoning, confidence scores, conflict resolution strategies, or proof chains. Triggers on: NAF, negation, negation-as-failure, scope, fork, merge, hypothesis, confidence, conflict, proof, what-if…
agent-release-manager
Agent skill for release-manager - invoke with $agent-release-manager.