qdrant-recall-sidecar

qdrant-recall-sidecar is a skill for Claude Code, Codex from phenomenoner/hermes-agent-harness-plus. It costs 47 tokens per session (843 once invoked), scanned A, original, MIT.

A local Qdrant-based search layer for finding related text in selected agent skills and recent sessions. Qdrant is a database designed for similarity search, where results can be related in meaning rather than matching exact words.

In plain words
What is it for?
It is for indexing approved skills or session text, searching that content through an MCP sidecar, and checking that recall continues working after service restarts.
Why use it?
It helps when keyword search misses relevant information while keeping the indexed data on the local machine by default.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for hermes-agent. Also seen: built for hermes-agent.

Good fit It is for indexing approved skills or session text, searching that content through an MCP sidecar, and checking that recall continues working after service restarts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/phenomenoner/hermes-agent-harness-plus/qdrant-recall-sidecar
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.

Any agent
npx skills add phenomenoner/hermes-agent-harness-plus --skill qdrant-recall-sidecar
Clone the repo
git clone --depth 1 https://github.com/phenomenoner/hermes-agent-harness-plus

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 qdrant-recall-sidecar

README.md
[![agentmods](https://agentmods.dev/badge/skills/phenomenoner/hermes-agent-harness-plus/qdrant-recall-sidecar/github.svg)](https://agentmods.dev/skills/phenomenoner/hermes-agent-harness-plus/qdrant-recall-sidecar)
Your own site
<a href="https://agentmods.dev/skills/phenomenoner/hermes-agent-harness-plus/qdrant-recall-sidecar"><img src="https://agentmods.dev/badge/skills/phenomenoner/hermes-agent-harness-plus/qdrant-recall-sidecar/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for qdrant-recall-sidecar

Your own site · 80×15
<a href="https://agentmods.dev/skills/phenomenoner/hermes-agent-harness-plus/qdrant-recall-sidecar"><img src="https://agentmods.dev/badge/skills/phenomenoner/hermes-agent-harness-plus/qdrant-recall-sidecar.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 843 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00047 $0.00843
Opus 5 $0.00023 $0.00421
Sonnet 5 $0.00009 $0.00169
Haiku 4.5 $0.00005 $0.00084

Measured 12d ago against content hash d61767733040, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

qdrant-recall-sidecar 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 12d 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.

skills/qdrant-recall-sidecar/SKILL.md · 83 lines

How it starts

The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Qdrant Recall Sidecar

Overview

A Qdrant sidecar gives Hermes Agent a local semantic search layer over selected skills and recent session text. It is useful when exact keyword search is too brittle but cloud memory is not desired.

The safe default is local-first: bind Qdrant to 127.0.0.1, preview indexing with --dry-run, and index only what you are comfortable searching later.

When to Use

  • Hermes needs semantic recall over installed skills.
  • Recent user/assistant session text should be searchable locally.
  • You want an MCP tool that can search Qdrant from inside Hermes.

Do not use it to index secrets, raw tool outputs, private datasets, or system prompts unless you have reviewed and approved that data class.

Basic Workflow

  1. Start local Qdrant.
  2. Dry-run the skill or session indexer.
  3. Recreate or upsert the collection only after previewing content.
  4. Add the Qdrant MCP sidecar to Hermes config.
  5. Verify collections, vector size, point-count trend, and a real search result.
  6. Schedule the quiet watchdog.
  7. If Qdrant runs in Docker, use bounded start/restart for service bring-up and restart calibration for post-restart recall verification.
  8. If repair is needed, fix the smallest failing collection first, then verify quiet mode.

Common Pitfalls

  1. Mixing embedding models across collections with similar names.
  2. Indexing private data because dry-run was skipped.
  3. Forgetting that local recall is still a searchable copy of text.
  4. Treating Qdrant as a replacement for curated memory. It is retrieval, not judgment.
  5. Trusting on-disk collection folders without checking the live Qdrant API after a container restart.
  6. Letting Docker CLI stalls or broad rebuild scripts turn a healthy Qdrant HTTP endpoint into a scheduled-task timeout.
  7. Rebuilding every corpus when the watchdog only reports one MISSING collection.
  8. Mixing service bring-up with data repair. Start or restart the local Qdrant container first; only rebuild collections after the watchdog still reports a data or vector-configuration problem.
  9. Treating a tiny point-count drop in a rolling recent-session collection as a rebuild trigger. First confirm API health, intended window bounds, and a known topic search result.
  10. Letting archived or lifecycle-marked inactive skills re-enter active recall during a collection rebuild. Keep hidden catalog directories and retired, archived, or deprecated frontmatter out of the active skills collection.

Read the full file on GitHub · 83 lines

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. 12d ago First seen · 83 lines · 47 tokens per session scan A d61767733040

Subscribe to this mod's changes

qdrant-recall-sidecar is a skill published in the GitHub repository phenomenoner/hermes-agent-harness-plus (2 stars, last pushed yesterday), licensed MIT. It adds 47 tokens to every session and 843 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-31.