← Back to Skills Marketplace
byungkyu

PostHog

by byungkyu · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
501
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install posthog-api
Description
PostHog API integration with managed authentication. Product analytics, feature flags, session recordings, experiments, and more. Use this skill when users w...
Usage Guidance
This skill is internally consistent for accessing PostHog through Maton's managed gateway, but before installing: verify you trust the Maton service (maton.ai) and the gateway domains (gateway.maton.ai, ctrl.maton.ai); understand that MATON_API_KEY is a high-privilege credential that can manage connections and proxy requests to PostHog—use a least-privilege token if possible; do not reuse this key elsewhere or paste it into untrusted interfaces; confirm the publisher (maton) and review Maton's account settings and token scopes. Because the skill is instruction-only, it does not write files locally, but it will make network calls using the provided key when invoked.
Capability Analysis
Type: OpenClaw Skill Name: posthog-api Version: 1.0.0 The skill bundle provides a legitimate integration with the PostHog API via a Maton gateway. All network requests are directed to expected domains (`gateway.maton.ai`, `ctrl.maton.ai`), and authentication relies on a specified `MATON_API_KEY` environment variable. The `SKILL.md` content and code examples are clear, well-documented, and demonstrate standard API interaction patterns without any evidence of prompt injection attempts, unauthorized file system access, arbitrary command execution, data exfiltration to unexpected endpoints, or obfuscation. The instructions are aligned with the stated purpose of managing PostHog analytics and feature flags.
Capability Assessment
Purpose & Capability
Name/description (PostHog integration) match the runtime instructions: all example calls use a Maton gateway (gateway.maton.ai / ctrl.maton.ai) to reach PostHog. The single required environment variable (MATON_API_KEY) is appropriate for a managed-proxy design.
Instruction Scope
SKILL.md only instructs making HTTP requests to Maton endpoints, using MATON_API_KEY for Authorization and optionally a Maton-Connection header. It does not ask the agent to read local files, other environment variables, or system configuration outside the scope of making API calls.
Install Mechanism
No install spec and no code files are included (instruction-only). This minimizes on-disk persistence and supply-chain risk.
Credentials
The single required env var (MATON_API_KEY) is proportionate to a proxy/gateway design. Note: that key grants access to the Maton account/gateway and therefore can be used to access any connected PostHog instances or connection management endpoints; treat it as a high-privilege secret and verify the token's scope and origin before use.
Persistence & Privilege
always is false and there are no install steps that modify agent configuration or other skills. The skill can be invoked by the agent (platform default), but nothing in the skill attempts to grant itself elevated or permanent privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install posthog-api
  3. After installation, invoke the skill by name or use /posthog-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of posthog skill: Access PostHog API with managed authentication via Maton gateway. - Query product analytics events using HogQL - Manage feature flags, insights, persons, projects, and dashboards - Supports session recordings, A/B experiments, and user behavior analysis - OAuth connection management via Maton control panel - Requires a Maton API key for authentication
Metadata
Slug posthog-api
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is PostHog?

PostHog API integration with managed authentication. Product analytics, feature flags, session recordings, experiments, and more. Use this skill when users w... It is an AI Agent Skill for Claude Code / OpenClaw, with 501 downloads so far.

How do I install PostHog?

Run "/install posthog-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is PostHog free?

Yes, PostHog is completely free (open-source). You can download, install and use it at no cost.

Which platforms does PostHog support?

PostHog is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created PostHog?

It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.0.

💬 Comments