Skip to main content

Installation

Claude Code

claude plugin install zebratruth-compliance@zebratruth-ai-labs
Then set your API key:
export ZEBRATRUTH_API_KEY=zt_live_your_key_here

OpenClaw

openclaw skills install zebratruth-compliance
openclaw config set env.vars.ZEBRATRUTH_API_KEY "zt_live_your_key_here"
openclaw gateway restart

Manual Integration

For any LLM platform that supports markdown injection:
  1. Download SKILL.md
  2. Include it in the LLM’s system prompt or context
  3. Set ZEBRATRUTH_API_KEY in the environment
The LLM will automatically learn how to authenticate, run checks, and interpret results.

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:
WorkflowPurpose
content-compliance-check.mdFull check procedure
image-rights-clearance.mdImage-specific checks
streaming-integration.mdSSE consumption
async-webhook-execution.mdSubmit-then-poll
individual-agents.mdPer-agent invocation
interpreting-reports.mdScores & decisions
embedding-annotations.mdMap to UI
cost-and-credits.mdBudget management
debugging.mdLogs, traces, replay