Command
llma-cc-setup
Set up PostHog LLM Analytics to capture Claude Code sessions
Manually send a Claude Code session log to PostHog LLM Analytics
> /plugin marketplace add PostHog/ai-plugin > /plugin install posthog@posthog
How it fires
How this command gets triggered: by you, by Claude, or both.
/llma-cc-ingestContext preview
What this command does when you run it.
Manually send a Claude Code session log to PostHog LLM Analytics
name: posthog:llma-cc-ingest description: Manually send a Claude Code session log to PostHog LLM Analytics argument-hint: [session-id or path] allowed-tools: Bash(python3:*),Bash(ls:*),Bash(echo:*)
Manually send a Claude Code session log to PostHog LLM Analytics.
The argument `$ARGUMENTS` can be:
1. Resolve the session log path from the argument 2. Run the ingest script 3. Report the results
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/llma_cc_ingest.py $ARGUMENTSIf no argument is provided, list recent sessions and let the user choose:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/llma_cc_ingest.py --listOfficial PostHog plugin for AI clients. Access PostHog products directly from your AI coding tool.
Repo: PostHog/ai-plugin
Set up PostHog LLM Analytics to capture Claude Code sessions
Check if Claude Code sessions are being sent to PostHog LLM Analytics