HitKeep Analytics
Analyze HitKeep traffic, events, Web Vitals, and search performance data.
Installation
- Make sure Claude is on your device and in your terminal.
Skills load from
~/.claude/skills/when Claude Code starts up — so you need it on your machine first. If you don't have it yet, install it once with the command below, then runclaudein any terminal to verify.One-time setupnpm i -g @anthropic-ai/claude-codeAlready have it? Skip ahead.
- Paste into Claude Code or into your terminal.
This copies the whole skill folder into
~/.claude/skills/hitkeep-analytics-pascalebeier/— the SKILL.md plus any scripts, reference docs, or templates the skill ships with. Safe default: works for every skill.Faster alternative (instruction-only skills)
Skips the clone and grabs only the SKILL.md file. Don't use this if the skill ships Python scripts, reference markdowns, or asset templates — they won't be downloaded and the skill will fail when it tries to load them.
Quick install (SKILL.md only)Sign up to copy - Restart Claude Code.
Quit and reopen Claude Code (or any other agent that loads from
~/.claude/skills/). New skills are picked up on startup. - Just ask Claude.
Skills auto-activate when your request matches the skill's description — no slash command needed. Trigger phrases live in the skill's own frontmatter; you can read them in the “What this skill does” section above.
Prefer to read the source first? Open on GitHub.
When Claude uses it
Official parent skill for analyzing HitKeep data through HitKeep MCP and official docs. Use whenever the user asks an AI assistant to analyze HitKeep traffic, events, ecommerce, Web Vitals, AI visibility, Search Console, opportunities, tracking health, or "Ask AI" style questions; when setting up or validating HitKeep MCP access or help; or when deciding whether to use MCP, the dashboard, REST API, open exports, or takeout. Prefer this spine skill alongside narrower HitKeep analytics skills when they are installed.
What this skill does
HitKeep Analytics
Use this as the spine skill for HitKeep analytics work. It teaches the agent how HitKeep expects analytics to be queried, interpreted, and bounded.
Skill Pack Shape
This parent skill has logical child skills:
hitkeep-traffic-diagnosisfor traffic drops, spikes, and source changes.hitkeep-ai-visibility-analystfor AI crawler fetches, AI-referred visits, assistant families, citation yield, and fetch failure hotspots.hitkeep-ecommerce-analystfor revenue, products, sources, city/provider/ASN aggregates, and conversion context.hitkeep-tracking-verifierfor tracker install checks, automatic events, WordPress-style installs, and "is tracking live?" questions.
The child skills are sibling skill directories in the official pack. Do not assume nested child SKILL.md files are discoverable by every client.
The pack also includes hitkeep-i18n for dashboard translation and locale-formatting changes. Use it for product UI copy work, not for analytics interpretation.
Operating Principles
HitKeep is privacy-first web analytics with optional read-only MCP access for approved assistants.
Prefer this boundary:
- Use HitKeep MCP for scoped, read-only aggregate analytics and official docs lookup.
- Use the dashboard for normal human investigation, setup, admin, and visual review.
- Use the REST API for normal application automation and write workflows.
- Use open exports and takeout for portable owned files and raw export needs.
Do not ask MCP for raw visitor IPs, raw visitor rows, raw hit exports, dashboard cookies, billing changes, site administration, alert creation, or goal/funnel mutation. If the user needs those, route them to the dashboard, REST API, or takeout instead.
Default Workflow
- Identify the site, timeframe, comparison period, and metric. If any are missing, make a reasonable default: visible site if only one exists, last 30 days, and previous period comparison.
- Check available HitKeep MCP tools. If MCP is unavailable, say which parts cannot be verified live and use official docs or user-provided data.
- Use
hitkeep_list_siteswhen site scope is ambiguous. - Use report-shaped MCP tools before trying to reconstruct analytics manually:
hitkeep_get_site_overviewfor traffic overview and comparisons.hitkeep_get_event_namesandhitkeep_get_event_breakdownfor event activity.hitkeep_get_ecommercefor revenue, products, sources, city/provider/ASN aggregate context.hitkeep_get_web_vitalsfor page and visitor-context performance aggregates.hitkeep_get_ai_visibilityfor AI crawler and AI-referred traffic.hitkeep_get_opportunitiesfor saved recommendations.hitkeep_get_search_console_statusandhitkeep_get_search_consolefor imported organic search aggregates.hitkeep_get_mcp_helpfor token setup, date range, filter syntax, and privacy boundary guidance.hitkeep_search_docs,hitkeep_get_doc, andhitkeep_get_api_referencefor official documentation.
- Triangulate before making a recommendation. Compare time shape, channel/source mix, event activity, Search Console signals, Web Vitals, and ecommerce outcomes where relevant.
- Present findings with a verdict first, then evidence, next action, and caveats.
Output Shape
For analytics investigations, use this compact structure:
Verdict: <one-sentence answer>
Evidence:
- <metric and timeframe>
- <segment or comparison>
- <supporting check>
Next:
- <recommended action>
Caveats:
- <data limits, missing MCP scope, small sample, or unavailable surface>
For pure retrieval questions, answer directly and include the timeframe and site scope.
Privacy Guardrails
Keep assistant access aggregate-only. Do not request broader tokens to make a question easier. Do not suggest dashboard-cookie reuse. Do not infer individual visitor identity from aggregate reports.
If a user asks for raw data, say that HitKeep MCP is not the raw export surface and point them to takeout/open exports.
Related skills
Experiment Designer
mohitagw15856
Design statistically rigorous A/B tests and interpret results with recommendations.
Attribution Health Audit
AgriciDaniel
Audit your cross-platform attribution setup for iOS, GA4, consent compliance, and conversion accuracy.
Ads Performance Analytics
rampstackco
Interpret paid media dashboards correctly to avoid costly scaling mistakes.
Google Ads Scraper
gooseworks-ai
Scrape competitor ads from Google by domain to analyze creatives and campaigns.