ワンクリックで
google-analytics
Query Google Analytics 4 data for traffic analysis, page performance, user engagement, and realtime monitoring.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Query Google Analytics 4 data for traffic analysis, page performance, user engagement, and realtime monitoring.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Eliminate AI-sounding patterns from any written output. Applies editorial rules synthesized from the best open-source anti-slop tools: banned phrases, structural pattern detection, false agency checks, and a scoring rubric. Use as a quality gate for ANY content — blog posts, social media, emails, documentation, marketing copy. Triggers on: "make it sound human", "less AI", "remove slop", "humanize this", "doesn't sound natural", "too AI", "rewrite naturally", or when reviewing any AI-generated text before publishing.
AWS Bedrock AgentCore comprehensive expert for deploying and managing all AgentCore services. Use when working with Gateway, Runtime, Memory, Identity, or any AgentCore component. Covers MCP target deployment, credential management, schema optimization, runtime configuration, memory management, and identity services.
AWS Cloud Development Kit (CDK) expert for building cloud infrastructure with TypeScript/Python. Use when creating CDK stacks, defining CDK constructs, implementing infrastructure as code, or when the user mentions CDK, CloudFormation, IaC, cdk synth, cdk deploy, or wants to define AWS infrastructure programmatically. Covers CDK app structure, construct patterns, stack composition, and deployment workflows.
This skill provides AWS cost optimization, monitoring, and operational best practices with integrated MCP servers for billing analysis, cost estimation, observability, and security assessment.
AWS serverless and event-driven architecture expert based on Well-Architected Framework. Use when building serverless APIs, Lambda functions, REST APIs, microservices, or async workflows. Covers Lambda with TypeScript/Python, API Gateway (REST/HTTP), DynamoDB, Step Functions, EventBridge, SQS, SNS, and serverless patterns. Essential when user mentions serverless, Lambda, API Gateway, event-driven, async processing, queues, pub/sub, or wants to build scalable serverless applications with AWS best practices.
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems. Use when building, optimizing, or debugging agent systems that require effective context management.
| name | google-analytics |
| description | Query Google Analytics 4 data for traffic analysis, page performance, user engagement, and realtime monitoring. |
| allowed-tools | Bash, Read, Write |
| env | ["GA4_PROPERTY_ID","GOOGLE_PROJECT_ID"] |
Query GA4 data directly via the Analytics Data API.
# Overall summary (28 days default)
bun .claude/skills/google-analytics/scripts/ga-report.ts summary
# Summary for last 7 days
bun .claude/skills/google-analytics/scripts/ga-report.ts summary 7
# Top pages
bun .claude/skills/google-analytics/scripts/ga-report.ts pages
# Top pages (last 14 days, top 10)
bun .claude/skills/google-analytics/scripts/ga-report.ts pages 14 10
# Traffic sources
bun .claude/skills/google-analytics/scripts/ga-report.ts sources
# Traffic by country
bun .claude/skills/google-analytics/scripts/ga-report.ts countries
# Realtime active users
bun .claude/skills/google-analytics/scripts/ga-report.ts realtime
# Top events
bun .claude/skills/google-analytics/scripts/ga-report.ts events
| Command | Description | Args |
|---|---|---|
summary | Overall metrics (users, sessions, views, bounce rate) | [days] |
pages | Top pages by views | [days] [limit] |
sources | Traffic sources (source/medium) | [days] [limit] |
countries | Traffic by country | [days] |
realtime | Current active users | - |
events | Top events by count | [days] [limit] |
~/.config/gcloud/application_default_credentials.json)analytics.readonlyGA4_PROPERTY_ID=YOUR_PROPERTY_IDexport GA4_PROPERTY_ID=123456789
gcloud auth application-default login \
--scopes https://www.googleapis.com/auth/analytics.readonly,https://www.googleapis.com/auth/cloud-platform
Install required packages before using:
bun add google-auth-library
For complete SEO analysis:
Refresh your Application Default Credentials:
gcloud auth application-default login \
--scopes https://www.googleapis.com/auth/analytics.readonly,https://www.googleapis.com/auth/cloud-platform
Verify the property ID — it's a numeric value (not G-XXXXXX measurement ID).