精选
为什么选中它
待人工精选——以下事实来自源码仓库。
它能做什么
Anime skin pack for DeepSeek Harness Web UI: 5 AI-generated HD themes, top-right switcher, adjustable transparency · DSH 动漫皮肤包
适合谁
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
风险提示
- 未发现明显风险信号;安装前仍建议查看源码。
Anime skin pack for DeepSeek Harness Web UI: 5 AI-generated HD themes, top-right switcher, adjustable transparency · DSH 动漫皮肤包
待人工精选——以下事实来自源码仓库。
Anime skin pack for DeepSeek Harness Web UI: 5 AI-generated HD themes, top-right switcher, adjustable transparency · DSH 动漫皮肤包
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
dsh plugin --profile web add github:lyq3/dsh-skin-nebula 作者没有声明支持的平台。
localStorage per browser. Both color schemes (light/dark) are covered by every skin; the backdrop follows body[data-ds-dark-theme] automatically. ## Preview | | Dark | Light | | --- | --- | --- | | Ninja |
|
| | Sakura |
|
| | Bamboo |
|
| | Ronin |
|
| | Ryujin |
|
| ## Install From GitHub (recommended): sh dsh plugin --profile web add github:lyq3/dsh-skin-nebula From a local checkout: sh dsh plugin --profile web add file:/path/to/dsh-skin-nebula Ensure dsh-skin-nebula is listed in the profile's dsh.profile.bundles (the dsh plugin add command does this automatically), then restart dsh. Upgrade: re-run the same add command (for github: installs, add github:lyq3/dsh-skin-nebula pulls the latest main), then restart dsh. Uninstall: dsh plugin --profile web remove dsh-skin-nebula and drop the entry from bundles. ## How it works - index.mjs — host plugin: registers the /skin-nebula prefix route on the dsh webserver to serve artwork from assets/ (prefix routes must be registered without a trailing slash). - client/client.js — browser plugin (__ModuleLoader__ bundle, hand-written, no bundler): - one ctx.theme.overrideTokens() layer per active skin, covering the --dsw-alias-* semantic tokens and the --dsw-static-neutral-bluish-* surface scale (the sidebar and some panels read statics directly and would otherwise stay stock gray); every value is a { light, dark } pair so neither scheme bleeds into the other, and re-calling with the same source swaps the whole layer atomically on skin switch; - a body-level backdrop stylesheet (no product DOM selectors); - the switcher registered in the shell.overlay slot, with zh/en dictionaries through the optional locale service. - assets/ — ten 1536×1024 artworks (dark + light per skin) generated with gpt-image-2. - cordis.patch.yml — inserts the host plugin into the profile's bundle layer. ## Compatibility Built against @deepseek-ai/dsh 0.1.0-rc.6 (Developer Preview) and re-verified on 0.1.0-rc.7 — the --dsw-alias-* and --dsw-static-neutral-bluish-* token inventories are unchanged between the two. rc releases may still break the dsh.client contract or the token inventory; if the skin stops applying after a dsh upgrade, re-check the alias/static token names against dsh-client-ui-theme's style sheets first. ## License MIT不看 Star,人工一条条挑的。
把 DSH 的 settings.yaml 做成可视化看板:所有已注册的 settings namespace——包括官方界面从未覆盖的第三方插件配置——都渲染成可编辑表单。项目还早,但方向很对:告别手改 YAML。
给 DSH 的 DIY 轨迹可视化:把 agent 的计划与执行画成图,不用翻原始日志也能看清它在干嘛。项目还早,但补上了「一眼看懂 agent 在做什么」这个真实缺口。
从 Claude Code / Codex 把活派给 DSH:在宿主内拉起带分级预设的 DSH agent 会话,看原生子代理进度,还能借它的多模态桥给纯文本的 DSH 补上视觉和生图。编排型插件,把 DSH 变成其他编码 agent 的后端。