‹ 首页

tracking-discover

@jtrackingai · 收录于 1 周前

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

适合你,如果需要审计网站上的追踪代码和数据层配置

/ 下载安装
tracking-discover.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add jtrackingai/analytics-tracking-automation/tracking-discover
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- jtrackingai/analytics-tracking-automation/tracking-discover
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify jtrackingai/analytics-tracking-automation/tracking-discover
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
132GitHub stars
~509最小装载
~509含声明引用
~551文本包总量
镜像托管

怎么用

技能原文 SKILL.md作者撰写 · Apache-2.0 · 68378e0

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 <url> --output-root <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 <url> --output-root <output-root> --urls https://example.com/page-a,https://example.com/page-b
Required Output

Produce and share:

  • <artifact-dir>/site-analysis.json
  • <artifact-dir>/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 <artifact-dir>
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)
按 Apache-2.0 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。