qdrant-docs

qdrant-docs is a skill for Claude Code, Codex from cookieMonsterDev/agents-skills. It costs 86 tokens per session (1,231 once invoked), scanned A, original, MIT.

A reference skill for Qdrant, a vector database that stores data for similarity search, such as finding documents related to a question. It uses Qdrant documentation for guidance on building and operating these applications.

In plain words
What is it for?
Use it to manage collections and vectors, search and filter data, tune indexes, handle backups and distributed deployments, and use Qdrant Cloud, clients, security, or on-device features.
Why use it?
It avoids mixing Qdrant instructions with those of other vector databases.

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/cookiemonsterdev/agents-skills/qdrant-docs
Any agent
npx skills add cookieMonsterDev/agents-skills --skill qdrant-docs
Clone the repo
git clone --depth 1 https://github.com/cookieMonsterDev/agents-skills

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-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/cookiemonsterdev/agents-skills/qdrant-docs.svg)](https://agentmods.dev/skills/cookiemonsterdev/agents-skills/qdrant-docs)
Your own site
<a href="https://agentmods.dev/skills/cookiemonsterdev/agents-skills/qdrant-docs"><img src="https://agentmods.dev/badge/skills/cookiemonsterdev/agents-skills/qdrant-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,231 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00086 $0.01231
Opus 5 $0.00043 $0.00616
Sonnet 5 $0.00017 $0.00246
Haiku 4.5 $0.00009 $0.00123

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

Security

Grade A, and why

qdrant-docs scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Only provide client code or `curl` examples when the user asks for them or when the docs page makes an example necessary.
docs-skills/qdrant-docs/SKILL.md · 103 lines

How it starts

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

Qdrant questions are easy to answer from stale memory or from patterns borrowed from a different vector database. Use this skill to ground answers in the official Qdrant documentation and return the closest authoritative page instead of generic vector-search advice.

When to Use

Use this skill when the request is about:

  • Qdrant concepts: collections, points, vectors, payloads, and named vectors
  • Search, filtering, hybrid queries, recommendation, and discovery API behavior
  • Indexing: HNSW parameters, payload indexes, sparse vectors, and quantization (scalar, product, binary)
  • Storage, snapshots, backups, and the write-ahead log
  • Distributed deployment, sharding, replication, and consistency guarantees
  • Multitenancy and payload-based partitioning
  • Client libraries (Python, JavaScript/TypeScript, Go, Rust, Java, .NET) and the REST/gRPC APIs
  • FastEmbed, built-in inference, and hybrid text search (BM25 plus dense vectors)
  • Qdrant Cloud provisioning, RBAC, and Qdrant Edge/on-device deployments
  • Security: API keys, TLS, and role-based access control

Do not use this skill for:

  • Pinecone-specific concepts (serverless index architecture, namespaces-as-tenants). Use pinecone-docs instead.
  • Weaviate-specific concepts (GraphQL API, modules, classes as collections). Use weaviate-docs instead.
  • Redis vector sets or RediSearch vector fields. Use redis-docs instead.
  • General embedding model selection or RAG architecture unless the question is specifically about Qdrant configuration or behavior.

Workflow

1. Classify the request

Decide which bucket the question belongs to before searching:

  • Getting started, quickstart, and local/cloud setup
  • Data model: collections, points, vectors, payload
  • Search: similarity search, filtering, hybrid queries, recommendation
  • Indexing and performance: HNSW, quantization, payload indexes
  • Storage and operations: snapshots, backups, distributed deployment
  • Client libraries and API reference
  • Qdrant Cloud and Qdrant Edge
  • Security and access control

Read the full file on GitHub · 103 lines

Files

What ships with it

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

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 · 103 lines · 86 tokens per session scan A c3dfc1d9f478

Subscribe to this mod's changes

qdrant-docs is a skill published in the GitHub repository cookieMonsterDev/agents-skills (4 stars, last pushed 16d ago), licensed MIT. It adds 86 tokens to every session and 1,231 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

vector-db-rag-expert

Expert guide for high-performance Vector Databases, RAG architectures, pgvector HNSW indexing, hybrid search (Dense + BM25), and semantic chunking / Panduan ahli Vector DB, arsitektur RAG, pgvector HNSW, dan hybrid search.

roedyrustam/vibes-plug · 62 tokens

upstash-vector-js

Work with the @upstash/vector TypeScript/JavaScript SDK, a serverless vector database for embeddings, similarity search, semantic search, and RAG (retrieval-augmented generation). Use when upserting, querying, fetching, ranging, or deleting vectors, upserting raw text against an index with a built-in embedding model…

upstash/skills · 152 tokens

scylladb-vector-search

Guides ScyllaDB Cloud users through implementing and optimizing Vector Search for semantic similarity, RAG, and similar use cases. Use this skill when users need to store and query embeddings, build vector indexes (HNSW), run approximate nearest neighbour (ANN) queries, apply filtering (global/local secondary…

scylladb/agent-skills · 133 tokens

memgraph-graph-rag

Language-agnostic blueprint for building GraphRAG systems with Memgraph and agent tooling. Covers end-to-end architecture, schema design, ingestion, hybrid retrieval, tool contracts, and evaluation. Use when designing GraphRAG platforms that must work across multiple programming languages.

memgraph/skills · 60 tokens

qdrant

Vector search engine for production RAG systems.

NousResearch/hermes-agent · 13 tokens

chroma

Embedding database for RAG and semantic search.

NousResearch/hermes-agent · 12 tokens