Llma Cc Ingest banner
PostHog PostHog

Llma Cc Ingest

Data community

Description

--- 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:*) --- # LLM Analytics — Ingest Session Manually send a Claude Code session log to PostHog LLM Analytics. ## Usage The argument `$ARGUMENTS` can be: - A session ID (e.g. `14a1687c-1937-4719-921d-cb2400d7a114`) - A path to a JSONL file (e.g. `~/.claude/projects/-Users-me-myproject/14a1687c.jsonl`)

Installation

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

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

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

Full documentation available on GitHub

View Source Repository