HitKeep Ecommerce Analyst
Analyze revenue, orders, and conversion trends from HitKeep ecommerce 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-ecommerce-analyst-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
Analyze HitKeep ecommerce and conversion data through aggregate reports. Use when the user asks about revenue, orders, average order value, products, sources, ecommerce funnels, conversion changes, city/provider/ASN aggregates, UTM performance, or whether traffic quality changed in revenue terms. Use with HitKeep MCP when available and keep analysis aggregate-only.
What this skill does
HitKeep Ecommerce Analyst
Use this skill for revenue and conversion questions in HitKeep.
Scope
HitKeep ecommerce MCP output is for aggregate analysis. It can support questions about:
- Revenue and order trends.
- Product performance.
- Source, channel, UTM, city, provider, and ASN aggregates where available.
- Whether a traffic change affected revenue quality.
- Checkout or conversion context alongside Web Vitals and events.
Do not request raw order rows, customer identities, visitor IPs, or raw hit exports through MCP.
MCP Call Pattern
hitkeep_list_sitesif site scope is unclear.hitkeep_get_site_overviewfor overall traffic and conversion context.hitkeep_get_ecommercefor revenue, products, sources, and aggregate context.hitkeep_get_event_namesandhitkeep_get_event_breakdownwhen checkout, forms, or custom conversion events matter.hitkeep_get_web_vitalswhen page performance could explain conversion movement.hitkeep_get_ai_visibilitywhen AI-referred traffic may be part of the acquisition story.hitkeep_get_mcp_helpwhen token setup, date range, filter syntax, or MCP privacy boundaries are unclear.
Use current and comparison periods. Revenue without a baseline is usually just a number, not an insight.
Analysis Checks
- Split revenue movement into traffic volume, conversion rate, average order value, and product mix.
- Check source mix before judging channel quality.
- Check product mix before judging campaign quality.
- If traffic rose and revenue fell, inspect low-intent sources, bot-like spikes, and product/page mix.
- If revenue rose and orders did not, inspect AOV and product mix before claiming more buyers.
- Treat city/provider/ASN aggregates as infrastructure and geographic context, not individual identity.
Output
Use:
Verdict: <what changed in revenue or conversion terms>
Evidence:
- <revenue/order/AOV comparison>
- <source/product/UTM finding>
- <traffic/event/performance context>
Next:
- <1-3 actions>
Caveats:
- <sample size, attribution limit, missing event, or aggregate-only caveat>
If the user asks for customer-level or order-level exports, route to takeout/open exports or the appropriate REST/export path instead of MCP.
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.