← スキル一覧に戻る

plausible
by vm0-ai
⭐ 4🍴 1📅 2026年1月24日
SKILL.md
name: plausible description: Fetch website traffic analytics from Plausible
Plausible Analytics Skill
Fetches website traffic statistics from Plausible Analytics API.
When to Use
Use this skill when you need to get:
- Visitor counts
- Pageview statistics
- Bounce rate
- Visit duration
- Top pages
- Top traffic sources
How to Use
# Get yesterday's stats (default)
$CLAUDE_CONFIG_DIR/skills/plausible/scripts/get-stats.sh
# Get stats for a specific date
$CLAUDE_CONFIG_DIR/skills/plausible/scripts/get-stats.sh "2024-12-15"
# Get stats for a date range
$CLAUDE_CONFIG_DIR/skills/plausible/scripts/get-stats.sh "2024-12-01" "2024-12-15"
Arguments
date(optional): Specific date in YYYY-MM-DD format. Defaults to yesterday.end_date(optional): End date for range queries.
Prerequisites
PLAUSIBLE_API_KEYenvironment variable must be setPLAUSIBLE_SITE_IDenvironment variable must be set (e.g., "vm0.ai")
Output
Results are saved to /tmp/data/plausible_stats_[timestamp].json:
{
"visitors": 1234,
"pageviews": 5678,
"bounce_rate": 45.5,
"visit_duration": 120,
"top_pages": [
{"page": "/", "visitors": 500},
{"page": "/docs", "visitors": 300}
],
"top_sources": [
{"source": "Google", "visitors": 400},
{"source": "Twitter", "visitors": 200}
]
}
Console output summary:
Site: vm0.ai
Date: 2024-12-15
Visitors: 1234
Pageviews: 5678
Bounce Rate: 45.5%
Avg Visit Duration: 2m 0s
Error Handling
- 401 Unauthorized: Check that PLAUSIBLE_API_KEY is set correctly
- 404 Not Found: The site ID may be incorrect
- 400 Bad Request: Check date format (YYYY-MM-DD)
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です