Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计提醒

drawio-academic-skills绘制学术技能

Agent Skill

drawio-academic-skills 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

713

周安装

30

GitHub Stars

148

下载量

250
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:drawio-academic-skills(绘制学术技能)
来源仓库:https://github.com/bahayonghang/drawio-skills
仓库路径:skills/drawio-academic-skills
安装命令:
npx skills add https://github.com/bahayonghang/drawio-skills --skill drawio-academic-skills
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/bahayonghang/drawio-skills --skill drawio-academic-skills

简介

用于创建学术出版级 draw.io 插图,支持公式渲染、SVG 导出与离线工作流。

  • 适合论文配图、科研报告或学术演示中生成高精度矢量图形。
  • 使用时需采用 YAML 结构化输入,Agent 将自动应用学术样式规范并输出可缩放图像。
  • 需保持纯本地化处理,禁止连接外部 MCP 服务;建议配合 LaTeX 公式语法使用。
  • drawio-academic-skills 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Draw.io Academic Skill

Create, edit, replicate, validate, and export publication-ready draw.io figures.

This skill merges two workflows:

  1. The upstream pure drawio-skill workflow: direct .drawio XML generation, Desktop export, self-check, style presets, diagrams.net URL fallback, and diagram-type presets.
  2. This repository's skills/drawio workflow: YAML-first authoring, offline sidecars, academic quality gates, formula handling, and SVG conversion.

Non-Negotiable Contract

  • Keep this fork academic-first and offline-first.
  • Never create, require, or route through .mcp.json or an MCP backend.
  • Treat the YAML spec plus .drawio, .arch.json, and .svg outputs as the normal editable bundle.
  • Use draw.io Desktop only as an optional export enhancer for PNG/PDF/JPG or embedded .drawio.svg.
  • When a requested export cannot be produced locally, still deliver the editable bundle and report the unavailable export clearly.

Runtime Decision

Default to the offline academic path.

PriorityRuntimeUse for
1YAML/CLI offline bundleNew academic figures, paper diagrams, repeatable edits
2draw.io Desktop CLIPNG/PDF/JPG, embedded .drawio.svg, final raster export
3direct XML fallbackTiny one-off diagrams, CLI unavailable, handoff-only XML
4diagrams.net URL fallbackUser cannot install Desktop but can open browser URL

This skill intentionally ships without .mcp.json. Use Desktop CLI or the diagrams.net URL fallback for handoff and refinement.

Preflight Checklist

Before generating or editing, decide and state:

  1. Input type: new prompt, .spec.yaml, .drawio, image/SVG reference, or style preset.
  2. Route from the table below, then load only the referenced files.
  3. Deliverables needed: default bundle, plus any requested PNG/PDF/JPG.
  4. Whether draw.io Desktop is required for the requested export.
  5. Fallback plan if Desktop or validation is unavailable.

Task Routing

Choose one route first, then load only the referenced files.

RouteTriggerLoad
academic-createpaper, thesis, IEEE, manuscript, journal figurereferences/docs/academic-figure-playbook.md, references/docs/academic-export-checklist.md, references/workflows/create.md
math-formulaformula, equation, LaTeX, AsciiMath, MathJax, 公式references/docs/math-typesetting.md, references/docs/design-system/formulas.md
editmodify an existing .drawio, YAML bundle, or previous outputreferences/workflows/edit.md, references/docs/migration-readiness.md
replicateredraw screenshot, image, SVG, or reference diagramreferences/workflows/replicate.md, references/docs/design-system/color-guide.md
stencil-heavycloud, network, AWS, Azure, GCP, Cisco, Kubernetesreferences/docs/stencil-library-guide.md, references/official/xml-reference.md
style-presetlearn/use/list/delete/rename visual style presetsreferences/docs/style-presets.md, references/docs/upstream-pure-drawio-skill.md

Academic Defaults

For academic-paper requests, set these before rendering:

  • meta.profile: academic-paper
  • meta.figureType: exactly one of architecture, roadmap, or workflow
  • meta.theme: academic by default, or academic-color when color is useful
  • meta.title: caption-ready figure title
  • meta.description: one sentence explaining the figure intent

Default deliverables:

  • <name>.drawio
  • <name>.spec.yaml
  • <name>.arch.json
  • <name>.svg

Add <name>.png only when the user asks for PNG, Word, thesis/A4, raster-first, or screenshot matching, and draw.io Desktop export is available.

Create Flow

  1. Classify the figure as architecture, roadmap, or workflow.
  2. Draft the YAML spec as the canonical source.
  3. Use concise labels; shorten labels before shrinking fonts.
  4. Validate before rendering: node <skill-dir>/scripts/cli.js input.yaml output.drawio --validate --write-sidecars node <skill-dir>/scripts/cli.js input.yaml output.svg --validate --write-sidecars
  5. Use --strict or --strict-warnings for publication-grade checks.
  6. Self-check the exported SVG/PNG when vision is available.
  7. Apply targeted edits to YAML or XML, re-render, and repeat until approved.

