dsh-deep-whale#maid-atelier
Small-tailqwq/dsh-deep-whale#maid-atelier
Whale-girl skin series for the DSH Web UI (maid-atelier).
DeepSeek Harness plugin
Local image and MP4 video backgrounds for DSH Web: a sidebar Background panel, saved themes including a built-in window-frame preset, mute toggle, last-background restore, plus /bg, /bg-theme and /bg-clear commands.
Jump to installStart with a prompt that asks an agent to read the source. Switch to the command if you want to install it yourself.
Copy this prompt into DSH, Codex, or another agent and ask it to read the page and repository first.
Do not install anything yet. Read this DeepSeek Harness plugin and explain what it does, which files, networks, or credentials it can access, and how to install and remove it.
Plugin page: https://deepseekplugins.org/plugins/starsstreaming/beautiCode~23deepseek-harness
GitHub: https://github.com/starsstreaming/beautiCode/tree/main/integrations/deepseek-harness
Plugin: beautiCode#deepseek-harness
Author: starsstreaming
Install command: dsh plugin --profile web add github:starsstreaming/beautiCode#path:/integrations/deepseek-harness
Do not run the install command until I confirm.Read the README and other files from this plugin directory before installing.
{
"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"
}