其他
技能
dsh-web-search-ddg
aooyoo
Zero-token DuckDuckGo search provider for the DeepSeek Harness (DSH) web seam — local headless browser, no API key, no m…
deepseek-harnessdeepseek-harness-plugindsh-bundledsh-ctest
PROJECT TOPICS
PROJECT README
把 DeepSeek Harness 已安装的插件清单同步到 GitHub Gist 的 DSH 插件。
profiles/<profile>/package.json 的 dependencies + dsh.profile.bundles + cordis.patch.yml 打包为 dsh-plugins.json 上传到 Gistpackage.json / cordis.patch.yml 并自动执行 pnpm install,提示重启 Harness 生效dsh_plugin_sync_XXXX(4 位随机字符)的私有 Gistdsh plugin --profile web add dsh-plugin-sync
或手动编辑 profile 的 package.json:
{
"dependencies": {
"dsh-plugin-sync": "^1.0.0"
},
"dsh": {
"profile": {
"bundles": ["dsh-plugin-sync"]
}
}
}
然后 pnpm install 并重启 Harness。安装后可在 dsh-market 中查看。
gist 权限)npm install
npm run build # esbuild 产出 lib/index.js(host)+ lib/client.js(client bundle)
@deepseek-ai/* 与 react 保持外部依赖(由 profile 的 node_modules / app 模块系统提供),zod 打包进产物。
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。