heatmap-analyst

heatmap-analyst is a skill for Claude Code, Codex from Humblytics/humblytics-marketing-skills. It costs 128 tokens per session (2,794 once invoked), scanned A, original, MIT.

An analyst for website interaction data from Humblytics. It examines clicks on page elements, average page scrolling, and bounce or exit signals to identify possible user-experience problems.

In plain words
What is it for?
Use it to investigate weak calls to action, high bounce or exit rates, content hierarchy, and layout friction using Humblytics data.
Why use it?
Raw interaction numbers do not explain which page elements are being ignored or where visitors may lose interest. This turns the available signals into ranked recommendations while making clear what the data cannot show.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to investigate weak calls to action, high bounce or exit rates, content hierarchy, and layout friction using Humblytics data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/humblytics/humblytics-marketing-skills/heatmap-analyst
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Humblytics/humblytics-marketing-skills --skill heatmap-analyst
Clone the repo
git clone --depth 1 https://github.com/Humblytics/humblytics-marketing-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for heatmap-analyst

README.md
[![agentmods](https://agentmods.dev/badge/skills/humblytics/humblytics-marketing-skills/heatmap-analyst/github.svg)](https://agentmods.dev/skills/humblytics/humblytics-marketing-skills/heatmap-analyst)
Your own site
<a href="https://agentmods.dev/skills/humblytics/humblytics-marketing-skills/heatmap-analyst"><img src="https://agentmods.dev/badge/skills/humblytics/humblytics-marketing-skills/heatmap-analyst/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for heatmap-analyst

Your own site · 80×15
<a href="https://agentmods.dev/skills/humblytics/humblytics-marketing-skills/heatmap-analyst"><img src="https://agentmods.dev/badge/skills/humblytics/humblytics-marketing-skills/heatmap-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 128 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,794 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00128 $0.02794
Opus 5 $0.00064 $0.01397
Sonnet 5 $0.00026 $0.00559
Haiku 4.5 $0.00013 $0.00279

Measured 12d ago against content hash d13ce0800c1b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

heatmap-analyst scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/heatmap-analyst/SKILL.md · 168 lines

How it starts

The opening of the file, as written. The whole thing — 168 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Heatmap Analyst

Purpose

Analyze Humblytics click-engagement data (element/target-level clicks, a single page-level scroll proxy, and bounce/exit signals) to diagnose UX friction and generate prioritized design recommendations. Live data comes from the Humblytics MCP (the click and page tools — get_clicks_details, get_clicks_breakdown, get_page_details, get_pages_breakdown, get_entry_exit_pages). This skill turns the interaction data Humblytics actually exposes into specific, ranked improvements for layout, CTAs, and content hierarchy.

Scope note — what Humblytics does and does not give you. Humblytics provides element/target-level click counts (with UTM breakdown), a single average scroll percentage per page, and bounce/exit signals. It does NOT provide pixel-level click heatmaps (x/y coordinates), a 25/50/75/100 scroll-depth distribution, rage-click detection, dead-zone maps, or per-device click segmentation. Anything in that second list requires a dedicated heatmap tool (e.g. Hotjar, Microsoft Clarity) — do not promise it from Humblytics. See "NOT available via Humblytics" below.

When to Use

  • A page has a high bounce rate and you need to understand why
  • CTAs are present but click-through rate is below benchmark
  • You want to verify that the important content is actually being seen
  • Users are reporting confusion or friction on a specific page
  • You're auditing a page before a redesign or A/B test
  • Investigating whether traffic from a specific source behaves differently on-page

Setup

This skill reads live data through the Humblytics MCP (server humblytics) — see the repo README to connect it. Once connected, the skill calls mcp__humblytics__* tools; the MCP handles auth, base URL, and property resolution, so there are no keys to paste or .env files to source here. Never paste API keys into chat — the key lives once in the MCP connection headers, not in transcripts.

The MCP auto-resolves the property for a single-property key (the common case). For a multi-property key, call list_properties and pass the chosen propertyId to each tool.

Read the full file on GitHub · 168 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 168 lines · 128 tokens per session scan A d13ce0800c1b

Subscribe to this mod's changes

heatmap-analyst is a skill published in the GitHub repository Humblytics/humblytics-marketing-skills (84 stars, last pushed 7d ago), licensed MIT. It adds 128 tokens to every session and 2,794 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

building-canvases

Create or edit a PostHog freeform canvas — a sandboxed browser application (data board, document, form, small tool, graphics experiment) stored in PostHog and rendered by the desktop/web app. Use when a task asks to build, generate, update, or fix a standalone canvas app, or when a freeform canvas id is given as the…

PostHog/posthog · 148 tokens

composing-grid-canvases

Compose PostHog grid canvases — widget grids (including the user's home canvas) built from reusable component canvases. Use when a task asks to add, fill, move, resize, or remove a widget on a grid or home canvas, to compose a whole canvas of widgets from one ask, to build a reusable widget/component, or when a…

PostHog/posthog · 136 tokens

quill-code

Edit the @posthog/quill design system locally and consume the change in products/desktop before it is published to npm. Use when changing quill components/primitives/tokens, when a quill change must be tested inside the Code app, or when the user mentions quill, the design system, the .local-quill tarball, or the…

PostHog/posthog · 84 tokens

landing-page-optimization-guide

This skill should be used when the user asks to "optimize my landing page", "improve conversion rate", "audit my landing page for CRO", mentions "message match between ads and pages", "high bounce rate on paid traffic", or "A/B test prioritization". Do NOT use for: ad creative optimization (use platform-specific…

Ad-Superpowers/ad-superpowers-plugin · 108 tokens

liveops-engineer

!cat skills/shared/game-visual-foundations.md 2>/dev/null || echo "=== Visual Foundations not loaded ===" !cat skills/shared/protocols/ux-protocol.md 2>/dev/null || true !cat skills/shared/protocols/input-validation.md 2>/dev/null || true !cat skills/shared/protocols/tool-efficiency.md 2>/dev/null || true !cat…

buiphucminhtam/forgewright · 60 tokens

data-scientist

!cat skills/shared/protocols/ux-protocol.md 2>/dev/null || true !cat skills/shared/protocols/input-validation.md 2>/dev/null || true !cat skills/shared/protocols/tool-efficiency.md 2>/dev/null || true !cat .production-grade.yaml 2>/dev/null || echo "No config — using defaults".

buiphucminhtam/forgewright · 52 tokens