deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:guozede12593312/dsh-cnwrite
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
一个 DeepSeek Harness(DSH)插件,为 AI 对话补上中文写作的两个刚需工具:
纯本地文本计算:不联网、不读文件、不碰凭据、不需要任何 API 密钥,整个插件没有任何网络请求。核心逻辑在 lib.js(约 100 行纯函数),欢迎审计。
dsh plugin --profile web add github:你的用户名/dsh-cnwrite
本插件为纯 JavaScript、无构建步骤,从 GitHub 安装时不会执行任何构建脚本。
启动后在对话框直接说:
用 cn_polish 排版这段文字:「人工智能正在改变世界,AI tools are everywhere!」
用 cn_stats 统计这篇文章的字数和阅读时长:……
git clone https://github.com/你的用户名/dsh-cnwrite
cd dsh-cnwrite
npm install # 本地 link 安装时需要手动装一次依赖
node test.mjs # 13 项单元测试,无需 DSH 环境
本地调试(link 模式,改代码即时生效):
dsh plugin --profile demo add /path/to/dsh-cnwrite
dsh --profile demo --dump-config # 应看到 "# == dsh-cnwrite" 层
dsh web --port 3081
dsh-cnwrite/
├── index.js # 插件入口:注册 cn_polish / cn_stats 两个工具
├── lib.js # 纯文本处理逻辑(可独立测试)
├── test.mjs # 单元测试
├── cordis.patch.yml # 插件层声明(对 dsh plugin 暴露)
└── package.json # dsh.bundle 打包清单
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。