An AI-ready interface for querying privacy-focused website metrics and performance data via the Plausible Analytics API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install plausible-analytics
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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
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.
Loading
A collaborative dual-agent workflow that pairs a Project Manager agent with a Developer agent to architect and build software projects.

A documentation registry that enables AI agents to discover internal APIs and browser automation recipes for any website.

A comprehensive automation toolkit for managing WordPress content via REST API with native Gutenberg block support.

An automated smart contract vulnerability scanner that leverages Slither and local LLMs for efficient bug bounty hunting.

An interactive AI language assistant that automates Japanese study through document parsing, OCR translation, and pedagogical guidance.

A comprehensive real-time financial data skill for tracking global stocks, IPOs, and market depth via the itick.org API.








































