← 返回 Skills 市场
Plausible Analytics
作者
Chloe Park
· GitHub ↗
· v1.0.1
737
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install plausible-analytics
功能描述
Query and analyze website analytics from Plausible Analytics. Use when you need to check real-time visitors, get page views and visitor statistics for a time...
安全使用建议
This skill appears to do exactly what it claims: run Node scripts that query plausible.io using your PLAUSIBLE_API_KEY. Before installing, ensure you: (1) only provide a Plausible API key you trust and be careful not to paste it into chat; (2) run the scripts in an environment with Node (Node 18+ recommended for global fetch) and isolate credentials (use a scoped/limited key if Plausible supports it); (3) review/rotate the API key if you later uninstall or suspect misuse; and (4) verify network egress to plausible.io is acceptable in your environment. The code is small and readable, but treat any API key as sensitive.
功能分析
Type: OpenClaw Skill
Name: plausible-analytics
Version: 1.0.1
The OpenClaw skill bundle for Plausible Analytics is benign. All scripts (`breakdown.mjs`, `realtime.mjs`, `stats.mjs`) correctly interact with the Plausible Analytics API (`https://plausible.io/api/v1/`) using the provided `PLAUSIBLE_API_KEY`. Input arguments are safely incorporated into URL parameters using `URLSearchParams` or `encodeURIComponent`, preventing URL injection vulnerabilities. There is no evidence of data exfiltration to unauthorized endpoints, arbitrary code execution, persistence mechanisms, or prompt injection attempts against the OpenClaw agent in the `SKILL.md` file. The code strictly adheres to its stated purpose of querying Plausible Analytics data.
能力评估
Purpose & Capability
Name/description match the behavior: the skill needs a Plausible API key and runs Node scripts that call plausible.io endpoints to fetch stats, realtime visitors, and breakdowns. There are no unexpected credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md and the three scripts only instruct running Node scripts that call Plausible API endpoints. The scripts read only the declared env vars (PLAUSIBLE_API_KEY and optional PLAUSIBLE_SITE_ID) and CLI arguments; they don't access other system files, services, or external endpoints beyond plausible.io.
Install Mechanism
No install spec; this is instruction+script based. All included code is small, readable, and makes HTTPS calls to plausible.io. There are no downloads from arbitrary URLs, no archive extraction, and no package installation specified by the skill itself.
Credentials
Only PLAUSIBLE_API_KEY is required (PLAUSIBLE_SITE_ID optional). That is appropriate and proportionate for a Plausible Analytics integration. No unrelated secrets or broad system credentials are requested.
Persistence & Privilege
always is false, the skill does not request permanent/system-level presence, and the scripts do not modify other skills or system-wide configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install plausible-analytics - 安装完成后,直接呼叫该 Skill 的名称或使用
/plausible-analytics触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added metadata section specifying required environment variable (PLAUSIBLE_API_KEY) and dependency on the Node.js runtime.
- No changes to scripts, functionality, or documentation content.
v1.0.0
Initial release—query and analyze website analytics via the Plausible Analytics API.
- Provides scripts for real-time visitors, historical stats, and detailed breakdowns by source, page, or country.
- Supports flexible time periods and property-based analysis (device, referrer, UTM, etc.).
- Requires `PLAUSIBLE_API_KEY` for authentication; site ID via argument or `PLAUSIBLE_SITE_ID` env variable.
- Includes clear examples for each command and output format.
元数据
常见问题
Plausible Analytics 是什么?
Query and analyze website analytics from Plausible Analytics. Use when you need to check real-time visitors, get page views and visitor statistics for a time... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 737 次。
如何安装 Plausible Analytics?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install plausible-analytics」即可一键安装,无需额外配置。
Plausible Analytics 是免费的吗?
是的,Plausible Analytics 完全免费(开源免费),可自由下载、安装和使用。
Plausible Analytics 支持哪些平台?
Plausible Analytics 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Plausible Analytics?
由 Chloe Park(@chloepark85)开发并维护,当前版本 v1.0.1。
推荐 Skills