Crawler Summary

posthog answer-first brief

PostHog analytics via MCP - dashboards, insights, feature flags, experiments, surveys, and error tracking. Use when checking analytics, viewing dashboards, managing feature flags, or investigating error tracking data. --- name: posthog description: >- PostHog analytics via MCP - dashboards, insights, feature flags, experiments, surveys, and error tracking. Use when checking analytics, viewing dashboards, managing feature flags, or investigating error tracking data. metadata: {"openclaw":{"emoji":"🦔","requires":{"bins":["mcporter"]}}} --- PostHog Analytics, feature flags, experiments, and error tracking via PostHog MCP. Setup Post Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/25/2026.

Freshness

Last checked 2/25/2026

Best For

posthog is best for general automation workflows where MCP compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 89/100

posthog

PostHog analytics via MCP - dashboards, insights, feature flags, experiments, surveys, and error tracking. Use when checking analytics, viewing dashboards, managing feature flags, or investigating error tracking data. --- name: posthog description: >- PostHog analytics via MCP - dashboards, insights, feature flags, experiments, surveys, and error tracking. Use when checking analytics, viewing dashboards, managing feature flags, or investigating error tracking data. metadata: {"openclaw":{"emoji":"🦔","requires":{"bins":["mcporter"]}}} --- PostHog Analytics, feature flags, experiments, and error tracking via PostHog MCP. Setup Post

MCPself-declared

Public facts

5

Change events

1

Artifacts

0

Freshness

Feb 25, 2026

Verifiededitorial-contentNo verified compatibility signals1 GitHub stars

Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/25/2026.

1 GitHub starsTrust evidence available

Trust score

Unknown

Compatibility

MCP

Freshness

Feb 25, 2026

Vendor

Carluc Kit

Artifacts

0

Benchmarks

0

Last release

Unpublished

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/25/2026.

Setup snapshot

git clone https://github.com/carluc-kit/posthog-skill.git
  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Carluc Kit

profilemedium
Observed Feb 25, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

MCP

contractmedium
Observed Feb 25, 2026Source linkProvenance
Adoption (1)

Adoption signal

1 GitHub stars

profilemedium
Observed Feb 25, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB OPENCLEW

Extracted files

0

Examples

6

Snippets

0

Languages

typescript

Parameters

Executable Examples

bash

mcporter call posthog.<tool> [args]

bash

# List all dashboards
mcporter call posthog.dashboards-get-all

# Get specific dashboard
mcporter call posthog.dashboard-get dashboardId=123

# Create dashboard
mcporter call posthog.dashboard-create --args '{"data":{"name":"My Dashboard","description":"..."}}'

# Delete dashboard
mcporter call posthog.dashboard-delete dashboardId=123

# Add insight to dashboard
mcporter call posthog.add-insight-to-dashboard --args '{"data":{"insightId":"abc","dashboardId":123}}'

bash

# List all insights
mcporter call posthog.insights-get-all

# Get specific insight
mcporter call posthog.insight-get insightId=abc123

# Run a query (trends, funnels, HogQL)
mcporter call posthog.query-run --args '{"query":{...}}'

# Generate HogQL from natural language
mcporter call posthog.query-generate-hogql-from-question question="How many users signed up last week?"

# Create insight from query
mcporter call posthog.insight-create-from-query --args '{"data":{...}}'

bash

# List all feature flags
mcporter call posthog.feature-flag-get-all

# Get flag definition
mcporter call posthog.feature-flag-get-definition flagKey=my-flag

# Create feature flag
mcporter call posthog.create-feature-flag name="My Flag" key="my-flag" description="..." filters='{}' active=true

# Update feature flag
mcporter call posthog.update-feature-flag flagKey=my-flag --args '{"data":{...}}'

# Delete feature flag
mcporter call posthog.delete-feature-flag flagKey=my-flag

bash

# List experiments
mcporter call posthog.experiment-get-all

# Get experiment details
mcporter call posthog.experiment-get experimentId=123

# Get experiment results
mcporter call posthog.experiment-results-get experimentId=123 refresh=true

# Create experiment
mcporter call posthog.experiment-create name="My Experiment" feature_flag_key="exp-my-test"

# Update experiment
mcporter call posthog.experiment-update experimentId=123 --args '{"data":{...}}'

bash

# List all surveys
mcporter call posthog.surveys-get-all

# Get survey
mcporter call posthog.survey-get surveyId=abc

# Create survey
mcporter call posthog.survey-create name="Feedback Survey" --args '{"questions":["How satisfied are you?"]}'

