Agent skill · Databases

weaviate

Search, query, inspect, create, and import data into Weaviate vector database collections using official scripts and references.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill weaviate --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 27
SKILL.md size: 7 KB
Bundled scripts: yes
Declared author: Weaviate
Path: skills/weaviate/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Weaviate Cloud Instance
  3. Environment Variables
  4. Script Index
  5. Search & Query
  6. Collection Management
  7. Data Operations
  8. Recommendations
  9. Output Formats
  10. Error Handling
  11. Limitations
Ships with 24 files
  • references/ask.md
  • references/create_collection.md
  • references/environment_requirements.md
  • references/example_data.md
  • references/explore_collection.md
  • references/fetch_filter.md
  • references/get_collection.md
  • references/hybrid_search.md
  • references/import_data.md
  • references/keyword_search.md
  • references/list_collections.md
  • references/query_search.md
  • references/semantic_search.md
  • scripts/ask.py
  • scripts/create_collection.py
  • scripts/example_data.py
  • scripts/explore_collection.py
  • scripts/fetch_filter.py
  • scripts/get_collection.py
  • scripts/hybrid_search.py
  • scripts/import.py
  • scripts/keyword_search.py
  • scripts/list_collections.py
  • scripts/query_search.py
first 24 of 27
Commands it runs
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"
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going