Skill Detail
Inspect agent model traffic with LLMTrace
Proxy OpenAI-compatible model traffic so operators can inspect prompts, detect risks, and enforce budget or policy controls.
Security & VerificationMulti-Framework
Security & Verification
Multi-Framework
Security Reviewed
β 46 GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill inspect-agent-model-traffic-with-llmtrace
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Rust or Docker runtime, OpenAI-compatible client or SDK
Install & setup
Install with `curl -sS https://raw.githubusercontent.com/epappas/llmtrace/main/scripts/install.sh | bash` or `cargo install llmtrace`, run `llmtrace-proxy –config config.yaml`, then point your OpenAI-compatible client at the local proxy base URL.
Author
epappas
Publisher
Individual
Last updated
Apr 17, 2026
Quick brief
Use LLMTrace when an operator wants to put OpenAI-compatible traffic behind a proxy that can inspect prompts, flag prompt injection or PII, and enforce cost or policy controls before responses hit downstream systems. Invoke it instead of calling the model endpoint directly when the task is security and observability around agent traffic, not routine application usage. The boundary is a traffic-inspection and guardrail workflow for model calls, not a generic SDK, model host, or broad observability platform listing.