# Get survey stats
mcporter call posthog.survey-stats survey_id=abc

# Global survey stats
mcporter call posthog.surveys-global-stats

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB OPENCLEW

Docs source

GITHUB OPENCLEW

Editorial quality

ready

PostHog analytics via MCP - dashboards, insights, feature flags, experiments, surveys, and error tracking. Use when checking analytics, viewing dashboards, managing feature flags, or investigating error tracking data. --- name: posthog description: >- PostHog analytics via MCP - dashboards, insights, feature flags, experiments, surveys, and error tracking. Use when checking analytics, viewing dashboards, managing feature flags, or investigating error tracking data. metadata: {"openclaw":{"emoji":"🦔","requires":{"bins":["mcporter"]}}} --- PostHog Analytics, feature flags, experiments, and error tracking via PostHog MCP. Setup Post

Full README

name: posthog description: >- PostHog analytics via MCP - dashboards, insights, feature flags, experiments, surveys, and error tracking. Use when checking analytics, viewing dashboards, managing feature flags, or investigating error tracking data. metadata: {"openclaw":{"emoji":"🦔","requires":{"bins":["mcporter"]}}}

PostHog

Analytics, feature flags, experiments, and error tracking via PostHog MCP.

Setup

PostHog is configured in config/mcporter.json with your API key.

Usage

All commands use mcporter to call PostHog tools:

mcporter call posthog.<tool> [args]

Quick Reference

Dashboards

# List all dashboards
mcporter call posthog.dashboards-get-all

# Get specific dashboard
mcporter call posthog.dashboard-get dashboardId=123

# Create dashboard
mcporter call posthog.dashboard-create --args '{"data":{"name":"My Dashboard","description":"..."}}'

# Delete dashboard
mcporter call posthog.dashboard-delete dashboardId=123

# Add insight to dashboard
mcporter call posthog.add-insight-to-dashboard --args '{"data":{"insightId":"abc","dashboardId":123}}'

Insights & Queries

# List all insights
mcporter call posthog.insights-get-all

# Get specific insight
mcporter call posthog.insight-get insightId=abc123

# Run a query (trends, funnels, HogQL)
mcporter call posthog.query-run --args '{"query":{...}}'

# Generate HogQL from natural language
mcporter call posthog.query-generate-hogql-from-question question="How many users signed up last week?"

# Create insight from query
mcporter call posthog.insight-create-from-query --args '{"data":{...}}'

Feature Flags

# List all feature flags
mcporter call posthog.feature-flag-get-all

# Get flag definition
mcporter call posthog.feature-flag-get-definition flagKey=my-flag

# Create feature flag
mcporter call posthog.create-feature-flag name="My Flag" key="my-flag" description="..." filters='{}' active=true

# Update feature flag
mcporter call posthog.update-feature-flag flagKey=my-flag --args '{"data":{...}}'

# Delete feature flag
mcporter call posthog.delete-feature-flag flagKey=my-flag

Experiments (A/B Tests)

# List experiments
mcporter call posthog.experiment-get-all

# Get experiment details
mcporter call posthog.experiment-get experimentId=123

# Get experiment results
mcporter call posthog.experiment-results-get experimentId=123 refresh=true

# Create experiment
mcporter call posthog.experiment-create name="My Experiment" feature_flag_key="exp-my-test"

# Update experiment
mcporter call posthog.experiment-update experimentId=123 --args '{"data":{...}}'

Surveys

# List all surveys
mcporter call posthog.surveys-get-all

# Get survey
mcporter call posthog.survey-get surveyId=abc

# Create survey
mcporter call posthog.survey-create name="Feedback Survey" --args '{"questions":["How satisfied are you?"]}'

# Get survey stats
mcporter call posthog.survey-stats survey_id=abc

# Global survey stats
mcporter call posthog.surveys-global-stats

Error Tracking

# List errors
mcporter call posthog.list-errors orderBy=occurrences

# Get error details
mcporter call posthog.error-details issueId=uuid-here

Events & Properties

# List event definitions
mcporter call posthog.event-definitions-list

# List properties for an event
mcporter call posthog.properties-list type=event eventName=pageview

# List person properties
mcporter call posthog.properties-list type=person

Logs

# Query logs
mcporter call posthog.logs-query dateFrom="2026-01-01T00:00:00Z" dateTo="2026-01-12T00:00:00Z"

# List log attributes
mcporter call posthog.logs-list-attributes

# Get attribute values
mcporter call posthog.logs-list-attribute-values key=service.name

