Back to home@guobinmengxiang-rgb

dsh-plugins

Small DeepSeek Harness plugins. Install one folder at a time. Don't pip the wrong dsh.

Stars
0
Language
JavaScript
Created
Aug 17, 2026
Updated
Aug 17, 2026

Introduction

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.

PackageToolWhat it does
dsh-cli-guardcheck_dsh_cliReport whether dsh on PATH is official or the wrong PyPI binary
dsh-title-countcount_titleUnicode code-point length vs Xiaohongshu 20 / Toutiao 30
dsh-handoffwrite_handoffWrite bilingual HANDOFF.md for the next agent
dsh-xhs-noteformat_xhs_noteFormat a Xiaohongshu note (sister repo)
dsh-memory-canvasmemory_offload / memory_recall / memory_canvasOffload 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 国彬 张