weaviate-cookbooks

weaviate-cookbooks is a skill for Claude Code from weaviate/agent-skills. It costs 104 tokens per session (676 once invoked), scanned A, original, BSD-3-Clause.

A set of guides for building AI applications with Weaviate, a database that supports meaning-based search. It includes architecture patterns and ready-to-follow plans for common applications.

In plain words
What is it for?
Use it to build a chatbot that searches data, a data explorer, or a document-search system that can work with text and images.
Why use it?
It gives developers a starting structure for Weaviate projects instead of requiring them to design the application setup from scratch.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agent-skills plugin — 2 skills, 9 commands shipped together

Good fit Use it to build a chatbot that searches data, a data explorer, or a document-search system that can work with text and images.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/weaviate/agent-skills/weaviate-cookbooks
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 weaviate/agent-skills --skill weaviate-cookbooks
Clone the repo
git clone --depth 1 https://github.com/weaviate/agent-skills

Made for: Claude Code.

Or install agent-skills, the plugin that ships this one along with the rest of its 2 skills, 9 commands.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/weaviate/agent-skills/weaviate-cookbooks/github.svg)](https://agentmods.dev/skills/weaviate/agent-skills/weaviate-cookbooks)
Your own site
<a href="https://agentmods.dev/skills/weaviate/agent-skills/weaviate-cookbooks"><img src="https://agentmods.dev/badge/skills/weaviate/agent-skills/weaviate-cookbooks/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 weaviate-cookbooks

Your own site · 80×15
<a href="https://agentmods.dev/skills/weaviate/agent-skills/weaviate-cookbooks"><img src="https://agentmods.dev/badge/skills/weaviate/agent-skills/weaviate-cookbooks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 676 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.00104 $0.00676
Opus 5 $0.00052 $0.00338
Sonnet 5 $0.00021 $0.00135
Haiku 4.5 $0.00010 $0.00068

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

Security

Grade A, and why

weaviate-cookbooks 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/weaviate-cookbooks/SKILL.md · 44 lines

How it starts

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

Weaviate Cookbooks

Overview

This skill provides an index of implementation guides and foundational requirements for building Weaviate-powered AI applications. Use the references to quickly scaffold full-stack applications with best practices for connection management, environment setup, and application architecture.

Weaviate Cloud Instance

If the user does not have an instance yet, direct them to the cloud console to register and create a free sandbox. Create a Weaviate instance via Weaviate Cloud.

Before Building Any Cookbook

Follow these shared guidelines before generating any cookbook app:

Then proceed to the specific cookbook reference below.

Cookbook Index

  • Query Agent Chatbot: Build a full-stack chatbot using Weaviate Query Agent with streaming and chat history support.
  • Data Explorer: Build a full-stack data explorer app including sorting, keyword search and tabular view of weaviate data.
  • Multimodal RAG: Building Document Search: Build a multimodal Retrieval-Augmented Generation (RAG) system using Weaviate Embeddings (ModernVBERT/colmodernvbert) and Ollama with Qwen3-VL for generation.
  • Basic RAG: Implement basic retrieval and generation with Weaviate. Useful for most forms of data retrieval from a Weaviate collection.
  • Advanced RAG: Improve on basic RAG by adding extra features such as re-ranking, query decomposition, query re-writing, LLM filter selection.
  • Basic Agent: Build a tool-calling AI agent with structured outputs using DSPy. Covers AgentResponse signatures, RouterAgent, tool design, and sequential multi-step loops.
  • Agentic RAG: Build RAG-powered AI agents with Weaviate. Covers naive RAG tools, hierarchical RAG with LLM-created filters, vector DB memory, Weaviate Query Agent, and Elysia integration.

Read the full file on GitHub · 44 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 · 44 lines · 104 tokens per session scan A a0cc4faf383c

Subscribe to this mod's changes

weaviate-cookbooks is a skill published in the GitHub repository weaviate/agent-skills (104 stars, last pushed 3mo ago), licensed BSD-3-Clause. It adds 104 tokens to every session and 676 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-30.