Plausible

Query Plausible Analytics API for traffic stats, referrers, conversions, and custom events.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Plausible" with this command: npx skills add ivangdavila/plausible

Setup

On first use, read setup.md for integration guidelines.

When to Use

User needs website traffic data from Plausible. Agent queries visitors, pageviews, referrers, goals, and custom events through the Plausible API.

Architecture

Memory lives in ~/plausible/. See memory-template.md for structure.

~/plausible/
├── memory.md     # Sites + preferences (no secrets stored)
└── queries/      # Saved query templates (optional)

Quick Reference

TopicFile
Setup processsetup.md
Memory templatememory-template.md

Core Rules

1. API Key from Environment

API key comes from PLAUSIBLE_API_KEY environment variable. Never hardcode or ask user to paste keys in chat.

2. Site ID Required

Every query needs a site_id (domain). Check memory.md for configured sites before asking.

3. Time Periods

Default to 30d unless user specifies. Valid periods: day, 7d, 30d, month, 6mo, 12mo, custom (requires date/date_range).

4. Metrics Available

MetricDescription
visitorsUnique visitors
visitsTotal sessions
pageviewsTotal page views
views_per_visitPages per session
bounce_rateSingle-page visits %
visit_durationAvg session length (seconds)
eventsCustom event count
conversion_rateGoal conversion % (requires goal filter)

5. Breakdown Dimensions

DimensionDescription
event:pagePages
event:nameCustom events
visit:sourceTraffic sources
visit:referrerFull referrer URLs
visit:utm_sourceUTM source
visit:utm_mediumUTM medium
visit:utm_campaignUTM campaign
visit:deviceDesktop/Mobile/Tablet
visit:browserBrowser name
visit:osOperating system
visit:countryCountry code
visit:cityCity name

6. Filters Syntax

Filters use format: dimension==value or dimension!=value. Multiple filters with ; (AND).

visit:source==Google
event:page==/pricing;visit:country==US

7. Rate Limits

600 requests/hour per API key. Cache results in memory when doing multiple queries.

Common Traps

  • Forgetting site_id → API returns 400
  • Using wrong date format for custom range → use YYYY-MM-DD
  • Requesting conversion_rate without goal filter → returns null
  • Querying breakdown without metrics → defaults to visitors only

External Endpoints

EndpointData SentPurpose
https://plausible.io/api/v1/stats/realtime/visitorssite_idRealtime count
https://plausible.io/api/v1/stats/aggregatesite_id, metrics, period, filtersAggregate stats
https://plausible.io/api/v1/stats/timeseriessite_id, metrics, period, intervalTime series
https://plausible.io/api/v1/stats/breakdownsite_id, property, metrics, filtersBreakdown by dimension

Self-hosted instances use custom base URL from memory.md.

No other data is sent externally.

Security & Privacy

Data that leaves your machine:

  • Site ID (domain) and query parameters sent to Plausible API
  • API key sent as Bearer token

Data that stays local:

  • Query results cached in memory
  • Site configurations in ~/plausible/

This skill does NOT:

  • Store API keys in plain text (uses environment variable)
  • Send user data beyond what's needed for queries
  • Access files outside ~/plausible/

Trust

By using this skill, your site analytics queries are sent to Plausible (plausible.io or your self-hosted instance). Only install if you trust Plausible with your domain data.

Related Skills

Install with clawhub install <slug> if user confirms:

  • analytics — general analytics guidance
  • umami — alternative privacy analytics
  • mixpanel — product analytics

Feedback

  • If useful: clawhub star plausible
  • Stay updated: clawhub sync

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Charging Ledger

充电记录账本 - 从截图提取充电信息并记录,支持按周、月查询汇总。**快速暗号**: 充电记录、充电账本、充电汇总。**自然触发**: 记录充电、查询充电费用、充电统计。

Registry SourceRecently Updated
General

qg-skill-sync

从团队 Git 仓库同步最新技能到本机 OpenClaw。支持首次设置、定时自动更新、手动同步和卸载。当用户需要同步技能、设置技能同步、安装或更新团队技能,或提到「技能同步」「同步技能」时使用。

Registry SourceRecently Updated
General

Ad Manager

广告投放管理 - 自动管理广告投放、优化ROI、生成报告。适合:营销人员、电商运营。

Registry SourceRecently Updated