Installation
Claude Code
Two steps inside the Claude Code session — both are required, in order: Step 1. Register the ZebraTruth AI Labs marketplace (only needed once per machine):zebratruth-compliance in the output.
Then set your API key in the shell that launches Claude Code (the env var is read at session start):
Autonomous-agent install (agent driving Claude Code on a customer’s behalf)
Run these two slash commands sequentially via your agent’s command-execution interface, then ensureZEBRATRUTH_API_KEY is in the environment before Claude Code starts:
Marketplace 'zebratruth-ai-labs' not found.
OpenClaw
Manual Integration
For any LLM platform (or autonomous agent) that supports markdown injection:- Download SKILL.md — this is the raw URL, suitable for both browser download and
curl/wget: - Include it in the LLM’s system prompt or context
- Set
ZEBRATRUTH_API_KEYin the environment
SKILL.md under the same directory pattern, so an agent that needs one can fetch it on demand:
Workflow Documents
The SKILL.md references 9 workflow documents for detailed procedures. These are loaded by the LLM on demand — you don’t need to include them all upfront:| Workflow | Purpose |
|---|---|
content-compliance-check.md | Full check procedure |
image-rights-clearance.md | Image-specific checks |
streaming-integration.md | SSE consumption |
async-webhook-execution.md | Submit-then-poll |
individual-agents.md | Per-agent invocation |
interpreting-reports.md | Scores & decisions |
embedding-annotations.md | Map to UI |
cost-and-credits.md | Budget management |
debugging.md | Logs, traces, replay |