dsh-plugins
其他 活跃维护

dsh-plugins

guobinmengxiang-rgb/dsh-plugins

体量小巧的AI工具功能插件,支持用户按需逐文件夹安装,无需整包pip,避免错装无关依赖,使用轻量无冗余,扩展功能灵活便捷。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
9 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:guobinmengxiang-rgb/dsh-plugins
git clone https://github.com/guobinmengxiang-rgb/dsh-plugins.git
git clone git@github.com:guobinmengxiang-rgb/dsh-plugins.git
README.md main

dsh-plugins

Small no-build JavaScript DeepSeek Harness plugins. Install one folder at a time. Do not pip the wrong dsh.

CAUTION: do not pip the wrong dsh. Official CLI is @deepseek-ai/dsh (today 0.1.0-rc.6). The PyPI package deepseek-harness-cli is a different tool (dsh doctor / dsh chat). Help should show profile / web / plugin, not doctor.

GitHub topic: dsh-plugin. Chinese: README.zh.md

Packages

This repo is a collection. Sister plugins live in their own repos — this folder does not re-ship them.

Package Tool What it does
dsh-cli-guard check_dsh_cli Report whether dsh on PATH is official or the wrong PyPI binary
dsh-title-count count_title Unicode code-point length vs Xiaohongshu 20 / Toutiao 30
dsh-handoff write_handoff Write bilingual HANDOFF.md for the next agent
dsh-xhs-note format_xhs_note Format a Xiaohongshu note (sister repo)
dsh-memory-canvas memory_offload / memory_recall / memory_canvas Offload bulky logs to refs + Mermaid canvas (sister repo)

Install into a profile

Plain JavaScript. No prepare or build step.

Git install does not need allowBuilds. Quote the hash.

dsh plugin --profile web add "github:guobinmengxiang-rgb/dsh-plugins#path:/packages/dsh-cli-guard"

dsh plugin --profile web add "github:guobinmengxiang-rgb/dsh-plugins#path:/packages/dsh-title-count"

dsh plugin --profile web add "github:guobinmengxiang-rgb/dsh-plugins#path:/packages/dsh-handoff"

Check the composed layer without booting:

dsh --profile web --dump-config

You should see the plugin layer. Then start the profile as usual.

Demo (no dsh)

node packages/dsh-cli-guard/demo.mjs
node packages/dsh-title-count/demo.mjs
node packages/dsh-handoff/demo.mjs

dsh-cli-guard still prints a report if dsh is missing (UNKNOWN).

Honest limits

  • DeepSeek Harness is a developer preview: THERE WILL BE COMPATIBILITY-BREAKING CHANGES.
  • Preview will break.
  • Plugin code runs on your machine.
  • Bundle cordis.patch.yml uses the package name, not a filesystem path.

Official docs and related

License

MIT (c) 2026 国彬 张