weaviate
Search, query, inspect, create, and import data into Weaviate vector database collections using official scripts and references.
npx skills add sickn33/agentic-awesome-skills --skill weaviate --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Weaviate Database Operations This skill provides comprehensive access to Weaviate vector databases including search operations, natural language queries, schema inspection, data exploration, filtered fetching, collection creation, and data imports. ## When to Use This Skill - Use when the user needs to inspect Weaviate collections, schemas, or data distribution. - Use when running semantic, hybrid, keyword, filtered, or Query Agent searches against Weaviate. - Use when importing CSV, JSON, JSONL, or PDF data into a Weaviate collection. - Use when creating example data or a collection for a Weaviate-backed workflow. ### 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](https://console.weaviate.cloud/signin?utm_source=github&utm_campaign=agent_skills). ## Environment Variables **Required:** - `WEAVIATE_URL` - Your Weaviate Cloud cluster URL - `WEAVIATE_API_KEY` - Your Weaviate API key **External Provider Keys (auto-detected):** Set only the keys your collections use, refer to [Environment Requirements](references/environment_requirements.md) for m
- When to Use This Skill
- Weaviate Cloud Instance
- Environment Variables
- Script Index
- Search & Query
- Collection Management
- Data Operations
- Recommendations
- Output Formats
- Error Handling
- Limitations
uv run scripts/list_collections.py uv run scripts/example_data.py uv run scripts/get_collection.py --name "COLLECTION_NAME" uv run scripts/explore_collection.py "COLLECTION_NAME" uv run scripts/create_collection.py CollectionName \ uv run scripts/import.py "data.csv" --collection "CollectionName"
What does the weaviate skill do?
Search, query, inspect, create, and import data into Weaviate vector database collections using official scripts and references.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill weaviate --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.