google-analytics-automation
自動化 Google Analytics 4 報告
手動擷取 GA4 報告非常耗時。此技能透過 Rube MCP 自動化 Google Analytics 報告,讓您能以簡單的指令執行標準報告、批次報告、樞紐分析表和漏斗分析。
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「google-analytics-automation」。 List all GA4 properties
預期結果:
- Found 3 properties:
- - properties/123456789 (Production Website)
- - properties/987654321 (Mobile App)
- - properties/456789123 (Blog)
正在使用「google-analytics-automation」。 Run traffic report for last 7 days by device
預期結果:
- Device Category | Sessions | Users | Bounce Rate
- ----------------|----------|-------|------------
- desktop | 45,234 | 32,100 | 42.5%
- mobile | 38,921 | 29,400 | 58.2%
- tablet | 4,532 | 3,890 | 51.0%
安全審計
安全All static findings are false positives. The 92 'external_commands' detections are MCP tool names (e.g., GOOGLE_ANALYTICS_LIST_ACCOUNTS), not shell executions. The hardcoded URL is a legitimate MCP server endpoint. No cryptographic algorithms or system reconnaissance present. This is a legitimate Google Analytics automation skill using Rube MCP.
品質評分
你能建構什麼
每週行銷報告
透過執行具有日期範圍和關鍵指標(如工作階段、使用者和轉換次數)的標準 GA4 報告,自動化每週流量和轉換報告。
轉換漏斗分析
使用漏斗報告分析使用者轉換路徑,以找出流失點並優化行銷漏斗。
多資源儀表板
批次查詢多個 GA4 資源以匯總資料,供執行儀表板使用。
試試這些提示
Use the google-analytics-automation skill to list all available GA4 properties for my account.
Use the google-analytics-automation skill to run a GA4 report for the last 30 days showing sessions, users, and bounce rate by device category.
Use the google-analytics-automation skill to run a funnel report for the checkout flow. Steps: page_view (home), add_to_cart, begin_checkout, purchase. Show conversion rates between each step.
Use the google-analytics-automation skill to run a batch report with: (1) traffic sources summary, (2) top pages by views, (3) key events count. Property: [YOUR_PROPERTY_ID], Date range: last 7 days.
最佳實務
- Always call RUBE_SEARCH_TOOLS first to get current tool schemas before making API calls
- Use GET_METADATA to discover valid dimensions and metrics before running reports
- Verify dimension/metric compatibility with CHECK_COMPATIBILITY to avoid report errors
避免
- Using numeric property IDs instead of full resource names (e.g., use 'properties/123456' not '123456')
- Assuming today's data is complete - GA4 has processing delays
- Running reports without checking if the Google Analytics connection is ACTIVE
常見問題
什麼是 Rube MCP?
我需要 Google API 金鑰嗎?
如何找到我的資源 ID?
標準報告、批次報告和樞紐報告有什麼不同?
為什麼我的報告沒有傳回資料?
我可以使用此技能建立新的 GA4 資源嗎?
開發者詳情
作者
sickn33授權
MIT
儲存庫
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/google-analytics-automation引用
main
檔案結構
📄 SKILL.md