Check Posthog
Checks if PostHog events are firing correctly, ensuring your product analytics data is accurate and reliable for informed decisions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add check-posthog npx -- -y @trustedskills/check-posthog
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"check-posthog": {
"command": "npx",
"args": [
"-y",
"@trustedskills/check-posthog"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The check-posthog skill allows AI agents to verify the status of a PostHog instance. It can determine if a PostHog project is accessible and functioning correctly, retrieving key information like project ID and API keys. This enables automated monitoring and troubleshooting of PostHog integrations.
When to use it
- Automated Health Checks: Regularly check if your PostHog project is online and responding.
- Integration Troubleshooting: Diagnose issues with data collection by verifying connection details.
- Environment Validation: Confirm that PostHog configuration settings are correct in different environments (development, staging, production).
- Automated Reporting: Include PostHog status as part of a broader system health dashboard.
Key capabilities
- Verifies PostHog project accessibility.
- Retrieves Project ID.
- Retrieves API keys.
Example prompts
- "Check the status of my PostHog project."
- "What is the Project ID for my PostHog instance?"
- "Can you retrieve the API key for my PostHog project?"
Tips & gotchas
- Requires valid PostHog credentials (Project ID and API Key) to be provided. Incorrect credentials will result in errors.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.