Workspace banner
PostHog PostHog

Workspace

Development community

Description

--- description: Manage PostHog organizations, projects, and view event/property definitions argument-hint: [org-or-project] --- # Workspace Use the PostHog MCP tools to help the user with organizations, projects, and definitions: ## Organizations 1. To list all organizations, use `posthog_organizations_get` 2. To switch to a different organization, use `posthog_switch_organization` 3. To get details about the current organization, use `posthog_organization_details_get` ## Projects 1. To l

Installation

Installs to ~/.claude/skills/posthog-posthog-for-claude-workspace/SKILL.md

Terminal
mkdir -p ~/.claude/skills/posthog-posthog-for-claude-workspace && curl -fsSL https://raw.githubusercontent.com/PostHog/posthog-for-claude/HEAD/commands/workspace.md -o ~/.claude/skills/posthog-posthog-for-claude-workspace/SKILL.md

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

Full documentation available on GitHub

View Source Repository