dsh-deep-whale#maid-atelier
Small-tailqwq/dsh-deep-whale#maid-atelier
DSH Web 鲸鱼娘皮肤系列(深海女仆工坊 maid-atelier)。
DeepSeek Harness 插件
为 DSH Web 设置本地图片与 MP4 视频背景:侧栏「背景」面板、可保存主题(含内置「画窗」)、声音开关、恢复上次背景,以及 /bg、/bg-theme、/bg-clear 命令。
跳到安装方式默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。
复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。
请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。
插件页面:https://deepseekplugins.org/zh/plugins/starsstreaming/beautiCode~23deepseek-harness
GitHub:https://github.com/starsstreaming/beautiCode/tree/main/integrations/deepseek-harness
插件名:beautiCode#deepseek-harness
作者:starsstreaming
安装命令:dsh plugin --profile web add github:starsstreaming/beautiCode#path:/integrations/deepseek-harness
确认前不要执行安装命令。安装前先看这个插件目录里的 README 和其他文件。
{
"name": "@beauticode/dsh-plugin",
"version": "1.0.0",
"description": "Cordis plugin: image/video backgrounds for DeepSeek Harness web.",
"type": "module",
"main": "./index.mjs",
"bin": {
"beauticode-dsh": "bin/beauticode-dsh"
},
"exports": {
".": {
"import": "./index.mjs"
}
},
"files": [
"index.mjs",
"client.js",
"console.js",
"atmosphere.js",
"presets.mjs",
"agent.mjs",
"control-client.mjs",
"host-apply.mjs",
"ui-host.mjs",
"cli.js",
"bin/beauticode-dsh",
"cordis.patch.yml",
"vendor",
"themes"
],
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
}
},
"publishConfig": {
"access": "public"
},
"keywords": [
"dsh",
"dsh-plugin",
"deepseek",
"deepseek-harness",
"background",
"wallpaper"
],
"repository": {
"type": "git",
"url": "git+https://github.com/starsstreaming/beautiCode.git",
"directory": "integrations/deepseek-harness"
},
"engines": {
"node": ">=22"
},
"license": "MIT"
}