Install
$ agentstack add skill-pascalebeier-hitkeep-hitkeep-tracking-verifier ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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
- Site scope: make sure the user is looking at the intended HitKeep site.
- Install path: normal script snippet, WordPress plugin, server-side tracking, or another first-party integration.
- Hostname: make sure traffic is coming from the expected domain.
- First and last hit: confirm the site has accepted recent pageviews.
- Automatic events: check whether
outbound_click,file_download, andform_submitare expected and firing. - Exclusions: check IP exclusions, global exclusions, DNT behavior, spam/bot filters, and trusted proxy setup if counts look wrong.
- 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_helpwhen token setup, date range, filter syntax, or MCP privacy boundaries are unclear. - Use
hitkeep_search_docsorhitkeep_get_docfor 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.
- Author: PascaleBeier
- Source: PascaleBeier/hitkeep
- License: MIT
- Homepage: https://hitkeep.com
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.