---
name: weaviate
slug: weaviate-skill
score: 52
rubric: 1.0
provenance: verified-org
publisher: Weaviate
license: BSD-3-Clause
capability: action-taking
canonical: https://top-agent-skills.com/skill/weaviate-skill
---

# weaviate

The vector-database skill that ships executable scripts rather than prose — the agent runs the query instead of describing it.

## Install

### Claude Code

```bash
npx skills add weaviate/agent-skills --skill weaviate
```

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

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.

## Compatibility

claude-code

## Metadata

- Categories: databases-schemas, ai-ml-agent-tooling
- Surfaces: claude-code
- Tags: Weaviate, Vector search, Hybrid search
- Setup time: 5 min
- Complexity: Medium
- Last update: 2026-04-01
- Verified: —
- Source: https://github.com/weaviate/agent-skills/tree/main/skills/weaviate
- Docs: https://github.com/weaviate/agent-skills/blob/main/skills/weaviate/SKILL.md

---

_Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_
