Live GTM Inspector
Audits the real, live Google Tag Manager runtime on a site before any event schema work begins.
Data & AnalyticsIntermediate★ 135⑂ 39AI score 8/10Last updated: Apr 29, 2026
What it does
- Detects every live GTM container actually installed on the site and identifies the primary comparison baseline.
- Runs
./event-tracking analyze-live-gtm/verify-live-gtmto summarize live events, measurement IDs (GA4), and obvious misconfigurations. - Separates parsed container definitions from browser-verified firing evidence.
- Produces required artifacts (
live-gtm-analysis.json,live-gtm-review.md, optional preview/health reports) and updatesworkflow-state.json. - Enforces a stop boundary: no schema authoring until you explicitly approve.
Who it's for
- Analytics/growth practitioners inheriting or auditing a GTM + GA4 setup.
- Developers untangling sites with multiple overlapping GTM containers.
- Agencies producing recurring tracking-health audit reports.
Examples
- "Find all GTM containers on this site and tell me which events are live" → container list plus named live events.
- "Use GTM-XXXXXXX as the baseline and compare the rest" → runs with
--primary-container-id. - "Verify the already-published tracking actually fires" → runs
verify-live-gtmand reports parsed vs. browser-verified evidence separately.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/jtrackingai/analytics-tracking-automation/HEAD/skills/tracking-live-gtm/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/tracking-live-gtm folder from the GitHub repo jtrackingai/analytics-tracking-automation into my ~/.claude/skills/tracking-live-gtm/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/jtrackingai/analytics-tracking-automation.git && mkdir -p ~/.claude/skills && cp -r analytics-tracking-automation/skills/* ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/jtrackingai/analytics-tracking-automation.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skills in:
cp -r analytics-tracking-automation/skills/* ~/.claude/skills/ - This skill relies on the repo's
./event-trackingCLI andreferences/docs, so start Claude Code from inside the cloned repository. - Restart Claude Code and ask something like "Audit the live GTM setup on this site" to trigger the skill.
View source on GitHub ↗License: Apache-2.0