DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Function Plot — DSH Plugin for DeepSeek Harness
← Plugins

dsh-function-plot

Function Plot

2D teaching plots and standalone SVG cards for DeepSeek Harness

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-function-plot@0.1.6
READMECompatibilityVersions
plot_function

Compatibility and provenance

Function Plot is published as dsh-function-plot and currently resolves to version 0.1.6. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.1.6stable
8/18/2026
0.1.5stable
8/17/2026
0.1.4stable
8/17/2026
Show 4 more versionsCollapse versions
0.1.3stable
8/17/2026
0.1.2stable
8/17/2026
0.1.1stable
8/17/2026
0.1.0stable
8/17/2026

Related plugins

Loading related plugins…

Latest
0.1.6
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
138.3 kB
Files
8
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
113
Security scan
✓ v0.1.6 scan passed
Last push
8/18/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.

README

dsh-function-plot

plot_function

安装

npm(推荐)

dsh plugin --profile web add dsh-function-plot
dsh web

源码

git clone https://github.com/kirineko/dsh-function-plot.git
cd dsh-function-plot
pnpm install
pnpm build
dsh plugin --profile web add "$(pwd)"

pnpm ≥10 若 add 失败,写入 ~/.dsh/profiles/web/pnpm-workspace.yaml 后重试:

allowBuilds:
  dsh-function-plot: true

使用

目的说法
画函数画 sigmoid;对比 ReLU 和 GELU;画 y = x^2 / 2
显示已有 SVG把 figures/arch.svg 显示在对话里
  • 标准模式:独立卡片
  • PTC:run_code 下的嵌套卡片
  • 函数图:远景 / 近景 / 对照、函数信息、下载
  • 文件:.dsh-plots/*.svg

卸载

dsh plugin --profile web remove dsh-function-plot

配置(可选)

默认即可使用,一般不用改。只有要换输出目录、采样数、画布或主题时,才编辑 ~/.dsh/profiles/web/cordis.patch.yml:

- id: function-plot
  name: dsh-function-plot
  config:
    outputDir: .dsh-plots
    samples: 400
    width: 960
    height: 540
    theme: light