Agent Skills
› composio-community/awesome-agent-clis
› PostHog CLI
PostHog CLI
GitHubPostHog CLI工具,用于查询产品分析事件、管理功能标志及拉取分析数据。支持API密钥认证和JSON输出,适用于需要访问PostHog数据进行决策或自动化的场景。
Trigger Scenarios
查询产品分析事件
管理功能标志
拉取分析数据
Install
npx skills add composio-community/awesome-agent-clis --skill PostHog CLI -g -y
SKILL.md
Frontmatter
{
"name": "PostHog CLI",
"description": "Query events, manage feature flags, and pull analytics data. Use when an agent needs to query product analytics, toggle feature flags, or pull PostHog event data."
}
PostHog CLI
Query events, manage feature flags, and pull analytics data.
- Website: https://posthog.com
Key Commands
posthog events query --event "page_view" --days 7
posthog feature-flags list
posthog feature-flags toggle <flag-key> --enable
Agent-Friendly Features
- API key auth
- JSON output for analytics queries
- Feature flag management
Version History
- 9f765d2 Current 2026-07-24 16:03


