dsh-context
bowenliang123/dsh-context
DSH 上下文洞察面板:Context 仪表盘 + /context命令 + Context 浏览器,查看 Context的分类组成、内容详情、演进趋势、压缩/注入事件、统计等一站式 Context 全生命周期管理。
DeepSeek Harness 插件
自定义时间窗口自动暂停/恢复任务,高峰时段节省 API 费用;含账户余额显示和 10 分钟粒度的消费柱状图。
跳到安装方式默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。
复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。
请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。
插件页面:https://deepseekplugins.org/zh/plugins/zhu168/dsh-save-money~23plugin
GitHub:https://github.com/zhu168/dsh-save-money/tree/main/plugin
插件名:dsh-save-money#plugin
作者:zhu168
安装命令:dsh plugin --profile web add dsh-save-money
确认前不要执行安装命令。安装前先看这个插件目录里的 README 和其他文件。
{
"name": "dsh-save-money",
"version": "1.4.3",
"description": "DSH save-money plugin — time-window auto pause/resume for peak/off-peak API pricing (no requests sent while paused).",
"repository": {
"type": "git",
"url": "https://github.com/zhu168/dsh-save-money.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"index.js",
"cordis.patch.yml",
"client.js"
],
"type": "module",
"main": "index.js",
"scripts": {
"build": "node ../scripts/build.js && node ../scripts/make-plugin.js",
"prepare": "node ../scripts/build.js && node ../scripts/make-plugin.js"
},
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
},
"client": {
"platform": "web"
}
},
"license": "MIT",
"exports": {
".": "./index.js",
"./client": "./client.js",
"./package.json": "./package.json"
}
}