← 返回 Skills 市场
solomonneas

Posthog Analytics

作者 Solomon Neas · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ⚠ suspicious
141
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install posthog-analytics
功能描述
Automate PostHog dashboard creation, sync, update, and export via API. Covers dashboard CRUD, insight creation, cohort management, and API-driven analytics w...
安全使用建议
This skill appears to do what it claims (manage PostHog dashboards) and the included script is readable and scoped. However: (1) the registry metadata failing to declare POSTHOG_PERSONAL_API_KEY and the primary credential is an inconsistency — confirm the registry/author lists the API key as required before installing. (2) Review the script locally before running and run it with a minimal-permission PostHog API key (only the org/project needed), and avoid running as root. (3) jq and curl are required; ensure they come from trusted sources. (4) Note the script will update the JSON config file you pass (it writes dashboard_id back into it); keep backups if needed. (5) If you have any doubt about the source (homepage unknown, source unknown), consider testing in a disposable project or environment first and rotate the API key after initial use.
功能分析
Type: OpenClaw Skill Name: posthog-analytics Version: 1.2.0 The skill is a legitimate tool for automating PostHog dashboard and insight management via the PostHog API. The primary script, `scripts/posthog_sync.sh`, uses standard utilities like `curl` and `jq` to perform CRUD operations on dashboards, with all network traffic directed to the user-configured PostHog host. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The SKILL.md and included Bash script implement PostHog dashboard/insight create/sync/update/export via the PostHog API, which matches the skill name and description. However, registry metadata lists no required environment variables or primary credential while the SKILL.md and script require POSTHOG_PERSONAL_API_KEY — this mismatch is unexpected and should be corrected.
Instruction Scope
Runtime instructions and the script are narrowly scoped to: read a JSON config, call the PostHog API (host configurable via POSTHOG_HOST), create/update/export dashboards/insights, and write the dashboard_id back to the provided config file. The instructions do not reference unrelated system files, other credentials, or external endpoints outside the configured PostHog hosts.
Install Mechanism
No install spec is provided (instruction-only). The script depends on standard tools (curl, jq, bash). No downloads or archive extraction are performed by the skill itself.
Credentials
The script and SKILL.md require POSTHOG_PERSONAL_API_KEY (with read/write access) and optional POSTHOG_HOST/POSTHOG_UI_HOST. Registry metadata (as reported) declares no required env vars or primary credential — this is a discrepancy. The required API key is appropriate for the described functionality, but the missing declaration in the registry is a red flag and should be fixed so installers know what sensitive credential will be used.
Persistence & Privilege
The skill does not request permanent installation privileges (always:false). The script modifies only the config file you pass it (it writes dashboard_id back into that file via a safe tmp file). It does not change other skills, global agent config, or request elevated system privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install posthog-analytics
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /posthog-analytics 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Added missing scripts and example files, declared env vars in metadata
v1.0.0
PostHog Analytics Skill 1.1.0: Adds automated dashboard and analytics management via PostHog API. - Automate creation, sync, update, and export of PostHog dashboards using bash scripts. - Supports dashboard CRUD, insight creation, cohort management, and API-driven analytics workflows. - Includes a clear quick start guide, example configurations, and detailed reference for setup and usage. - Environment variable options now documented for flexible API and UI host settings. - Provides example scripts and config files for immediate onboarding.
元数据
Slug posthog-analytics
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Posthog Analytics 是什么?

Automate PostHog dashboard creation, sync, update, and export via API. Covers dashboard CRUD, insight creation, cohort management, and API-driven analytics w... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。

如何安装 Posthog Analytics?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install posthog-analytics」即可一键安装,无需额外配置。

Posthog Analytics 是免费的吗?

是的,Posthog Analytics 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Posthog Analytics 支持哪些平台?

Posthog Analytics 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Posthog Analytics?

由 Solomon Neas(@solomonneas)开发并维护,当前版本 v1.2.0。

💬 留言讨论