data

A command for creating synthetic example records in supported subject areas and uploading them to a Weaviate collection. Weaviate is a database designed for searching structured and meaning-based data.

In plain words
What is it for?
Use it to create sample academic, finance, ecommerce, medical, or customer-support data and load it into the corresponding collection.
Why use it?
It removes the need to prepare test data by hand when trying a Weaviate setup.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/weaviate/agent-skills/data
Clone the repo
git clone --depth 1 https://github.com/weaviate/agent-skills
Per session 3 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 362 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00003 $0.00362
Opus 5 $0.00002 $0.00181
Sonnet 5 $0.00001 $0.00072
Haiku 4.5 $0.00000 $0.00036

Measured 2d ago against content hash 824962e9ee93, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

data scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/data.md · 44 lines

What it actually says

Create Example Data

Create example data in a specific domain and upload to a Weaviate collection.

Usage

/weaviate:data
/weaviate:data domain "finance" nrows 100
/weaviate:data domain "ecommerce" vectorizer "text2vec-weaviate"

Workflow

  1. Run the create example data script:
    uv run ${CLAUDE_PLUGIN_ROOT}/skills/weaviate/scripts/example_data.py
    
  2. Confirm the collection exists
    uv run ${CLAUDE_PLUGIN_ROOT}/skills/weaviate/scripts/get_collection.py --name "COLLECTION_NAME"
    

Domain Datasets:

  • academic contains a selection of chunked papers from Arxiv on the topic of AI/ML. Creates the AI_Arxiv collection
  • finance creates a fully synthetic dataset of Indian Income Tax Return forms. Creates the Income_Tax_Returns collection
  • ecommerce contains structured e-commerce product information including product details, pricing, categorization. Creates the Product_Catalog collection
  • medical contains information about common hair related diseases. Creates the Hair_Medical collection
  • customer_support contains customer support tickets from IT. Creates the IT_Support_Tickets collection

No other domains are supported.

Environment

Requires:

  • WEAVIATE_URL: Weaviate Cloud cluster URL
  • WEAVIATE_API_KEY: API key for authentication
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 44 lines · 3 tokens per session scan A 824962e9ee93

Subscribe to this mod's changes

data is a command published in the GitHub repository weaviate/agent-skills (103 stars, last pushed 2mo ago), licensed BSD-3-Clause. It adds 3 tokens to every session and 362 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other commands, from other repositories