weaviate-docs

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

A documentation guide for Weaviate, a database that stores data with numerical representations so applications can find similar or related content.

In plain words
What is it for?
It helps with collections, data operations, similarity and combined keyword search, filtering, model integrations, multi-tenancy, replication, deployment, clients, and performance tuning.
Why use it?
It grounds Weaviate answers in official documentation, reducing the risk of applying advice from another vector database or from outdated memory.

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/weaviate-docs
Any agent
npx skills add cookieMonsterDev/agents-skills --skill weaviate-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 weaviate-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/cookiemonsterdev/agents-skills/weaviate-docs.svg)](https://agentmods.dev/skills/cookiemonsterdev/agents-skills/weaviate-docs)
Your own site
<a href="https://agentmods.dev/skills/cookiemonsterdev/agents-skills/weaviate-docs"><img src="https://agentmods.dev/badge/skills/cookiemonsterdev/agents-skills/weaviate-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,236 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.00093 $0.01236
Opus 5 $0.00046 $0.00618
Sonnet 5 $0.00019 $0.00247
Haiku 4.5 $0.00009 $0.00124

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

Security

Grade A, and why

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

docs-skills/weaviate-docs/SKILL.md · 101 lines

How it starts

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

Weaviate 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 Weaviate documentation and return the closest authoritative page instead of generic vector-search advice.

When to Use

Use this skill when the request is about:

  • Weaviate concepts: collections, objects, properties, and vector indexes
  • Creating and managing collections, schema design, and CRUD operations on objects
  • Similarity search, hybrid search (vector plus keyword), and generative search (RAG)
  • Filtering, aggregations, and the REST, GraphQL, or gRPC APIs
  • Model provider integrations (embedding and generative modules) and vectorizer configuration
  • Multi-tenancy, replication, and sharding architecture
  • Client libraries (Python, TypeScript/JavaScript, Java, Go)
  • Deployment: Docker, Kubernetes, embedded Weaviate, and Weaviate Cloud
  • Performance tuning, vector quantization, and best practices

Do not use this skill for:

  • Qdrant-specific concepts (payload indexes, collection-level shard keys). Use qdrant-docs instead.
  • Pinecone-specific concepts (serverless index architecture, namespaces-as-tenants). Use pinecone-docs instead.
  • MongoDB Atlas Vector Search or Redis vector sets. Use mongodb-docs or redis-docs instead.
  • General embedding model selection or RAG architecture unless the question is specifically about Weaviate configuration or behavior.

Workflow

1. Classify the request

Decide which bucket the question belongs to before searching:

  • Getting started, quickstart, and starter guides
  • Concepts and architecture
  • Managing collections and objects (schema, CRUD)
  • Search: similarity, hybrid, generative, and filtering
  • Model provider integrations
  • Configuration: replication, multi-tenancy, quantization
  • Client libraries and API reference
  • Deployment: Docker, Kubernetes, embedded, or Weaviate Cloud

If you need a quick starting point, load references/topic-map.md and jump to the closest section.

Read the full file on GitHub · 101 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 · 101 lines · 93 tokens per session scan A 580c32bfde5b

Subscribe to this mod's changes

weaviate-docs is a skill published in the GitHub repository cookieMonsterDev/agents-skills (4 stars, last pushed 15d ago), licensed MIT. It adds 93 tokens to every session and 1,236 once invoked, about $0.0005 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.

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