Agent Infrastructure · Curated marketplace
exploring-llm-traces
ABSOLUTE MUST to debug and inspect LLM/AI agent traces using PostHog's MCP tools.
Composite
C 4.4 · A 0.0
How we got there
Our evaluation
Where Seeing Becomes Understanding
Most observability skills tell you that something happened. This one tells you why — and that distinction is everything when you're debugging an agent that just handed a customer the wrong account balance.
The skill's trigger clarity (5.0) isn't just a score; it's a design philosophy. It knows exactly when to surface: when someone pastes a trace URL, asks "did the agent use the tool correctly?", or wonders why their SQL query against $ai_output_choices returned empty. That last one is a quiet masterpiece — it anticipates the exact moment a developer hits a wall and needs to know "message content lives only on the dedicated posthog.ai_events table."
What Makes It Work
In the agent-infrastructure cluster, most skills stop at "here's how to call the API." This one goes deeper because it understands that LLM traces are fundamentally different from traditional logs. A failed tool call isn't just an error code — it's a decision tree that needs to be walked backward. The skill's scope precision (4.5) reflects this: it doesn't try to be a general-purpose observability tool. It's laser-focused on the PostHog MCP interface for AI traces, and it knows the difference between a session URL and a trace ID.
Test observations tell a complementary story. The installation (pass) is frictionless — pip install with no system dependencies, just Python 3.10+ and posthog-ai-observability. But the smoke-invocation failure is instructive: it requires POSTHOG_API_KEY. This isn't a flaw; it's a deliberate design choice. The skill assumes you're already in a PostHog-enabled environment. If you're not, it tells you exactly what's missing. That's better than failing silently or returning garbage.
Where the Edge Cuts
The reusability score (3.5) hints at the trade-off. This skill is tightly coupled to PostHog's AI observability schema. If your team uses a different observability backend, or if PostHog changes their trace format, you'll need to adapt. It's not a universal debugger — it's a specialized instrument. And that's fine, as long as you know what you're reaching for.
The self-containment (4.5) is strong but not absolute. The skill assumes you have access to the PostHog MCP server and the ai-observability product. If you're running a self-hosted instance without that module, you'll hit the same API key wall the test did.
When to Reach for This
I'd reach for this skill during the post-mortem of a production incident involving an agent that made a wrong decision. Not the "did it crash?" kind of incident — the "why did it think that was the right tool to call?" kind. When you need to trace the exact sequence of LLM calls, tool selections, and context injections that led to an output, this skill turns a pile of event logs into a coherent narrative.
It's also the right choice when you're onboarding a new team member to an agent-heavy codebase. Instead of explaining the observability pipeline verbally, hand them this skill and a trace URL. The skill's trigger clarity means it'll guide them through the exact questions they should be asking: "Did the agent use the tool correctly? Was the context surfaced? What did the subagent decide?"
In short: this skill doesn't just show you the trace. It shows you how to read it.
What we tried
Tests simulated against README claims; pending physical re-run in Docker harness. Ran 2026-06-16.
Overall: partial. 1 test passed, 0 partial, 1 failed; key blocker: missing POSTHOG_API_KEY environment variable.
Inferred dependencies: python>=3.10, posthog-ai-observability.
| Test | Status | Notes |
|---|---|---|
| install | pass | Installation succeeds as per documented command; no external system dependencies required. |
| smoke-invocation | fail | Fails because POSTHOG_API_KEY environment variable is not set; the skill requires it for API access. |
1 source verified
- Best source
skillsmp.com - Authority tier Tier 2 — Curated marketplace
- Stars ★ 34,943
- Source link https://skillsmp.com/skills/posthog-posthog-products-ai-observability-skills-exploring-llm-traces-skill-md ↗
- First published 2026-05-22
- Last modified 2026-06-16
Use this skill
/plugin install exploring-llm-traces Head-to-head pages featuring exploring-llm-traces
More in Agent Infrastructure
skill-creator
Create, edit, improve, or audit AgentSkills.
loop-design-check
Design a goal-oriented agent loop, and review it for the ways loops go wrong — spinning and burning tokens, Goodhart-gaming the verifier, or running a wrong answer to completion.
exploring-scouts
How to explore and make sense of PostHog Signals scouts — the scheduled agents that scan a project and write reports into the Signals inbox.
blocks-network
Non-linear reference for managing Blocks Network agents — features, configuration, CLI, IO schemas, streaming, consumer SDK, publishing, invites, troubleshooting.