recreate-scientific-figure-in-drawio

recreate-scientific-figure-in-drawio is a skill for Codex from icebird1998/scientific-illustrator. It costs 85 tokens per session (1,241 once invoked), scanned A, original, MIT.

A research-project agent focused on designing, running, and interpreting experiments. It uses a project’s saved assumptions, task context, research brief, and experiment history.

In plain words
What is it for?
Use it to choose datasets, settings, and evaluation measures; write and run experiment code in experiments/; record results; and stop when the success target is met.
Why use it?
It helps avoid repeating failed settings and keeps each run tied to a recorded plan. Every result is added to an experiment ledger, a running table of configurations and outcomes.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: $skill-name invocation.

Good fit Use it to choose datasets, settings, and evaluation measures; write and run experiment code in experiments/; record results; and stop when the success target is met.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/icebird1998/scientific-illustrator/recreate-scientific-figure-in-drawio
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 icebird1998/scientific-illustrator --skill recreate-scientific-figure-in-drawio
Clone the repo
git clone --depth 1 https://github.com/icebird1998/scientific-illustrator

Made for: 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 recreate-scientific-figure-in-drawio

README.md
[![agentmods](https://agentmods.dev/badge/skills/icebird1998/scientific-illustrator/recreate-scientific-figure-in-drawio/github.svg)](https://agentmods.dev/skills/icebird1998/scientific-illustrator/recreate-scientific-figure-in-drawio)
Your own site
<a href="https://agentmods.dev/skills/icebird1998/scientific-illustrator/recreate-scientific-figure-in-drawio"><img src="https://agentmods.dev/badge/skills/icebird1998/scientific-illustrator/recreate-scientific-figure-in-drawio/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 recreate-scientific-figure-in-drawio

Your own site · 80×15
<a href="https://agentmods.dev/skills/icebird1998/scientific-illustrator/recreate-scientific-figure-in-drawio"><img src="https://agentmods.dev/badge/skills/icebird1998/scientific-illustrator/recreate-scientific-figure-in-drawio.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,241 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00085 $0.01241
Opus 5 $0.00043 $0.00620
Sonnet 5 $0.00017 $0.00248
Haiku 4.5 $0.00009 $0.00124

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

Security

Grade A, and why

recreate-scientific-figure-in-drawio 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 13d 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/scientific-illustrator/skills/recreate-scientific-figure-in-drawio/SKILL.md · 90 lines

How it starts

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

Recreate Scientific Figure in draw.io

Act as the draw.io Drawer in the four-role Scientific Illustrator protocol. Use MCP tools beginning with drawio_live_. Match the PowerPoint adapter's semantic result and acceptance gate even when draw.io represents tables and charts as editable composites.

Respect read-only requests

If the user requests inspection only, call drawio_live_get_capabilities, connect only when needed to read the current canvas, then call drawio_live_status and drawio_live_inspect. Do not clear, add, update, save, or close anything.

Establish a safe live session

  1. Call drawio_live_get_capabilities before selecting cell types.
  2. Launch or connect visibly, call drawio_live_status, and require graph_ready=true.
  3. Inspect the existing live model before editing it.
  4. Control only draw.io's graph/model API; never use operating-system mouse, keyboard, window, or full-screen automation.
  5. Do not clear an existing canvas without explicit confirmation.
  6. Do not prebuild XML as the drawing method. Save a snapshot only after the cells visibly exist.

Use file utilities only to validate, inspect, or export an already saved live snapshot. Reopen and visually review any narrowly repaired file.

Map the shared semantic contract

Semantic object/operation draw.io implementation
Editable text drawio_live_add_shape with shape=text
Editable symbol/panel drawio_live_add_shape using a baseline or currently registered capability name/style
Free arrow/axis/tick drawio_live_add_line with endpoint clearances
Attached relationship drawio_live_add_edge with entry/exit and waypoints
Editable table drawio_live_add_table, cell updates, and drawio_live_update_table_layout
Editable regular chart drawio_live_add_chart or deliberate editable primitives
Repeated motif duplicate, group/ungroup, and z-order tools
Exact layout drawio_live_align_cells and drawio_live_distribute_cells
Structure review drawio_live_audit_figure plus drawio_live_inspect
Renderer review drawio_live_screenshot

Read the full file on GitHub · 90 lines

Files

What ships with it

1 file 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. 13d ago First seen · 90 lines · 85 tokens per session scan A 4083cb6737ca

Subscribe to this mod's changes

recreate-scientific-figure-in-drawio is a skill published in the GitHub repository icebird1998/scientific-illustrator (796 stars, last pushed 4d ago), licensed MIT. It adds 85 tokens to every session and 1,241 once invoked, about $0.0004 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

recreate-scientific-figure-in-drawio

Recreate, trace, revise, inspect, or export static scientific figures and schematic illustrations live inside the visible draw.io desktop canvas through draw.io's own graph API. Use when the user wants to watch an MCP draw a reference figure step by step in draw.io, explicitly rejects XML-first generation or…

icebird1998/drawio-scientific-illustrator · 118 tokens

drawio-academic-skills

Publication-figure overlay for draw.io. Use instead of drawio whenever the diagram is for a paper, thesis, dissertation, journal, conference, IEEE/ACM submission, manuscript, camera-ready, Word/LaTeX figure, or other publication. Applies venue, figure-type, color, caption/legend, formula, and paper-readability gates…

bahayonghang/drawio-skills · 93 tokens

diagram-design

Create branded architecture, IT current-state, flowchart, sequence, state machine, ER/data model, timeline, swimlane, quadrant, radar/spider, polar chart (polar/radial lollipop), loop/flywheel, nested, tree, org chart, layer stack, Venn, pyramid/funnel, treemap, bar, waterfall, line, Gantt and scatter charts…

cathrynlavery/diagram-design · 201 tokens

scientific-schematics

Create publication-quality scientific diagrams using Nano Banana 2 AI with smart iterative refinement. Uses Gemini 3.6 Flash for quality review. Only regenerates if quality is below threshold for your document type. Specialized in neural network architectures, system diagrams, flowcharts, biological pathways, and…

K-Dense-AI/scientific-agent-skills · 67 tokens

paper-poster-html

A workflow for building an academic conference poster as one HTML/CSS file and printing it to a PDF at an exact page size. It uses the paper’s real figures and checks layout details before review.

wanshuiyin/Auto-claude-code-research-in-sleep · 107 tokens

drawio-skill

Create, edit, synchronize, inspect, test, and publish editable draw.io diagrams. Use when the user explicitly requests draw.io/diagrams.net, needs a polished architecture, ERD, UML, sequence, C4, SysML, BPMN, network, swimlane, ML, or infrastructure diagram, wants code/IaC/SQL/OpenAPI/AsyncAPI/Protobuf converted into…

Agents365-ai/drawio-skill · 133 tokens