google-analytics-automation
Automate Google Analytics 4 Reports
Manually pulling GA4 reports is time-consuming. This skill automates Google Analytics reporting through Rube MCP, letting you run standard reports, batch reports, pivot tables, and funnel analysis with simple commands.
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez Ă utiliser
Tester
Utilisation de "google-analytics-automation". List all GA4 properties
Résultat attendu:
- Found 3 properties:
- - properties/123456789 (Production Website)
- - properties/987654321 (Mobile App)
- - properties/456789123 (Blog)
Utilisation de "google-analytics-automation". Run traffic report for last 7 days by device
Résultat attendu:
- 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%
Audit de sécurité
SûrAll 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.
Score de qualité
Ce que vous pouvez construire
Weekly Marketing Reports
Automate weekly traffic and conversion reports by running standard GA4 reports with date ranges and key metrics like sessions, users, and conversions.
Conversion Funnel Analysis
Analyze user conversion paths using funnel reports to identify drop-off points and optimize marketing funnels.
Multi-Property Dashboard
Query multiple GA4 properties in batch to aggregate data across properties for executive dashboards.
Essayez ces prompts
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.
Bonnes pratiques
- 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
Éviter
- 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
Foire aux questions
What is Rube MCP?
Do I need a Google API key?
How do I find my property ID?
What is the difference between standard, batch, and pivot reports?
Why did my report return no data?
Can I create new GA4 properties with this skill?
Détails du développeur
Auteur
sickn33Licence
MIT
Dépôt
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/google-analytics-automationRéf
main
Structure de fichiers
đź“„ SKILL.md