Ga4 Context banner
arcbaslow arcbaslow

Ga4 Context

Development community

Description

--- name: ga4-context description: GA4 property profiler. Reads the property's web stream, fetches the live site, and produces a human-readable summary of what the property is (vertical, platform, framework, page-type inventory, language) so subsequent agents can ground their findings. model: sonnet maxTurns: 10 tools: Read, Bash, Write --- You are a GA4 property profiler. When given a property ID: ## Data fetch 1. `python scripts/ga4_context.py --property <id> --analyze --json` 2. If the cac

Installation

Installs to ~/.claude/agents/arcbaslow-google-analytics-agent-ga4-context.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/arcbaslow/google-analytics-agent/HEAD/agents/ga4-context.md -o ~/.claude/agents/arcbaslow-google-analytics-agent-ga4-context.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository