Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Query Plausible Analytics API for traffic stats, referrers, conversions, and custom events.
Query Plausible Analytics API for traffic stats, referrers, conversions, and custom events.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
On first use, read setup.md for integration guidelines.
User needs website traffic data from Plausible. Agent queries visitors, pageviews, referrers, goals, and custom events through the Plausible API.
Memory lives in ~/plausible/. See memory-template.md for structure. ~/plausible/ โโโ memory.md # Sites + preferences (no secrets stored) โโโ queries/ # Saved query templates (optional)
TopicFileSetup processsetup.mdMemory templatememory-template.md
API key comes from PLAUSIBLE_API_KEY environment variable. Never hardcode or ask user to paste keys in chat.
Every query needs a site_id (domain). Check memory.md for configured sites before asking.
Default to 30d unless user specifies. Valid periods: day, 7d, 30d, month, 6mo, 12mo, custom (requires date/date_range).
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)
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
Filters use format: dimension==value or dimension!=value. Multiple filters with ; (AND). visit:source==Google event:page==/pricing;visit:country==US
600 requests/hour per API key. Cache results in memory when doing multiple queries.
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
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.
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/
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.
Install with clawhub install <slug> if user confirms: analytics โ general analytics guidance umami โ alternative privacy analytics mixpanel โ product analytics
If useful: clawhub star plausible Stay updated: clawhub sync
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.