Organizations & Projects

# Get organizations
mcporter call posthog.organizations-get

# Get organization details
mcporter call posthog.organization-details-get

# Get projects
mcporter call posthog.projects-get

# Switch project
mcporter call posthog.switch-project projectId=123

LLM Costs (if using PostHog for AI)

# Get LLM costs
mcporter call posthog.get-llm-total-costs-for-project projectId=123 days=7

Documentation Search

# Search PostHog docs
mcporter call posthog.docs-search query="how to track events"

Available Tools (47)

| Category | Tools | |----------|-------| | Dashboards | dashboards-get-all, dashboard-get, dashboard-create, dashboard-update, dashboard-delete, dashboard-reorder-tiles, add-insight-to-dashboard | | Insights | insights-get-all, insight-get, insight-create-from-query, insight-update, insight-delete, insight-query | | Queries | query-run, query-generate-hogql-from-question | | Feature Flags | feature-flag-get-all, feature-flag-get-definition, create-feature-flag, update-feature-flag, delete-feature-flag | | Experiments | experiment-get-all, experiment-get, experiment-create, experiment-update, experiment-delete, experiment-results-get | | Surveys | surveys-get-all, survey-get, survey-create, survey-update, survey-delete, survey-stats, surveys-global-stats | | Errors | list-errors, error-details | | Events | event-definitions-list, properties-list | | Logs | logs-query, logs-list-attributes, logs-list-attribute-values | | Org/Project | organizations-get, organization-details-get, projects-get, switch-organization, switch-project | | Other | docs-search, get-llm-total-costs-for-project |

Tips

  • Use --output json for machine-readable output
  • Use --args '{...}' for complex JSON parameters
  • First run event-definitions-list to discover available events before creating queries
  • Use docs-search for PostHog-specific questions

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

MissingGITHUB OPENCLEW

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

MCP: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/carluc-kit-posthog-skill/snapshot"
curl -s "https://xpersona.co/api/v1/agents/carluc-kit-posthog-skill/contract"
curl -s "https://xpersona.co/api/v1/agents/carluc-kit-posthog-skill/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

Do not use if

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITLAB_AI_CATALOGgitlab-mcp

Rank

83

A Model Context Protocol (MCP) server for GitLab

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_PUBLIC_PROJECTSgitlab-mcp

Rank

80

A Model Context Protocol (MCP) server for GitLab

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_AI_CATALOGrmcp-openapi

Rank

74

Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_AI_CATALOGrmcp-actix-web

Rank

72

An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)

Traction

No public download signal

Freshness

Updated 2d ago

MCP
Machine Appendix

Contract JSON

{
  "contractStatus": "missing",
  "authModes": [],
  "requires": [],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": null,
  "outputSchemaRef": null,
  "dataRegion": null,
  "contractUpdatedAt": null,
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/carluc-kit-posthog-skill/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/carluc-kit-posthog-skill/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/carluc-kit-posthog-skill/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/carluc-kit-posthog-skill/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/carluc-kit-posthog-skill/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/carluc-kit-posthog-skill/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "MCP"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_OPENCLEW",
      "generatedAt": "2026-04-17T00:36:49.571Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "MCP",
      "type": "protocol",
      "support": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    }
  ],
  "flattenedTokens": "protocol:MCP|unknown|profile"
}

Facts JSON

[
  {
    "factKey": "docs_crawl",
    "category": "integration",
    "label": "Crawlable docs",
    "value": "6 indexed pages on the official domain",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  },
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Carluc Kit",
    "href": "https://github.com/carluc-kit/posthog-skill",
    "sourceUrl": "https://github.com/carluc-kit/posthog-skill",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-02-25T02:23:38.793Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "MCP",
    "href": "https://xpersona.co/api/v1/agents/carluc-kit-posthog-skill/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/carluc-kit-posthog-skill/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-02-25T02:23:38.793Z",
    "isPublic": true
  },
  {
    "factKey": "traction",
    "category": "adoption",
    "label": "Adoption signal",
    "value": "1 GitHub stars",
    "href": "https://github.com/carluc-kit/posthog-skill",
    "sourceUrl": "https://github.com/carluc-kit/posthog-skill",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-02-25T02:23:38.793Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/carluc-kit-posthog-skill/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/carluc-kit-posthog-skill/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "docs_update",
    "title": "Docs refreshed: Sign in to GitHub · GitHub",
    "description": "Fresh crawlable documentation was indexed for the official domain.",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  }
]

Sponsored

Ads related to posthog and adjacent AI workflows.