Plausible Analytics for Openclaw

An AI-ready interface for querying privacy-focused website metrics and performance data via the Plausible Analytics API.

chloepark85
v1.0.1
Feb 16, 2026
0
1.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install plausible-analytics

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install plausible-analytics using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Plausible Analytics?

The Plausible Analytics skill for Openclaw Skills enables developers and data analysts to programmatically access privacy-friendly website statistics. It bridges the gap between your AI agent and the Plausible API, allowing for the retrieval of high-level aggregate data, granular traffic breakdowns, and real-time visitor monitoring without compromising user privacy.

By leveraging this skill, you can integrate sophisticated web analytics directly into your automated workflows. Whether you need to monitor a product launch or audit top-performing content, this tool provides the necessary scripts to extract actionable data in structured formats, making it a vital addition to your library of Openclaw Skills.

Plausible Analytics Use Cases

  • Tracking active visitor counts during live events or product launches.
  • Automating the generation of weekly performance reports for multiple domains.
  • Identifying high-performing content by analyzing top pages and bounce rates.
  • Evaluating the ROI of marketing efforts by tracking UTM source and campaign performance.
  • Geographic and technical auditing of audience segments by country, browser, or device type.

How Plausible Analytics Works

  1. The skill connects to the Plausible Analytics API using a secure API key provided via environment variables.
  2. An agent or user invokes one of the core scripts: stats, realtime, or breakdown.
  3. The skill processes parameters such as the site ID, specific time periods (e.g., 7d, 30d, or 12mo), and dimensions like event:page.
  4. API responses are formatted into clean JSON objects that are easily interpreted by Openclaw Skills.
  5. The resulting data can be used for reporting, visualization, or triggering further automated actions.

Plausible Analytics Setup

To utilize this skill within the Openclaw Skills ecosystem, you must configure your API credentials and ensure Node.js is available in your environment.

# Set your Plausible API key
export PLAUSIBLE_API_KEY="your_api_key_here"

# Optional: Set a default Site ID
export PLAUSIBLE_SITE_ID="example.com"

# Fetch today's statistics
node scripts/stats.mjs example.com --period day

Plausible Analytics Data Schema & Taxonomy

The skill returns structured data categorized by the type of query performed. Below is the general schema for standard outputs:

Query Type Key Metrics Returned
Aggregate Stats visitors, pageviews, bounce_rate, visit_duration
Real-time visitors (current count)
Breakdowns page/source/country, visitor count, pageview count

All responses from these Openclaw Skills are output as JSON, ensuring compatibility with downstream data processing tools.

Plausible Analytics Advanced Features

  • Support for custom date targeting using specific YYYY-MM-DD parameters.
  • Detailed breakdown properties including visit:source, visit:device, visit:browser, and event:page.
  • Flexible time period ranges including 7d, 30d, month, 6mo, and 12mo.
  • Limit parameters for breakdown queries to focus on top N results for cleaner reporting.
  • Seamless integration with other Openclaw Skills for cross-platform data synthesis.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*