DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Antv Infographic — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
A

dsh-antv-infographic

Antv Infographic

适用于 DeepSeek Harness 的 AntV Infographic 渲染器:支持内联渲染 AI 生成的信息图围栏、流式输出、编辑以及 SVG/PNG 导出。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:HellowVirgil/dsh-antv-infographic#772040f6f4acfd51a58d421763969840c06bf3b8
README兼容性版本

兼容性与来源证明

Antv Infographic 以 dsh-antv-infographic 发布,当前版本为 0.1.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/21

版本

0.1.1stable
2026/8/21
0.1.0stable
2026/8/21

相关插件

正在加载相关插件…

最新版
0.1.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 2
周下载
0
最近提交
2026/8/21
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 vision-media 分类下经过校验的插件。

Tool Describe Image@linxin666/dsh-tool-describe-image面向模型的 describe_image 工具,用于 dsh Web GUI:通过在兼容 OpenAI 的端点调用视觉语言模型,为文本模型提供图像理解能力,以描述一张图像(本地路径、http(s) URL 或附件引用)。可热插拔 —Modlens@liustack/modlens面向仅支持文本的 LLM 的插件视觉能力,由免费的 Antigravity CLI 提供支持Deepseek Ivideodeepseek-ivideoiPolloWork HyperFrames Video Studio,以及 27 个可编辑视频模板,以原生 DeepSeek Harness 对话视图呈现。Image Gendsh-image-gen将类似 ChatGPT 的图像生成功能带到 DeepSeek Harness——支持 Gemini、OpenAI、Seedream、DashScope、本地 ComfyUI 等。

README

🌐 简体中文 | English

dsh-antv-infographic

Render editable and exportable AntV Infographic SVGs directly inside DeepSeek Harness (DSH) replies.

Preview

dsh-antv-infographic rendering an editable AntV Infographic inside DSH

Actual DSH rendering with progressive generation, local editing, SVG/PNG export, and DSL copying.

The model emits an infographic fenced block, and the plugin progressively renders the AntV Infographic DSL as SVG:

```infographic
infographic sequence-timeline-rounded-rect-node
data
  title Product roadmap
  sequences
    - label Research
      desc Identify the user problem
    - label Launch
      desc Release and validate
```

Features

  • Supports roughly 200 AntV Infographic templates
  • Progressively renders while the model streams its response
  • Starts in view mode and can switch to local editing mode
  • Exports SVG or PNG and copies the source DSL
  • Uses the DSH fence-registry when available, with a DOM fallback for older hosts
  • Lazy-loads the AntV engine without blocking the initial DSH page load
  • Limits model-generated source size and blocks executable markup, dangerous URLs, and private-network resources
  • Includes an optional antv-infographic Skill with richer template-selection and DSL-generation guidance

Installation

Install the published package directly into a DSH profile:

dsh plugin --profile web add dsh-antv-infographic

This command installs everything required for DSH to generate and render infographic blocks. A separate Skill installation is not required.

Restart dsh web and hard-refresh the browser after installation.

Install from source

git clone https://github.com/HellowVirgil/dsh-antv-infographic.git
cd dsh-antv-infographic
pnpm install
pnpm run check
dsh plugin --profile web add "link:$PWD"

If the profile already contains an older version, remove it before adding the local link again:

dsh plugin --profile web remove dsh-antv-infographic
dsh plugin --profile web add "link:$PWD"

Optional: Install the Skill

The plugin already injects the essential DSL contract into the DSH system prompt. Install the Skill only if your agent environment discovers ~/.agents/skills and you want more detailed template guidance and examples for complex infographics.

From a source checkout:

mkdir -p ~/.agents/skills/antv-infographic
cp SKILL.md ~/.agents/skills/antv-infographic/SKILL.md

Or download the packaged Skill directly from GitHub:

mkdir -p ~/.agents/skills/antv-infographic
curl -fsSL https://raw.githubusercontent.com/HellowVirgil/dsh-antv-infographic/main/SKILL.md \
  -o ~/.agents/skills/antv-infographic/SKILL.md

Try this prompt in a new session:

Use infographic to create a roadmap from product research to scaled launch.

The following browser console message confirms that the client is active:

[dsh-antv-infographic] client active; fence-channel=registry

Older hosts display fence-channel=dom instead.

How it works

The plugin has three parts:

  1. The Node.js plugin injects the infographic DSL contract into the DSH system prompt.
  2. The browser adapter recognizes fenced blocks and renders them with AntV Infographic.
  3. The main AntV engine is served as a separate resource and loaded on demand from the plugin's HTTP route.

When DSH provides a fence registry, the plugin registers a renderer directly. Otherwise, it observes the conversation DOM and replaces infographic code blocks with the same rendering component.

Scope

Best for roadmaps, timelines, processes, capability maps, hierarchies, comparisons, data stories, and executive summaries.

Not intended for forms, operational buttons, quizzes, complex business panels, or interactions whose results must be sent back to the model.

Development

pnpm test
pnpm build
pnpm run verify:pack

Main entry points:

  • src/plugin/index.ts: prompt injection and asset route
  • src/client/index.tsx: DSH client registration
  • src/client/InfographicBlock.tsx: AntV UI, editing, and export
  • src/client/dom-fence.tsx: fallback for older hosts
  • src/client/asset-infographic.ts: lazy AntV engine bundle

License

MIT. AntV Infographic is also licensed under MIT.