Edit and Replicate Flow

  • If a .spec.yaml sidecar exists, edit the YAML spec first.
  • If only .drawio exists, import it before editing: node <skill-dir>/scripts/cli.js existing.drawio --input-format drawio --export-spec --write-sidecars
  • After import, inspect the generated .spec.yaml and .arch.json, apply edits to the YAML spec, then regenerate the requested .drawio or .svg with --write-sidecars.
  • Keep all regenerated files on the same basename so the bundle remains round-trippable.
  • For image/SVG replication, extract palette intent first and preserve the source palette unless the user asks for paper-safe recoloring.
  • For major structural changes, show an ASCII logic draft before rendering.
  • Preserve <name>.drawio, <name>.spec.yaml, and <name>.arch.json together.

Export Policy

Use the local CLI for deterministic exports.

# Offline SVG and sidecars
node <skill-dir>/scripts/cli.js input.yaml figure.svg --validate --write-sidecars

# Editable .drawio bundle
node <skill-dir>/scripts/cli.js input.yaml figure.drawio --validate --write-sidecars

# Desktop-enhanced exports
node <skill-dir>/scripts/cli.js input.yaml figure.drawio.svg --validate --write-sidecars --use-desktop
node <skill-dir>/scripts/cli.js input.yaml figure.png --validate --use-desktop
node <skill-dir>/scripts/cli.js input.yaml figure.pdf --validate --use-desktop

Desktop CLI supports PNG/SVG/PDF/JPG. PNG/SVG/PDF exports can embed the editable diagram XML.

If Desktop is unavailable, generate a diagrams.net URL:

node <skill-dir>/scripts/runtime/diagrams-net-url.js figure.drawio

The diagram XML is encoded after #R in the URL fragment. The fragment is client-side and is not sent to diagrams.net servers.

If Desktop is unavailable for PNG/PDF/JPG, do not pretend those files exist. Deliver .drawio, .spec.yaml, .arch.json, and .svg, then include the diagrams.net URL or the exact Desktop command the user can run later.

Style Presets

Use user presets from ~/.drawio-academic-skills/styles/ first, then bundled presets from styles/built-in/.

Supported operations:

  • learn a style from .drawio, .xml, .svg, .png, .jpg, or .jpeg
  • preview a generated sample before saving
  • list presets
  • set one user preset as default
  • rename or delete user presets

Never mutate bundled presets. Copy a bundled preset into ~/.drawio-academic-skills/styles/ before making it a default.

Failure Recovery

Use these fallbacks before stopping:

FailureRecovery
YAML validation failsFix the YAML spec first, then rerun the same CLI command with --validate.
.drawio import is incompletePreserve the original file, export the partial spec, and report unsupported shapes or styles explicitly.
Desktop export fails or Desktop is missingRegenerate the offline bundle and SVG, then provide a diagrams.net URL fallback.
Formula rendering is wrongRecheck delimiters against the math reference, then simplify the label before changing layout.
SVG/PNG self-check finds overlapEdit labels or routing in YAML/XML and re-render; do not only describe the issue.

Quality Gate

Do not claim completion until:

  • .drawio, .spec.yaml, .arch.json, and .svg are aligned
  • academic profile has a valid figureType
  • labels are readable at paper/A4 scale
  • formulas use official delimiters: $$...$$, \(...\), or AsciiMath backticks
  • connector routing is readable
  • colors are not the only carrier of meaning
  • requested PNG/PDF/JPG exports were attempted through draw.io Desktop or clearly reported as unavailable
  • no MCP config, MCP server, or live backend is required for the result

Completion Report

End with a concise report:

  • Deliverables written, with paths.
  • Commands run for validation/export.
  • Any unavailable exports and the fallback provided.
  • Remaining manual checks, if visual inspection or Desktop export could not run.

Reference Files

  • references/docs/upstream-pure-drawio-skill.md: preserved upstream pure SKILL.md workflow
  • references/docs/academic-figure-playbook.md: academic figure typing and delivery rules
  • references/docs/academic-export-checklist.md: paper-ready checklist
  • references/docs/math-typesetting.md: formula syntax and export guidance
  • references/official/xml-reference.md: draw.io XML mirror
  • references/official/style-reference.md: draw.io style mirror
  • references/examples/: reusable YAML examples
  • styles/built-in/: upstream pure-skill style presets
  • assets/themes/: YAML/CLI design-system themes

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.44%
按下载量换算91

Claude

30%
按下载量换算75

Cursor

17.84%
按下载量换算45

Gemini CLI

9.59%
按下载量换算24

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills