sijidoubi/dsh-plugin-mermaid ↗★ 0
dsh-tool-mermaid
DeepSeek Harness plugin: a mermaid_render tool that renders Mermaid source to SVG in-process (mermaid 11 + jsdom, no browser needed)
AI Analysis
核心用途是让 Agent 能够直接生成并渲染流程图、时序图等图表。适合需要直观图表展示的开发或分析任务。基于 mermaid 11 和 jsdom 实现。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sijidoubi/dsh-plugin-mermaidREADME
Read the full README ↗配置
bundle 默认启用以下配置(可在 profile 的 cordis.patch.yml 覆盖整行):
- insert:
- id: tool-mermaid
name: dsh-tool-mermaid
config:
theme: default # default | dark | neutral | forest
securityLevel: strict # strict(默认,消毒标签内 HTML) | loose(原样渲染)