Plausible for Openclaw

A privacy-focused analytics skill that enables AI agents to query and analyze website traffic data directly via the Plausible API.

ivangdavila
v1.0.1
Feb 26, 2026
0
861
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install plausible

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 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?

The Plausible skill empowers your AI assistant to fetch real-time and historical website data without leaving the chat interface. By leveraging Openclaw Skills, developers can automate reporting and gain immediate insights into visitor behavior, conversion rates, and traffic sources while maintaining the privacy-first approach that Plausible is known for. This integration is essential for teams looking to streamline their data analysis workflows and make data-driven decisions using Openclaw Skills.

Whether you are tracking a small blog or a large enterprise site, this skill provides a structured way to interact with the Plausible API. It handles the complexities of authentication and query construction, allowing you to focus on interpreting the data provided by Openclaw Skills.

Plausible Use Cases

  • Monitoring daily unique visitors and pageviews for specific domains.
  • Analyzing traffic sources and referrer URLs to identify high-performing marketing channels.
  • Tracking custom event conversions and goal completion rates for product launches.
  • Generating breakdown reports by device, browser, or geographical location.
  • Setting up automated summaries of website performance using Openclaw Skills.

How Plausible Works

  1. The agent identifies the target site_id (domain) from the local memory configuration located in the plausible directory.
  2. It retrieves the required PLAUSIBLE_API_KEY from the environment variables to ensure secure authentication.
  3. The skill constructs a specific query based on requested metrics, time periods (defaulting to 30 days), and optional dimension filters.
  4. It executes a request to the appropriate Plausible API endpoint, such as Aggregate for totals or Breakdown for segmented data.
  5. The results are parsed and presented as a structured data summary or cached locally for further analysis within Openclaw Skills.

Plausible Setup

To get started with this addition to your Openclaw Skills library, follow these steps:

  1. Set your Plausible API key as an environment variable:
export PLAUSIBLE_API_KEY='your_api_key_here'
  1. Initialize the local memory directory for site configuration:
mkdir -p ~/plausible
touch ~/plausible/memory.md
  1. Add your domain (site_id) to the memory.md file to allow the agent to reference it automatically during queries.

Plausible Data Schema & Taxonomy

This skill organizes its configuration and metadata within a dedicated local directory. Openclaw Skills use this structure to maintain context without storing sensitive credentials in plain text:

Component Path Description
Memory ~/plausible/memory.md Stores a list of configured domains and site preferences.
Queries ~/plausible/queries/ Optional directory for storing complex query templates.

Available Metrics Schema:

  • visitors: Number of unique visitors.
  • pageviews: Total number of pages viewed.
  • bounce_rate: Percentage of visitors who left after one page.
  • visit_duration: Average session length in seconds.
  • conversion_rate: Percentage of sessions that triggered a specific goal.

Plausible Advanced Features

  • Support for self-hosted Plausible instances via custom base URL configuration in local memory.
  • Granular filtering syntax (e.g., visit:source==Google;visit:country==US) for precise data segmentation.
  • Real-time visitor tracking to monitor live traffic spikes and active sessions.
  • Intelligent rate limit management to stay within the 600 requests per hour API quota.
  • Seamless multi-agent support when combined with other Openclaw Skills for automated data visualization and cross-platform reporting.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*