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.
npx skills add thatrebeccarae/claude-marketing --skill data-viz-deckgit clone --depth 1 https://github.com/thatrebeccarae/claude-marketingWrote 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.
[](https://agentmods.dev/skills/thatrebeccarae/claude-marketing/data-viz-deck)<a href="https://agentmods.dev/skills/thatrebeccarae/claude-marketing/data-viz-deck"><img src="https://agentmods.dev/badge/skills/thatrebeccarae/claude-marketing/data-viz-deck/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.
<a href="https://agentmods.dev/skills/thatrebeccarae/claude-marketing/data-viz-deck"><img src="https://agentmods.dev/badge/skills/thatrebeccarae/claude-marketing/data-viz-deck.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00069 | $0.01899 |
| Opus 5 | $0.00034 | $0.00949 |
| Sonnet 5 | $0.00014 | $0.00380 |
| Haiku 4.5 | $0.00007 | $0.00190 |
Grade A, and why
data-viz-deck 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 179 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Data Visualization & Deck Builder
Transform structured data and analysis into polished visual deliverables: presentation decks, interactive dashboards, and visual reports.
Install
git clone https://github.com/thatrebeccarae/claude-marketing.git && cp -r claude-marketing/skills/data-viz-deck ~/.claude/skills/
When to Use This Skill
- User has completed an audit or analysis and wants a visual deliverable
- User says "make a deck," "create a presentation," "build a dashboard," "visualize this"
- User wants to turn a markdown report into client-ready slides
- User needs charts, tables, or visual summaries from performance data
Output Formats
1. PPTX Deck (Primary)
Native PowerPoint with editable charts, styled tables, and professional layouts. Best for client handoffs and presentations.
Requires: python-pptx (installed), pandas (installed)
2. Interactive HTML Dashboard
Single-file HTML with plotly.js charts (loaded via CDN), filterable tables, and responsive layout. Best for sharing interactive reports.
Requires: jinja2 (installed), pandas (installed). Plotly.js loaded via CDN at runtime.
3. Visual Markdown Report
Enhanced markdown with embedded chart images (requires matplotlib: pip install matplotlib). Best for vault reports and documentation.
Workflow
Step 1: Identify the Data Source
Read the source file (audit markdown, CSV, JSON, or database query results). Parse the key metrics, tables, and findings into a pandas DataFrame or structured dict.
Step 2: Select Chart Types
| Data Pattern | Chart Type | When to Use |
|---|---|---|
| Categories with values | Bar chart (horizontal) | Revenue by category |
| Categories + benchmark | Bar chart with reference line | Performance vs benchmark |
| Parts of a whole | Doughnut/Pie chart | Revenue concentration, channel mix |
| Values over time | Line chart | Trend data, period-over-period |
| Two variables | Scatter plot | Correlation analysis |
| Performance scoring | Heatmap table | Color-coded metrics (green/amber/red) |
| Before/after or gaps | Waterfall chart | Revenue opportunity sizing |
| Ranked items | Horizontal bar | Top 10 sorted |
| Funnels | Funnel chart | Delivered > opened > clicked > converted |
| Status overview | Scorecard/KPI tiles | Executive summary metrics |
What ships with it
3 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.
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.
- 6d ago First seen · 179 lines · 69 tokens per session scan A 0022704166f3
data-viz-deck is a skill published in the GitHub repository thatrebeccarae/claude-marketing (134 stars, last pushed 3mo ago), licensed MIT. It adds 69 tokens to every session and 1,899 once invoked, about $0.0003 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.
Other skills, from other repositories
yt-dlp-downloader
Generate and run yt-dlp download commands with probe-driven format selection, safe output naming, retry defaults, and structured execution reports. Use when users want to download videos, extract audio, fetch playlists, grab subtitles, handle authenticated/age-gated content, or download live streams. Covers single…
presentation-builder
Création de présentations percutantes avec structure, storytelling, visuels et delivery. Se déclenche avec "présentation", "slides", "PowerPoint", "Keynote", "présenter", "pitch deck". Also triggers on "build a presentation", "slide deck structure", "present my project".
music-composer
Komponiert video-synchronisierte Hintergrundmusik aus einem Storyline-JSON per lokaler Waveform-Synthese (numpy + ffmpeg). Stile: Chiptune, Ambient, Electronic. Deterministisch, offline, kein Cloud-Dienst.
video-transcriber
Fetch video transcripts (subtitles) and metadata from online video sources and output them as Markdown, JSON, or plain text. Currently supported: YouTube. Prefers manually created subtitles, falls back to auto-generated ones.
transkription
Transcribes audio/video files to text. Uses Whisper (openai-whisper) or Vosk (offline) as optional backend — both are detected via presence check. Without backend: placeholder mode with dummy output (dry-run).
brainstorm
Structured creativity methods for idea generation: SCAMPER, Six Thinking Hats, Mind Mapping, Reverse Brainstorming, TRIZ, and Rapid Ideation.