exploring-llm-clusters
Installation
SKILL.md
Exploring LLM clusters
Use this skill when investigating LLM analytics clusters — understanding what patterns exist in your AI/LLM traffic, comparing cluster behavior, and drilling into individual clusters.
Tools
| Tool | Purpose |
|---|---|
posthog:llma-clustering-job-list |
List clustering job configurations for the team |
posthog:llma-clustering-job-get |
Get a specific clustering job by ID |
posthog:execute-sql |
Query cluster run events and compute metrics |
posthog:query-llm-traces-list |
Find traces belonging to a cluster |
posthog:query-llm-trace |
Inspect a specific trace in detail |
How clustering works
PostHog clusters LLM traces (or individual generations) by embedding similarity.
Related skills