概览
dsh-xhs-note
DSH plugin: format Xiaohongshu notes. Don't pip the wrong dsh.
README / ZH
插件文档
dsh-xhs-note
把小红书笔记排成 DeepSeek Harness 工具:标题按 Unicode 码点计,最多 20 个字。别 pip 装错 dsh。
GitHub topic:dsh-plugin。English: README.md
不装 dsh 先跑
node demo.mjs
应打出标题和课程仓库地址。
装进 profile
本包是纯 JS,没有 prepare / 构建步骤,从 git 安装不需要 allowBuilds。
dsh plugin --profile web add github:guobinmengxiang-rgb/dsh-xhs-note
先不启动、只看组合后的层:
dsh --profile web --dump-config
应看见 dsh-xhs-note 这一层,再按平常方式启动。
官方 CLI 是 @deepseek-ai/dsh(今天仍是 0.1.0-rc.6)。PyPI 上的 deepseek-harness-cli 是另一个工具(dsh doctor / dsh chat)。
诚实边界
- npx 未必能加载本地 overlay。课程仓库 dsh-getting-started 里的 overlay 仍需要 TypeScript 文件的绝对路径。
- 本组合包的 cordis.patch.yml 用的是包名 dsh-xhs-note,不是文件系统路径。
- 这是开发者预览:THERE WILL BE COMPATIBILITY-BREAKING CHANGES.
- 插件在你的机器上跑。
工具
- 插件导出 name:format-xhs-note
- 工具名:format_xhs_note
- inject:tools
- 标题规则:Unicode 码点,最多 20
- 默认课程链接:https://github.com/guobinmengxiang-rgb/dsh-getting-started
官方文档
- 第一个插件(中文源码页):docs/user/develop/basic/index.zh.md
- 打包与安装(中文源码页):docs/user/develop/basic/publish.zh.md
- 英文站点:https://deepseek-harness.github.io/deepseek-harness/en/develop/basic/
- 英文打包页:https://deepseek-harness.github.io/deepseek-harness/en/develop/basic/publish
课程与列表
- 课程:https://github.com/guobinmengxiang-rgb/dsh-getting-started
- 精选列表:https://github.com/guobinmengxiang-rgb/awesome-dsh
许可
MIT (c) 2026 国彬 张
