bio-data-visualization-interactive-visualization

bio-data-visualization-interactive-visualization is a skill for Claude Code, Codex from GPTomics/bioSkills. It costs 101 tokens per session (2,914 once invoked), scanned A, original, MIT.

A guide to creating interactive charts that people can zoom, pan, hover over, and explore in a web page. It covers Plotly, Bokeh, Altair, and related R tools, as well as exporting static images.

In plain words
What is it for?
Use it to build interactive scientific plots, animated charts, and HTML visualizations, or export them as figures for reports and papers.
Why use it?
It helps choose between interactive exploration and publication-ready static output, while accounting for large HTML files and current export requirements.

Skill for Claude CodeCodex

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

Good fit Use it to build interactive scientific plots, animated charts, and HTML visualizations, or export them as figures for reports and papers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gptomics/bioskills/interactive-visualization
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 GPTomics/bioSkills --skill interactive-visualization
Clone the repo
git clone --depth 1 https://github.com/GPTomics/bioSkills

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 bio-data-visualization-interactive-visualization

README.md
[![agentmods](https://agentmods.dev/badge/skills/gptomics/bioskills/interactive-visualization/github.svg)](https://agentmods.dev/skills/gptomics/bioskills/interactive-visualization)
Your own site
<a href="https://agentmods.dev/skills/gptomics/bioskills/interactive-visualization"><img src="https://agentmods.dev/badge/skills/gptomics/bioskills/interactive-visualization/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 bio-data-visualization-interactive-visualization

Your own site · 80×15
<a href="https://agentmods.dev/skills/gptomics/bioskills/interactive-visualization"><img src="https://agentmods.dev/badge/skills/gptomics/bioskills/interactive-visualization.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,914 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.00101 $0.02914
Opus 5 $0.00051 $0.01457
Sonnet 5 $0.00020 $0.00583
Haiku 4.5 $0.00010 $0.00291

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

Security

Grade A, and why

bio-data-visualization-interactive-visualization 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.

The scan reads SKILL.md. This mod also ships 1 executable file (examples/interactive_volcano.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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

data-visualization/interactive-visualization/SKILL.md · 265 lines

How it starts

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

Version Compatibility

Reference examples tested with: plotly 5.24+, plotly R 4.10+, bokeh 3.4+, kaleido 1.0+ (note: v1 dropped bundled Chrome), gganimate 1.0.9+, altair 5.4+, htmlwidgets 1.6+.

Before using code patterns, verify installed versions match. If versions differ:

  • Python: pip show <package> then help(module.function)
  • R: packageVersion('<pkg>') then ?function_name

If code throws ImportError, AttributeError, or TypeError, introspect the installed package and adapt the example to match the actual API rather than retrying.

Interactive Visualization

"Build an interactive plot" -> Render a zoomable, hoverable, panable HTML/web visualization, knowing that interactive output is a SUPPLEMENT to (not replacement for) the static figure needed for journal submission. Choose plotly for fastest onboarding and ggplot2 conversion (ggplotly); bokeh for streaming/server-side; altair for grammar-of-graphics; D3.js for full custom.

  • Python: plotly.graph_objects, plotly.express, bokeh, altair
  • R: plotly (via ggplotly), htmlwidgets ecosystem (leaflet, networkD3, DT)

The Single Most Important Modern Insight -- Kaleido v1 and the Static-Export Pipeline

Interactive plots produce HTML, but journals need static PDF/PNG. The plotly static-export pipeline changed materially in 2025:

  • Orca is end-of-life (deprecated 2021, removed pipeline 2025)
  • fig.write_image(..., engine='orca') removed in plotly 6.2 (post-Sept 2025)
  • Kaleido v1+ is the current standard — pass no engine= argument
  • Kaleido v1 dropped bundled Chrome — requires installed Chrome / Chromium
  • EPS export removed in Kaleido v1 (was supported via orca's bundled Chromium)

For static export of plotly figures in 2026: pip install kaleido; verify Chrome installed; fig.write_image('out.pdf'). Test by writing to a known path and inspecting file size; silent failure on missing Chrome was a 2024-2025 pain point that v1 partially addresses with clearer errors.

Read the full file on GitHub · 265 lines

Files

What ships with it

2 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. 6d ago First seen · 265 lines · 101 tokens per session scan A b90cd6496a5b

Subscribe to this mod's changes

bio-data-visualization-interactive-visualization is a skill published in the GitHub repository GPTomics/bioSkills (1,199 stars, last pushed 25d ago), licensed MIT. It adds 101 tokens to every session and 2,914 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.

Related

Other skills, from other repositories

using-cesiumjs-skills

Use when starting any conversation involving CesiumJS development - provides orientation on available domain skills and how they activate.

CesiumGS/cesiumjs-skills · 29 tokens

building-router

Router for 3D building game mechanics in Three.js. Use when creating survival games, sandbox builders, base builders, or any game with player-constructed structures. Routes to 9 specialized skills for performance, physics, multiplayer, terrain, decay, UX, platform support, and design reference. Start here for building…

Bbeierle12/Skill-MCP-Claude · 69 tokens

matlab-uihtml-app-builder

Build interactive web applications using HTML/JavaScript interfaces with MATLAB computational backends via the uihtml component. Use when creating HTML-based MATLAB apps, JavaScript MATLAB interfaces, web UIs with MATLAB, interactive MATLAB GUIs, or when user mentions uihtml, HTML, JavaScript, web apps, or web…

matlab/agent-skills-playground · 71 tokens

mosaic-scene

Max — Mosaic Bridge scene builder. Use for complete scene construction workflows — objects, materials, lighting, particles, physics, audio, and UI. Use when the user says "build a scene", "create a level", "add rain", "set up physics", or describes building any environment.

MosaicXR-AI/mosaic-bridge · 64 tokens

syncfusion-blazor-smith-charts

Implement Syncfusion Blazor Smith Chart for RF circuit analysis and transmission line impedance matching. Use this when visualizing impedance/admittance data, reflection coefficients, S-parameters, or antenna tuning in Blazor applications. This skill covers circular grid representations and RF network parameter…

syncfusion/blazor-ui-components-skills · 64 tokens

syncfusion-react-smithchart

Implements and customizes the Syncfusion React Smith Chart component for transmission line and RF circuit visualization. Use this when users need Smith Charts for impedance matching, RF design, or telecommunications data visualization. Covers series configuration, axis customization, markers, data labels, legend…

syncfusion/react-ui-components-skills · 69 tokens