Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Live GTM Inspector

Audits the real, live Google Tag Manager runtime on a site before any event schema work begins.

Data & AnalyticsIntermediate13539AI 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-gtm to 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 updates workflow-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

  1. "Find all GTM containers on this site and tell me which events are live" → container list plus named live events.
  2. "Use GTM-XXXXXXX as the baseline and compare the rest" → runs with --primary-container-id.
  3. "Verify the already-published tracking actually fires" → runs verify-live-gtm and 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/jtrackingai/analytics-tracking-automation.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skills in: cp -r analytics-tracking-automation/skills/* ~/.claude/skills/
  5. This skill relies on the repo's ./event-tracking CLI and references/ docs, so start Claude Code from inside the cloned repository.
  6. Restart Claude Code and ask something like "Audit the live GTM setup on this site" to trigger the skill.
View source on GitHubLicense: Apache-2.0