Quickstart
Overview
Thewazoo skill packages Wazoo’s control plane and data plane features into a
skill that AI coding agents (Claude Code, Cursor, OpenCode, Gemini, and others)
can load.
Prerequisites and installation
Install thewazoo skill into your agent workspace or global agent environment:
Manual placement
Place theSKILL.md file directly into your workspace:
~/.gemini/config/skills/ instead.
Updating the skill
Environment setup
The skill reads two environment variables, one per plane:What it covers
Control plane
- World management: create, view, list, update, delete, and undelete worlds.
- Token management: issue and revoke API tokens for scoped application access.
Data plane
- Graph import: add Turtle, JSON-LD, N-Triples, or N-Quads data into worlds.
- Hybrid search: query across vector similarity and pattern matching.
- Graph pattern queries (SPARQL): run graph queries for deterministic retrieval.
- Export: dump graph facts and provenance data.