Install
$ npx skills add weaviate/agent-skills --skill weaviateNeeds WEAVIATE_URL and WEAVIATE_API_KEY, plus a vectorizer provider key. Bundles 13 Python scripts for search, import and collection management.
Best for
Actually operating a Weaviate instance from the agent: creating collections, importing files, and running semantic, keyword, and hybrid queries.
Not ideal for
Read-only exploration with no credentials. It needs WEAVIATE_URL, an API key, and a vectorizer provider key, and it creates collections and imports data — so point it at a scratch instance first.
About this skill
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, creating example data, and collection creation.
Score breakdown
Score breakdown
rubric 1.0Composite 0–100 score derived from 9 verifiable signals. See the rubric →
Related skills
PlanetScale's schema branching and index-aware queries, packaged for agents.
Supabase done right. RLS policies, edge functions, realtime, auth — in idiomatic patterns.
Prisma migrations and queries by the book. Index-aware, migration-safe, type-correct.