scientific-visualization

scientific-visualization is a skill for Claude Code, Codex from hdu-ailab/EasyResearch. It costs 45 tokens per session (1,728 once invoked), scanned A, original, MIT.

A workflow for making and checking charts from scientific data, including uncertainty, missing values, comparisons, and publication-ready exports.

In plain words
What is it for?
Use it to create plots such as line charts, distributions, heatmaps, image panels, and multi-panel comparisons, with accessible colours and data provenance.
Why use it?
It helps prevent charts from hiding important limitations or misrepresenting the data. It also keeps the source, supporting details, and exported figure together for repeatable work.

Skill for Claude CodeCodex

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/hdu-ailab/easyresearch/scientific-visualization
Any agent
npx skills add hdu-ailab/EasyResearch --skill scientific-visualization
Clone the repo
git clone --depth 1 https://github.com/hdu-ailab/EasyResearch

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 scientific-visualization

README.md
[![agentmods](https://agentmods.dev/badge/skills/hdu-ailab/easyresearch/scientific-visualization.svg)](https://agentmods.dev/skills/hdu-ailab/easyresearch/scientific-visualization)
Your own site
<a href="https://agentmods.dev/skills/hdu-ailab/easyresearch/scientific-visualization"><img src="https://agentmods.dev/badge/skills/hdu-ailab/easyresearch/scientific-visualization.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,728 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.1 $0.00045 $0.01728
Opus 5 $0.00023 $0.00864
Sonnet 5 $0.00009 $0.00346
Haiku 4.5 $0.00005 $0.00173

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

Security

Grade A, and why

scientific-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 5d ago.

The scan reads SKILL.md. This mod also ships 8 executable files (assets/color_palettes.py, scripts/_common.py, scripts/export_plan.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.

src/skills/scientific-visualization/SKILL.md · 168 lines

How it starts

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

Scientific Visualization

Adapted from K-Dense for EasyResearch's Figures-owned figures/ root, project-local dependencies, and platform-native shell policy.

Routing

Use this Skill for empirical data visualizations: lines, points, intervals, distributions, heatmaps, images, multi-panel comparisons, accessible color, or export inspection. Use the sibling drawio and drawio-academic-skills for architecture, workflow, roadmap, network, taxonomy, and replicated schematic diagrams.

Require accepted data/result paths and enough evidence to define variables, units, replicates, missingness, transformations, uncertainty, comparison groups, and target medium. Never invent or manually improve values. If the evidence or a consequential visual choice cannot be derived, return blocked through the caller without asking the user directly.

Artifact Boundary

All final plot artifacts stay under figures/:

figures/
  .venv/                    # created only when a data-plot task needs packages
  <figure-name>.py          # reproducible source
  <figure-name>.provenance.json
  <figure-name>.pdf|svg|png|tiff|html

Temporary files may use a clearly named subdirectory under figures/. Do not write plotting code or exports into experiment results/; read accepted results there and preserve their paths in provenance. An explicitly supplied existing layout may be followed only when the dispatch names it.

Integrity Rules

  • Preserve raw tables/images, exclusions, missing codes, analysis source, normalization, binning, image adjustments, and random seeds.
  • Do not hide inconvenient observations, connect missing observations, treat missing as zero, upsample as new detail, or tune axes/dual axes to exaggerate.
  • Name the estimator and uncertainty type: SD, SE, CI, percentile, posterior, or another declared interval. State n and the independent unit.
  • Show raw observations when feasible and keep jitter from obscuring values.
  • Bars/areas normally include zero; a nonzero point/line axis needs context and disclosure. Avoid decorative 3D and misleading area/radius encodings.
  • Record log transforms, handling of zero/negative values, smoothing/binning, normalization, and sensitivity choices.
  • Keep compared panels on compatible scales unless a difference is explicit.
  • Preserve original images; disclose whole-image processing and add valid scale bars where applicable.
  • Verify current venue rules from an official public source immediately before final delivery. A dated profile is planning guidance, not certification.

Read the full file on GitHub · 168 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. 5d ago First seen · 168 lines · 45 tokens per session scan A f5e51ccb39ba

Subscribe to this mod's changes

scientific-visualization is a skill published in the GitHub repository hdu-ailab/EasyResearch (11 stars, last pushed yesterday), licensed MIT. It adds 45 tokens to every session and 1,728 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-30.

Related

Other skills, from other repositories

alterlab-deep-research

Runs a 13-agent deep research pipeline for rigorous academic work on any topic across 7 modes (full research, quick brief, paper review, lit-review, fact-check, Socratic guided research dialogue, and systematic review with optional meta-analysis), covering research-question formulation, Socratic mentoring, methodology…

AlterLab-IEU/AlterLab-Academic-Skills · 239 tokens

alterlab-imaging-data-commons

Query and download public cancer imaging data from the NCI Imaging Data Commons (IDC) using the idc-index Python package, filtering by metadata, visualizing in-browser, and checking licenses, with no authentication required. Use when obtaining large-scale radiology (CT, MR, PET) or digital pathology DICOM datasets for…

AlterLab-IEU/AlterLab-Academic-Skills · 90 tokens

alterlab-pyhealth

Develops, tests, and deploys clinical machine learning models with the PyHealth healthcare AI toolkit. Use when working with electronic health records (EHR), clinical prediction tasks (mortality, readmission, drug recommendation), medical coding systems (ICD, NDC, ATC), physiological signals (EEG, ECG), healthcare…

AlterLab-IEU/AlterLab-Academic-Skills · 117 tokens

alterlab-cobrapy

Build and analyze genome-scale constraint-based metabolic models with COBRApy — flux balance analysis (FBA), flux variability analysis (FVA), gene and reaction knockouts, flux sampling, and SBML model I/O. Use when simulating metabolic networks, predicting growth or knockout phenotypes, or running systems-biology and…

AlterLab-IEU/AlterLab-Academic-Skills · 91 tokens

alterlab-deeptools

Process and visualize deep-sequencing coverage with the deepTools CLI — convert BAM to bigWig (bamCoverage), build log2 ratio tracks (bamCompare), run QC (multiBamSummary correlation, PCA, plotFingerprint), apply the ATAC-seq Tn5 shift (alignmentSieve --ATACshift), and make TSS/peak heatmaps and profiles…

AlterLab-IEU/AlterLab-Academic-Skills · 173 tokens

alterlab-phylogenetics

Build phylogenetic trees end-to-end from raw sequences — MAFFT multiple sequence alignment, optional TrimAl trimming, IQ-TREE 2 maximum-likelihood inference with model selection and bootstraps, FastTree for large datasets, then visualize with ETE3 or FigTree. Use when reconstructing trees from sequences (FASTA) for…

AlterLab-IEU/AlterLab-Academic-Skills · 152 tokens