hybrid-memory

hybrid-memory is a skill for Claude Code, Codex from clawdbrunner/openclaw-graphiti-memory. It costs 32 tokens per session (475 once invoked), scanned A, original, MIT.

A memory-recall system that combines document search with a knowledge graph. The document search retrieves full content, while the graph stores facts, timelines, and relationships.

In plain words
What is it for?
Use it to recall project plans or other stored information, search documents deeply, retrieve time-based facts, and record new facts for an agent group.
Why use it?
It brings together detailed documents and connected historical facts when answering memory-related questions.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/clawdbrunner/openclaw-graphiti-memory/skill
Any agent
npx skills add clawdbrunner/openclaw-graphiti-memory --skill skill
Clone the repo
git clone --depth 1 https://github.com/clawdbrunner/openclaw-graphiti-memory

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hybrid-memory

README.md
[![agentmods](https://agentmods.dev/badge/skills/clawdbrunner/openclaw-graphiti-memory/skill.svg)](https://agentmods.dev/skills/clawdbrunner/openclaw-graphiti-memory/skill)
Your own site
<a href="https://agentmods.dev/skills/clawdbrunner/openclaw-graphiti-memory/skill"><img src="https://agentmods.dev/badge/skills/clawdbrunner/openclaw-graphiti-memory/skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 475 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5 $0.00032 $0.00475
Opus 5 $0.00016 $0.00237
Sonnet 5 $0.00006 $0.00095
Haiku 4.5 $0.00003 $0.00047

Measured 5d ago against content hash 975ef9f8515b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

hybrid-memory 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 5d 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.

skill/SKILL.md · 66 lines

What it actually says

Hybrid Memory System

We use two memory systems integrated into a single view:

  1. QMD (Vector Store): For retrieving documents, specs, and full content.
  2. Graphiti (Knowledge Graph): For retrieving facts, timelines, and relationships.

Primary Tool

For 95% of memory queries, use the hybrid search script. It queries both systems in parallel.

~/.openclaw/scripts/memory-hybrid-search.sh "your query"

Optional flags:

  • [group_id] — Specify agent group (default: openclaw-main)
  • --json — Output JSON for programmatic use

Specific Tools (Advanced)

Only use these if the hybrid script fails or you need granular control.

Graphiti Only (Temporal/Facts)

Search for specific temporal facts:

~/.openclaw/scripts/graphiti-search.sh "your question" openclaw-main 10

Log new facts (IMPORTANT):

~/.openclaw/scripts/graphiti-log.sh openclaw-main user "Name" "Fact to remember"

QMD Only (Deep Document Search)

If you need more results or specific file filtering:

qmd search "query" -n 10

Recall Pattern

  1. User asks question ("What was the plan for the project?")
  2. Run Hybrid Search (~/.openclaw/scripts/memory-hybrid-search.sh "plan for the project")
  3. Synthesize Answer from both the temporal facts and document snippets found.
  4. If needed: Use read to get the full content of a file found in the QMD results.

When to Use Which

Question Type Use
"What's in GOALS.md?" Hybrid search → read file
"When did we discuss X?" Hybrid search (Graphiti results)
"What did I say last Tuesday?" Graphiti direct
"Find notes about architecture" Hybrid search (QMD results)
Changes

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.

  1. 5d ago First seen · 66 lines · 32 tokens per session scan A 975ef9f8515b

Subscribe to this mod's changes

hybrid-memory is a skill published in the GitHub repository clawdbrunner/openclaw-graphiti-memory (104 stars, last pushed 1mo ago), licensed MIT. It adds 32 tokens to every session and 475 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.