plotly-dashboard-skill

plotly-dashboard-skill is a skill for Claude Code, Codex from fmschulz/omics-skills. It costs 31 tokens per session (435 once invoked), scanned A, original, MIT.

A set of instructions and templates for building interactive Plotly Dash dashboards, which are web apps for exploring data through charts, filters, and other controls.

In plain words
What is it for?
Use it to create scientific-data dashboards with a layout, interactive callbacks, themed figures, usage documentation, and a runnable test app.
Why use it?
It provides a defined approach for organizing the layout, chart styling, callbacks, and performance work so dashboards remain consistent and usable.

Skill for Claude CodeCodex

Part of the omics-skills plugin — 35 skills, 4 agents shipped together

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.

agentmods
npx agentmods add skills/fmschulz/omics-skills/plotly-dashboard-skill
Any agent
npx skills add fmschulz/omics-skills --skill plotly-dashboard-skill
Clone the repo
git clone --depth 1 https://github.com/fmschulz/omics-skills

Made for: Claude Code, Codex.

Or install omics-skills, the plugin that ships this one along with the rest of its 35 skills, 4 agents.

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 plotly-dashboard-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/fmschulz/omics-skills/plotly-dashboard-skill.svg)](https://agentmods.dev/skills/fmschulz/omics-skills/plotly-dashboard-skill)
Your own site
<a href="https://agentmods.dev/skills/fmschulz/omics-skills/plotly-dashboard-skill"><img src="https://agentmods.dev/badge/skills/fmschulz/omics-skills/plotly-dashboard-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 435 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00031 $0.00435
Opus 5 $0.00015 $0.00217
Sonnet 5 $0.00006 $0.00087
Haiku 4.5 $0.00003 $0.00044

Measured 4d ago against content hash 2561b4a9f80c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

plotly-dashboard-skill 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 4d ago.

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

skills/plotly-dashboard-skill/SKILL.md · 65 lines

What it actually says

Plotly Dashboard Skill

Create interactive dashboards with a single source of truth for UI and figure styling.

Instructions

  1. Capture audience, questions, and data constraints.
  2. Pick a layout pattern and component library.
  3. Define a theme and Plotly figure template.
  4. Build the layout skeleton before callbacks.
  5. Implement callbacks with clear inputs/outputs.
  6. Optimize slow callbacks with caching or pre-aggregation.

Quick Reference

Task Action
UI style guide See STYLE_GUIDE.md
Figure template See FIGURE_STYLE.md
Palettes See PALETTES.md
App architecture See DASH_ARCHITECTURE.md
Performance See PERFORMANCE.md
Copyable app patterns See EXAMPLES.md
Runnable smoke app Runnable app
Definition of done QA checklist

Input Requirements

  • Audience and key decisions
  • Data sources and update cadence
  • Required filters and views
  • Deployment constraints

Output

  • Dash app scaffold (layout + callbacks)
  • Consistent theming and figure templates
  • README with usage notes

Quality Gates

  • Layout communicates hierarchy and intent
  • Callbacks are small and focused
  • p95 interaction latency acceptable
  • Styling is consistent across charts
  • uv run --script examples/app.py --smoke returns HTTP 200 and its measured pure-callback p95 is within the declared latency budget (300 ms by default).

Examples

Example 1: Layout-first workflow

Header + filters + KPI row + primary trends + breakdown table

Troubleshooting

Issue: Slow callbacks Solution: Cache expensive steps or pre-aggregate data.

Files

What ships with it

8 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. 4d ago First seen · 65 lines · 31 tokens per session scan A 2561b4a9f80c

Subscribe to this mod's changes

plotly-dashboard-skill is a skill published in the GitHub repository fmschulz/omics-skills (7 stars, last pushed 9d ago), licensed MIT. It adds 31 tokens to every session and 435 once invoked, about $0.0002 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.