AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Tracking Discover

skill-jtrackingai-analytics-tracking-automation-tracking-discover · by jtrackingai

Use when the user wants crawl coverage, platform detection, dataLayer discovery, or a fresh artifact directory before grouping and schema work.

No reviews yet
0 installs
25 views
0.0% view→install

Install

$ agentstack add skill-jtrackingai-analytics-tracking-automation-tracking-discover

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jtrackingai-analytics-tracking-automation-tracking-discover)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Tracking Discover? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Tracking Discover

Use this skill for analysis-only work and fresh workflow bootstrap.

Inputs

  • target URL
  • output root directory
  • optional Shopify storefront password

Commands

In this repository, use the repo-root wrapper:

./event-tracking analyze  --output-root 

analyze launches a real Chromium via Playwright to fetch the target site over HTTP. Run it in an environment that permits outbound network and local browser execution; environments that restrict either tend to cause Playwright to hang or fail silently rather than return a clean error. Before run-new-setup or analyze, if the tool needs a telemetry consent answer and no prior choice is already recorded, stop and follow [../../references/telemetry-consent.md](../../references/telemetry-consent.md). Do not choose on the user's behalf, and do not continue until they answer.

Partial mode:

./event-tracking analyze  --output-root  --urls https://example.com/page-a,https://example.com/page-b

Required Output

Produce and share:

  • /site-analysis.json
  • /workflow-state.json

Report:

  • pages analyzed
  • skipped URLs
  • warnings
  • detected dataLayer events
  • detected live GTM container IDs
  • detected platform

Closeout Style

  • default to a short human-readable analysis summary before listing files
  • summarize coverage, platform, GTM detection, and notable warnings first
  • do not dump raw page HTML, raw JSON, or full URL inventories unless the user explicitly asks for them
  • list generated files and the next command only after the summary

Stop Boundary

Unless the user explicitly asks for the next phase, stop after analysis. If telemetry consent is still unanswered, stop before analysis starts and wait for the user's explicit choice.

If the user wants to continue, the default next command is:

./event-tracking status 

References

  • [../../references/crawl-guide.md](../../references/crawl-guide.md)
  • [../../references/architecture.md](../../references/architecture.md)
  • [../../references/output-contract.md](../../references/output-contract.md)
  • [../../references/telemetry-consent.md](../../references/telemetry-consent.md)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.