Fetch banner
weaviate weaviate

Fetch

Development community

Description

--- description: Fetch and filter objects from Weaviate collections argument-hint: collection [name] filters [json] limit [10] id [uuid] allowed-tools: Bash(uv:*), AskUserQuestion, Skill --- # Fetch and Filter Objects Fetch specific objects by ID or filter them using complex logic (AND/OR). Always use this command after exploring the collection using `/weaviate:explore` command. ## Usage ``` /weaviate:fetch collection "CollectionName" filters '{"property": "prop", "operator": "equal", "value

Installation

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

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

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

Full documentation available on GitHub

View Source Repository