Agent Plugins Marketplace
All plugins

weaviate

v0.2.3

Weaviate plugin for Claude Coding. Includes 2 skills.

Claude Code2 Skills

By Weaviate102 GitHub starsUpdated 3 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Jun 11, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install weaviate for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install weaviate@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/weaviate/agent-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

weaviate/
├── .claude-plugin/plugin.json
├── skills/weaviate/SKILL.md
└── skills/weaviate-cookbooks/SKILL.md

Included Skills2

weaviateskills/weaviate/SKILL.md

Search, query, and manage Weaviate vector database collections. Use for semantic search, hybrid search, keyword search, natural language queries with AI-generated answers, collection management, data exploration, filtered fetching, data imports from PDF/CSV/JSON/JSONL files, create example data and collection creation.

weaviate-cookbooksskills/weaviate-cookbooks/SKILL.md

Use this skill when the user wants to build AI applications with Weaviate. It contains a high-level index of architectural patterns, 'one-shot' blueprints, and best practices for common use cases. Currently, it includes references for building a Query Agent Chatbot, Data Explorer, Multimodal PDF RAG (Document Search), Basic RAG, Advanced RAG, Basic Agent, Agentic RAG, and optional guidance on how to build a frontend for each of them.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "weaviate",
  "description": "Weaviate plugin for Claude Coding",
  "version": "0.2.3",
  "author": {
    "name": "Weaviate"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[weaviate on Agent Plugins Marketplace](https://pluginsmp.com/plugins/weaviate)