其他
技能
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
DSH(DeepSeek Harness)关键信息分析插件:在 Web GUI 的设置页展示一个中文“关键信息”面板,汇总当前运行环境、profile 组成、插件状态、会话与模型,以及错误与警告。
lib/index.js):挂载时注册 HTTP 端点 /dsh-key-info,返回关键信息的 JSON(中文键结构)。lib/client.js):声明 dsh.client 平台 web,由 DSH 的 ClientModuleRegistry 运行时发现并服务;在 Web GUI 设置页的 settings.section 插槽注册“关键信息”分区,拉取端点并渲染中文面板。dsh.bundle 声明作为 profile 补丁层自动挂载。# 从 Git 仓库安装
dsh plugin --profile web add git+https://github.com/Sean-Gao/DSH.git
# 或本地路径安装(开发时)
dsh plugin --profile web add /path/to/dsh-plugin-key-info
安装后重启 web 应用(dsh web),打开 Web GUI 的「设置 → 关键信息」即可看到面板。
在 profile 的 cordis.patch.yml 中:
- insert:
- id: key-info
name: dsh-plugin-key-info
启动后 GET /dsh-key-info 返回结构化 JSON,可直接用于脚本或排查:
{
"environment": { "dshHome": "...", "profileName": "web", "node": "v22.x" },
"composition": { "bundles": ["@deepseek-ai/dsh-base", "..."], "dependencies": [] },
"plugins": [{ "name": "...", "version": "...", "state": 2, "disabled": false }],
"summary": { "total": 0, "active": 0, "failed": 0, "pending": 0, "disabled": 0 },
"sessions": { "count": 0, "ids": [] },
"models": { "count": 0, "ids": [] },
"warnings": { "failed": [], "pending": [], "disabled": [] }
}
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。