google-analytics

Analyze Google Analytics data via the Data API for traffic and conversion metrics.

Updated Dec 16, 2025
One-click install
npx skills add https://github.com/EanLee/article-write --skill google-analytics-eanlee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-analytics
Source: https://github.com/EanLee/article-write/tree/main/.github/skills/google-analytics
Command: npx skills add https://github.com/EanLee/article-write --skill google-analytics-eanlee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-analytics-data, python-dotenv, pandas, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you understand your website's performance by analyzing Google Analytics data, identifying key trends, and pinpointing areas for improvement.

Core Features & Use Cases

  • Performance Review: Get a clear overview of traffic, user engagement, and conversion metrics.
  • Traffic Source Analysis: Discover where your visitors are coming from and which channels are most effective.
  • Content Optimization: Identify high-bounce pages and content that needs improvement.
  • Use Case: You can ask, "What are our top traffic sources this month and how do they compare to last month?" and receive a detailed breakdown with actionable recommendations.

Quick Start

Use the google-analytics skill to review our website performance for the last 30 days.

Frequently Asked Questions about google-analytics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze Google Analytics data to find my top traffic sources?

Analyze Google Analytics data to compare traffic sources by fetching metrics via the Google Analytics Data API. The skill processes website performance data to show where visitors originate and evaluates channel effectiveness over specific periods.

What is the best way to identify high-bounce pages for content optimization?

Identify high-bounce pages by interpreting user behavior and website performance metrics fetched from Google Analytics. The skill evaluates traffic patterns and engagement data to pinpoint specific content areas that require immediate optimization.

Do I need a GA4 property ID and service account credentials to use this Google Analytics skill?

Yes, fetching and interpreting Google Analytics data requires proper authentication with a GA4 property ID and service account credentials. The skill uses these credentials to securely access the Google Analytics Data API for website performance metrics.

Can I compare website conversion rates and user behavior month over month?

Yes, you can compare website conversion rates and user behavior across different timeframes. The skill analyzes traffic patterns and conversion metrics to provide detailed breakdowns with actionable recommendations for data-driven decision-making.

Does this Google Analytics skill work with pandas for data analysis?

Yes, the skill uses pandas alongside google-analytics-data and python-dotenv dependencies. This combination supports the underlying data analysis processes required to fetch, structure, and interpret website performance metrics from the API.

Why does fetching traffic analysis data require python-dotenv?

Fetching traffic analysis data requires python-dotenv to load environment variables securely. This dependency manages your GA4 property ID and service account credentials locally, ensuring the google-analytics-data API authentication process functions correctly.