Llma Cc Status banner
PostHog PostHog

Llma Cc Status

Data community

Description

--- name: posthog:llma-cc-status description: Check if Claude Code sessions are being sent to PostHog LLM Analytics allowed-tools: Bash(echo:*),Bash(cat:*),Bash(python3:*) --- # LLM Analytics — Claude Code Status Check the status of the PostHog LLM Analytics integration for Claude Code. ## Steps 1. Check if `POSTHOG_API_KEY` is set: ```bash echo "POSTHOG_LLMA_CC_ENABLED=${POSTHOG_LLMA_CC_ENABLED:-(not set, defaults to false)}" echo "POSTHOG_API_KEY=${POSTHOG_API_KEY:-(not set)}" echo "POSTH

Installation

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

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

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

Full documentation available on GitHub

View Source Repository