← 返回 Skills 市场
kryzl19

Plausible Analytics Agent

作者 KRYZL19 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
147
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install plausible-analytics-agent
功能描述
Track pageviews and custom events via the Plausible Events API, and query stats (top pages, top sources, countries, realtime visitors). Use when you need to...
安全使用建议
This skill appears to do exactly what it says: call Plausible's Events and Stats APIs. Before installing, make sure: 1) you provide a Plausible API key with minimal required scope and rotate it regularly; 2) PLAUSIBLE_BASE_URL is set only to your Plausible instance or plausible.io (don't point it at unknown hosts, or events/stats could be sent elsewhere); 3) the agent environment has curl and jq available (the scripts use them but the bundle doesn't declare them); and 4) avoid including PII in custom event props since those are sent to the configured endpoint. If any of these are unacceptable, don't enable the skill or run the scripts in a controlled environment first.
功能分析
Type: OpenClaw Skill Name: plausible-analytics-agent Version: 1.0.0 The plausible-analytics-agent skill is a legitimate tool for interacting with the Plausible Analytics API. It includes scripts (realtime.sh, stats.sh, top-pages.sh, track.sh) that use curl and jq to send and receive data from a user-configured Plausible instance. The implementation follows good practices, such as using jq's argument binding to prevent JSON injection and implementing standard error handling in Bash.
能力评估
Purpose & Capability
Name and description match the scripts and behavior: the scripts call Plausible Events and Stats APIs and require PLAUSIBLE_SITE_DOMAIN and PLAUSIBLE_API_KEY. Minor inconsistency: the skill bundle does not declare required binaries, but the scripts use curl and jq — these should be documented as required.
Instruction Scope
SKILL.md and the scripts limit actions to building and sending requests to the Plausible base URL (default plausible.io) and printing JSON. They read only the declared env vars (plus the optional PLAUSIBLE_BASE_URL). No unrelated filesystem reads, local secrets, or external endpoints are hard-coded. Note: PLAUSIBLE_BASE_URL is user-configurable, so if set to an arbitrary URL it would direct events/stats to that host (this is expected but should be chosen carefully).
Install Mechanism
No install spec or remote downloads are present; this is an instruction-only skill with included shell scripts. No archives or external installers are fetched, which is low-risk.
Credentials
The skill requires PLAUSIBLE_SITE_DOMAIN and PLAUSIBLE_API_KEY which are appropriate for Plausible Stats calls. PLAUSIBLE_BASE_URL is used but optional and not listed in required env vars — that's acceptable but could be documented. The API key is used only in Authorization headers for stats/realtime/top-pages endpoints; the Events API is intentionally used unauthenticated per Plausible design.
Persistence & Privilege
always:false (default) and the skill does not request to modify other skills or system-wide settings. It does not persist credentials or install background services.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install plausible-analytics-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /plausible-analytics-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release: Track pageviews and custom events, and fetch analytics stats from Plausible Analytics. - Supports both self-hosted and plausible.io setups. - Includes scripts to: - Track pageviews and custom events via the Events API. - Fetch stats summary, top pages, and realtime visitors. - Requires setting environment variables for site domain and API key. - Outputs data in JSON or plain text format.
元数据
Slug plausible-analytics-agent
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Plausible Analytics Agent 是什么?

Track pageviews and custom events via the Plausible Events API, and query stats (top pages, top sources, countries, realtime visitors). Use when you need to... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。

如何安装 Plausible Analytics Agent?

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

Plausible Analytics Agent 是免费的吗?

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

Plausible Analytics Agent 支持哪些平台?

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

谁开发了 Plausible Analytics Agent?

由 KRYZL19(@kryzl19)开发并维护,当前版本 v1.0.0。

💬 留言讨论