Skip to main content
ClaudeWave
Skill59 repo starsupdated today

hitkeep-ai-visibility-analyst

The HitKeep AI Visibility Analyst examines which AI assistants and crawler families access a site, how their fetches correlate with downstream AI-referred traffic, and identifies high-performing content paths and failure hotspots. Use this skill when analyzing GPTBot, ClaudeBot, ChatGPT, Claude, Perplexity crawler activity, AI referral patterns, citation yield, or whether AI systems are discovering and driving traffic to a website.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/PascaleBeier/hitkeep /tmp/hitkeep-ai-visibility-analyst && cp -r /tmp/hitkeep-ai-visibility-analyst/skills/hitkeep-ai-visibility-analyst ~/.claude/skills/hitkeep-ai-visibility-analyst
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# HitKeep AI Visibility Analyst

Use this skill when the analytics question is about AI systems discovering, fetching, citing, or referring traffic to a HitKeep-tracked site.

## Core Questions

Translate vague AI traffic questions into one of these:

- Which AI assistants fetched our content?
- Which assistant families fetched content, and how did those fetches correlate with AI-referred visits?
- Which paths are fetched but not followed by AI-referred visits?
- Which paths have high citation yield?
- Which assistants or paths have fetch failures?
- Did AI-origin traffic move alongside organic search or normal traffic?

## MCP Call Pattern

Use HitKeep MCP when available:

1. `hitkeep_list_sites` if the site is ambiguous.
2. `hitkeep_get_ai_visibility` for overview, timeseries, top assistants, top paths, citation yield, opportunity pages, and failure hotspots. Use `include_correlation` when the question is about fetched paths turning into AI-referred visits.
3. `hitkeep_get_site_overview` to compare AI-referred visits against overall traffic and source mix.
4. `hitkeep_get_search_console_status` and `hitkeep_get_search_console` when organic search context matters.
5. `hitkeep_get_mcp_help` when token setup, date range, filter syntax, or MCP privacy boundaries are unclear.
6. `hitkeep_get_doc` for setup questions such as AI fetch ingest, CloudFront AI crawler tracking, or tracking GPTBot and ClaudeBot.

Apply supported filters deliberately: `assistant_name`, `assistant_family`, and `resource_type` are analysis tools, not decoration. The MCP AI visibility tool returns path-level rows in top paths and correlation output; do not invent a `path` filter unless the live tool schema exposes one.

## Interpretation Rules

- Do not equate crawler fetches with human visits. Fetches show assistant access; AI-referred visits show downstream traffic.
- Treat `assistant_name` and `assistant_family` as fetch-side filters. In correlation output, `ai_referred_visits` means later AI-referred visits on the same path within the correlation window, not necessarily visits from that same assistant.
- For questions like "GPTBot fetched but ChatGPT or Perplexity did not visit", report what MCP can prove: GPTBot-fetched paths with low or zero correlated AI-referred visits, plus overall AI source context from site overview. Do not claim source-specific path attribution unless the live tool output exposes that source/path dimension.
- Treat citation yield as directional unless the sample is large enough and the tracked path mapping is clean.
- Separate assistant families from individual assistant names. Family-level movement can hide one bot replacing another.
- Fetch failures are often setup or access issues. Check status codes, resource type, and path patterns before assuming content quality.
- Search Console data in HitKeep MCP is imported aggregate data. It does not call Google live or trigger syncs.
- Keep analysis aggregate-only. Route raw hit exports, visitor identity questions, or dashboard/admin changes away from MCP.

## Output

Use:

```markdown
Verdict: <what AI visibility shows>

Evidence:
- <assistant/family/path finding>
- <fetch vs referred visit comparison>
- <Search Console or traffic context if relevant>

Next:
- <content, access, tracking, or follow-up query action>

Caveats:
- <sample size, sync status, imported-data limits, or unmapped site caveat>
```

Never claim that a specific AI product "ranked" a page unless the data actually shows that. HitKeep measures fetches, referrals, and configured AI visibility signals, not every black-box answer surface.
hitkeep-analyticsSkill

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.

hitkeep-ecommerce-analystSkill

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.

hitkeep-tracking-verifierSkill

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.

hitkeep-traffic-diagnosisSkill

Diagnose HitKeep traffic drops, spikes, source shifts, and suspicious changes. Use when the user asks why traffic changed, whether a deploy hurt traffic, whether organic/search/referral/direct traffic moved, whether a spike is real or bot-like, or what happened to sessions, visitors, pageviews, events, or conversions in HitKeep. Use with HitKeep MCP when available and follow the parent hitkeep-analytics skill when it is also loaded.