โ† All skills
Tencent SkillHub ยท Developer Tools

Plausible

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, memory-template.md, setup.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 17 sections Open source page

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

TopicFileSetup processsetup.mdMemory templatememory-template.md

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

MetricDescriptionvisitorsUnique visitorsvisitsTotal sessionspageviewsTotal page viewsviews_per_visitPages per sessionbounce_rateSingle-page visits %visit_durationAvg session length (seconds)eventsCustom event countconversion_rateGoal conversion % (requires goal filter)

5. Breakdown Dimensions

DimensionDescriptionevent:pagePagesevent:nameCustom eventsvisit:sourceTraffic sourcesvisit:referrerFull referrer URLsvisit:utm_sourceUTM sourcevisit:utm_mediumUTM mediumvisit:utm_campaignUTM campaignvisit:deviceDesktop/Mobile/Tabletvisit:browserBrowser namevisit:osOperating systemvisit:countryCountry codevisit: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 SentPurposehttps://plausible.io/api/v1/stats/realtime/visitorssite_idRealtime counthttps://plausible.io/api/v1/stats/aggregatesite_id, metrics, period, filtersAggregate statshttps://plausible.io/api/v1/stats/timeseriessite_id, metrics, period, intervalTime serieshttps://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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs
  • SKILL.md Primary doc
  • memory-template.md Docs
  • setup.md Docs