report-visuals

report-visuals is a skill for Claude Code from Fusion-Data-Company/bristol-os. It costs 90 tokens per session (682 once invoked), scanned A, original, MIT.

A tool for turning report data into infographics, slides or charts using Bristol-style visual templates. It is intended for materials such as deal snapshots, market studies and investment presentations.

In plain words
What is it for?
Use it to make an infographic, add a presentation slide, or chart trends and comparison data in a report.
Why use it?
It gives numerical information a visual format that is easier to scan and present.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the bristol-os plugin — 14 skills shipped together

Good fit Use it to make an infographic, add a presentation slide, or chart trends and comparison data in a report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fusion-data-company/bristol-os/report-visuals
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 Fusion-Data-Company/bristol-os --skill report-visuals
Clone the repo
git clone --depth 1 https://github.com/Fusion-Data-Company/bristol-os

Made for: Claude Code.

Or install bristol-os, the plugin that ships this one along with the rest of its 14 skills.

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 report-visuals

README.md
[![agentmods](https://agentmods.dev/badge/skills/fusion-data-company/bristol-os/report-visuals/github.svg)](https://agentmods.dev/skills/fusion-data-company/bristol-os/report-visuals)
Your own site
<a href="https://agentmods.dev/skills/fusion-data-company/bristol-os/report-visuals"><img src="https://agentmods.dev/badge/skills/fusion-data-company/bristol-os/report-visuals/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 report-visuals

Your own site · 80×15
<a href="https://agentmods.dev/skills/fusion-data-company/bristol-os/report-visuals"><img src="https://agentmods.dev/badge/skills/fusion-data-company/bristol-os/report-visuals.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 682 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.00090 $0.00682
Opus 5 $0.00045 $0.00341
Sonnet 5 $0.00018 $0.00136
Haiku 4.5 $0.00009 $0.00068

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

Security

Grade A, and why

report-visuals 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 10d 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.

plugins/bristol-os/skills/report-visuals/SKILL.md · 28 lines

How it starts

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

Report Visuals

Turn numbers into something that looks like Bristol made it. Works with zero setup — no account, no key. Claude builds it and shows it (HARD LAW: do it for them).

Pick the format

  1. Infographic (default, zero setup): fill bristol-os/templates/infographic-deal-snapshot.svg with the deal/market numbers (it's plain text with {{PLACEHOLDERS}}), save it, and show it. XML-escape every value you insert — replace &&amp;, <&lt;, >&gt; (an unescaped & breaks the SVG). To hand them a PNG too, convert in the sandbox: pip install cairosvg --break-system-packages -q && python -c "import cairosvg;cairosvg.svg2png(url='in.svg',write_to='out.png',output_width=1600)". You can also render it as a live artifact (create_artifact) so it's pinned in the sidebar.
  2. Slide / deck: use the pptx skill (Tier 0, no account) — build a branded slide or a short IC deck. Navy #0f2233 / gold #c8a14a.
  3. Chart: for trends/comps, render a chart as an artifact with Chart.js, or embed an image in the docx/pdf via the doc skills.
  4. Branded via Canva (optional): if the user has the Canva connector enabled, you may generate a Canva design with their brand kit. Canva needs a one-time per-person login, so it is NOT required — only use it if it's already connected. The native paths above always work.

Bristol look

  • Colors: deep navy #0f2233, secondary #1b3a57, gold accent #c8a14a, light bg #f4f1ea, ink #0d1b26.
  • Clean, executive, lots of whitespace. Lead with the headline number. Label every figure; cite source + date in small footer text.

When to add a visual (proactive)

  • Deal one-pager / IC memo: add the deal-snapshot infographic header (units, basis, yield-on-cost, market).
  • Market study: add a rent-comp bar chart and a supply-pipeline callout.
  • Investor materials: a clean stat block / deck. Don't ask permission for a small visual — make it, include it, and mention you added it.

Output

  • Save visuals into the deal folder alongside the memo. Note what you made. Never invent numbers for a chart — use the researched/model figures and cite them.

Read the full file on GitHub · 28 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. 10d ago First seen · 28 lines · 90 tokens per session scan A 2660bd1470b5

Subscribe to this mod's changes

report-visuals is a skill published in the GitHub repository Fusion-Data-Company/bristol-os (1 stars, last pushed 2mo ago), licensed MIT. It adds 90 tokens to every session and 682 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-08-31.

Related

Other skills, from other repositories

converting-files

Convert a file from one format to another inside the container — documents, images, audio, video. Routes to the right engine (pandoc, LibreOffice, ImageMagick, ffmpeg) by format pair. Triggers on "convert X to Y", "turn this docx into a pdf", "make a gif from this mp4", "md to docx", "batch-convert these images", or…

oaustegard/claude-skills · 134 tokens

deck-studio

A Chinese-language workflow for producing presentation decks, slide outlines, speaker notes, visual page drafts, and infographics.

staruhub/ClaudeSkills · 219 tokens

xlsx-financials

Produce formatted .xlsx financial statement workbooks from XBRL statement data. Uses Bash + openpyxl (Python) following Anthropic FSI xlsx-author conventions for professional Excel output with calculation arc cross-validation.

agentii-ai/agentii-investment-intelligence · 48 tokens

audit-xls

Audit spreadsheet, formula error detection, hardcoded cell finder, cross-sheet reference audit, workbook auditor, Excel model audit, financial model QA, spreadsheet review, cell dependency trace, formula integrity check.

agentii-ai/agentii-investment-intelligence · 42 tokens

pitch-deck

Investment pitch deck, investment committee presentation, buy-side pitch, sell-side pitch, investment thesis slides, executive summary presentation, financial presentation, board deck, investor presentation, strategy deck.

agentii-ai/agentii-investment-intelligence · 39 tokens

presentations

Use when creating or editing slide decks (.pptx). Covers slide structure, using layouts and templates correctly, charts and images, speaker notes, and building a deck that communicates rather than decorates.

nimadorostkar/Claude-Skills-collection · 42 tokens