AgentStack
SKILL verified MIT Self-run

Hitkeep Tracking Verifier

skill-pascalebeier-hitkeep-hitkeep-tracking-verifier · by PascaleBeier

Verify HitKeep tracking setup and automatic event collection. Use when the user asks whether HitKeep is installed, whether tracking is live, why pageviews or events are missing, how to validate WordPress or script installs, how automatic outbound click, file download, or form submit events should appear, or how to distinguish tracker setup problems from analytics interpretation problems.

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

Install

$ agentstack add skill-pascalebeier-hitkeep-hitkeep-tracking-verifier

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

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Hitkeep Tracking Verifier? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

HitKeep Tracking Verifier

Use this skill before deeper analytics when the user may not have trustworthy tracking data yet.

First Principle

Do not diagnose traffic, SEO, ecommerce, or AI visibility until the tracker surface is plausible. A broken tracker can look like a product or campaign problem.

What To Check

  1. Site scope: make sure the user is looking at the intended HitKeep site.
  2. Install path: normal script snippet, WordPress plugin, server-side tracking, or another first-party integration.
  3. Hostname: make sure traffic is coming from the expected domain.
  4. First and last hit: confirm the site has accepted recent pageviews.
  5. Automatic events: check whether outbound_click, file_download, and form_submit are expected and firing.
  6. Exclusions: check IP exclusions, global exclusions, DNT behavior, spam/bot filters, and trusted proxy setup if counts look wrong.
  7. Environment: localhost and preview/staging behavior may differ from production depending on setup.

Tool And Surface Routing

  • Use the dashboard tracking verifier when the user is in the HitKeep UI.
  • Use REST API or dashboard status surfaces when install status needs operational proof.
  • Use HitKeep MCP for aggregate analytics and docs lookup, not raw tracker debugging.
  • Use hitkeep_get_mcp_help when token setup, date range, filter syntax, or MCP privacy boundaries are unclear.
  • Use hitkeep_search_docs or hitkeep_get_doc for official install and tracker behavior guidance when MCP docs tools are configured.

If MCP shows no recent aggregate data, do not conclude the site has no visitors. Say that tracking must be verified through install status, network requests, dashboard verifier, server logs, or REST/dashboard surfaces.

Verification Flow

Ask for or inspect:

  • The site domain.
  • The install method.
  • The page where the tracker should load.
  • Whether the user has ad blockers, DNT, CSP, or consent tools in the test browser.
  • Whether a production deployment has happened.

Then verify:

  • The tracker script loads.
  • The ingest request succeeds.
  • The site receives a pageview.
  • Expected automatic events fire after real user actions.
  • The dashboard or aggregate report updates after processing.

Output

Use:

Status: 

Evidence:
- 
- 
- 

Next:
- 

Caveats:
- 

Avoid telling the user tracking is fixed until a hit or expected event is visible in HitKeep.

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.