Collections banner
weaviate weaviate

Collections

Development community

Description

--- description: List all collections in Weaviate or get the schema of an individual collection argument-hint: [name] allowed-tools: Bash(uv:*), AskUserQuestion, Skill --- # Weaviate Collections List all Weaviate collections or get detailed schema information for a specific collection. ## Usage ``` /weaviate:collections /weaviate:collections name "CollectionName" ``` ## Workflow ### List All Collections When no arguments are provided: 1. Run the list collections script: ```bash uv

Installation

Installs to ~/.claude/skills/weaviate-agent-skills-collections/SKILL.md

Terminal
mkdir -p ~/.claude/skills/weaviate-agent-skills-collections && curl -fsSL https://raw.githubusercontent.com/weaviate/agent-skills/HEAD/commands/collections.md -o ~/.claude/skills/weaviate-agent-skills-collections/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository