← Back to Skills Marketplace
chloepark85

Plausible Analytics

by Chloe Park · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
737
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install plausible-analytics
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install plausible-analytics
  3. After installation, invoke the skill by name or use /plausible-analytics
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug plausible-analytics
Version 1.0.1
License
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 737 downloads so far.

How do I install Plausible Analytics?

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

Is Plausible Analytics free?

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

Which platforms does Plausible Analytics support?

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

Who created Plausible Analytics?

It is built and maintained by Chloe Park (@chloepark85); the current version is v1.0.1.

💬 Comments