plausible
OfficialQuery website analytics with Plausible API.
Authorvm0-ai
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enables programmatic access to Plausible analytics data, letting you fetch visitor counts, pageviews, and traffic breakdowns without the Plausible UI.
Core Features & Use Cases
- Query site stats - visitors, pageviews, bounce rate
- Break down by source, country, device - dimensions
- Manage sites - list, detail, and configure site for analytics
Quick Start
curl -s -X POST 'https://plausible.io/api/v2/query' -H "Authorization: Bearer $PLAUSIBLE_API_KEY" -H 'Content-Type: application/json' -d @- << 'EOF' {"site_id":"$PLAUSIBLE_SITE_ID","metrics":["visitors","pageviews"],"date_range":"7d"} EOF
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: plausible Download link: https://github.com/vm0-ai/vm0-skills/archive/main.zip#plausible Please download this .zip file, extract it, and install it in the .claude/skills/ directory.