Llma Cc Setup banner
PostHog PostHog

Llma Cc Setup

Data community

Description

--- name: posthog:llma-cc-setup description: Set up PostHog LLM Analytics to capture Claude Code sessions argument-hint: [api-key] allowed-tools: Bash(echo:*),Bash(cat:*),Bash(mkdir:*) --- # LLM Analytics — Claude Code Setup Help the user configure PostHog LLM Analytics for Claude Code session capture. ## What this does When enabled, every Claude Code session is automatically sent to PostHog's LLM Analytics as `$ai_generation`, `$ai_span`, and `$ai_trace` events — giving visibility into mode

Installation

Installs to ~/.claude/skills/posthog-ai-plugin-llma-cc-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/posthog-ai-plugin-llma-cc-setup && curl -fsSL https://raw.githubusercontent.com/PostHog/ai-plugin/HEAD/commands/llma-cc-setup.md -o ~/.claude/skills/posthog-ai-plugin-llma-cc-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository