scrollytelling-data

scrollytelling-data is a skill for Claude Code, Codex from microsoft/cat-agent-skills. It costs 107 tokens per session (10,052 once invoked), scanned A, original, MIT.

A tool that turns an uploaded dataset or tables in a PDF into an interactive, scroll-based data story. It combines written explanations with animated charts and summary figures in one browser page.

In plain words
What is it for?
Creating interactive reports from spreadsheet, CSV, JSON, or PDF-table data, with chapters, charts, and headline statistics.
Why use it?
It makes numerical findings easier to follow as a narrative rather than leaving readers to interpret a large table or a collection of separate charts.

Skill for Claude CodeCodex ✓ vendor

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python /app/skills/analyzing-xlsx/scripts/preprocess.py <xlsx_file>.

Good fit Creating interactive reports from spreadsheet, CSV, JSON, or PDF-table data, with chapters, charts, and headline statistics.

Compare 6 skills from other repositories ↓
About the project

microsoft/cat-agent-skills is a static website that catalogs reusable instruction sets and related packages for AI agents. People use it to search, filter, rate, and download skills for Cowork, Copilot Studio, and Scout, along with Copilot plugins and Scout automations. The catalogue entries are the skills, instructions, plugins, and settings displayed by the site.

microsoft/cat-agent-skills · 64 stars · on GitHub

Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/microsoft/cat-agent-skills
agentmods
npx agentmods add skills/microsoft/cat-agent-skills/scrollytelling-data

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 scrollytelling-data

README.md
[![agentmods](https://agentmods.dev/badge/skills/microsoft/cat-agent-skills/scrollytelling-data.svg)](https://agentmods.dev/skills/microsoft/cat-agent-skills/scrollytelling-data)
Your own site
<a href="https://agentmods.dev/skills/microsoft/cat-agent-skills/scrollytelling-data"><img src="https://agentmods.dev/badge/skills/microsoft/cat-agent-skills/scrollytelling-data.svg" alt="Measured on agentmods" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 10,052 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.
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.00107 $0.10052
Opus 5 $0.00053 $0.05026
Sonnet 5 $0.00021 $0.02010
Haiku 4.5 $0.00011 $0.01005

Measured 3d ago against content hash 1d6d9842b4f0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

scrollytelling-data 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 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/build_story.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

submissions/scrollytelling-data/SKILL.md · 608 lines

How it starts

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

Skill: Data Scrollytelling

Turn an uploaded dataset (.xlsx, .csv, .json, or PDF tables) into a single self-contained scroll-driven HTML data story: animated Plotly charts, counting stat cards, and narrative chapters. Plotly.js loads from a CDN at view time.

How to Talk to the User While Working

The internal workflow uses technical steps (SQL, JSON, HTML, Plotly), but never expose that vocabulary in chat messages. Narrate like a friendly analyst explaining to a non-technical stakeholder — plain language, short sentences, a little emoji. Never say "SQL," "JSON," "HTML," "Plotly," "dataframe," or "aggregation" in a user-facing message.

Send a checkpoint per meaningful sub-step, not one per phase. Phase 1 (inspect) and Phase 3 (aggregations) can each run 30–60+ seconds silently, which feels stalled — break them into several short updates as work happens. Don't number them (no Step X/Y); lead with an emoji and a short, plain-language title.

Example checkpoints (an illustrative full run — drop any line that doesn't apply, e.g. no time or geo column, and split a slow phase into more):

  • 👀 "Taking a first look at your data..."
  • 📐 "Found <N> rows and <N> columns — checking what each one means..."
  • 🏷️ "Spotted your key categories: <examples>..."
  • 🔢 "Counting up the totals..."
  • 🏆 "Ranking your top performers — your #1 is <top entity>..."
  • 🥧 "Breaking things down by category..."
  • 📈 "Mapping out the trend over time..." (skip if no time column)
  • 🗺️ "Plotting things out by location..." (skip if no geo column)
  • ✍️ "Writing the story chapters..."
  • ✅ "Your story is ready! Take a look 👇"

Give ranking and chapter-writing extra beats — that's where the user most wants to feel progress. Fold a real finding into the update (the actual #1, the size of the gap, the standout insight) with real names and numbers ("🥇 Sales leads with 3,120 hours saved..."), not placeholders. Keep every line short — a few words plus one emoji — and save the substance (findings, chapter takeaways) for the delivered story itself.

Read the full file on GitHub · 608 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 608 lines · 107 tokens per session scan A 1d6d9842b4f0

Subscribe to this mod's changes

scrollytelling-data is a skill published in the GitHub repository microsoft/cat-agent-skills (64 stars, last pushed yesterday), licensed MIT. It adds 107 tokens to every session and 10,052 once invoked, about $0.0005 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-09-03.