Things I've built, mostly so I'd want to use them.
warcraft_cli
WoW data CLI monorepo that gives coding agents structured, sourced answers across guides, rankings, logs, and local sims
A monorepo of World of Warcraft data CLIs built so coding agents can answer real WoW questions with structured data and clear provenance. warcraft_cli wraps a growing set of providers — Wowhead, Method, Icy-Veins, Raider.IO, the official Wiki, WoWProgress, WarcraftLogs, the Blizzard API, Raidbots, CurseForge, and local SimulationCraft — behind one set of Typer commands, with a warcraft root wrapper that routes to the right source when the provider is unclear.
The design rule is that the tools compose trustworthy building blocks (normalization, sampling, aggregation, provenance, freshness) rather than inventing answers. When a workflow isn’t supported, the CLI fails clearly instead of bolting on a fake “smart answer” the underlying source can’t actually back.