
kingOfSoySauce/dsh-liang-skin
192Last commit Aug 15, 2026
dsh-liang-skin DSH plugin
This plugin transforms the reasoning effort selection in DeepSeek Harness into a compact slider mapped to the 0–30 intensity scale from the Liang Intensity Calibrator project. It dynamically adjusts the number of stops based on the model's available reasoning.efforts, and synchronizes character, background, and UI colors with the slider position. The skin can be toggled on/off in the settings menu.
How to install the dsh-liang-skin DSH plugin
dsh plugin --profile web add 'github:kingOfSoySauce/dsh-liang-skin#v0.1.4Copying does not run this command. Review the repository and version before installing the dsh-liang-skin DSH plugin.
dsh-liang-skin DSH plugin data source
dsh-liang-skin DSH plugin snapshot date: Aug 16, 2026
discovered
What the dsh-liang-skin DSH plugin can do
- Replaces reasoning effort dropdown with a compact slider mapped to 0–30 intensity.
- Automatically adapts slider stops to the model's available reasoning effort levels (e.g., 2, 3, 5 stops).
- Synchronizes character images, background, and adaptive color scheme with slider position.
- Provides a toggle in Settings → General → Appearance to switch between the skin and native Harness UI.
- Supports three installation methods: GitHub release tag, tarball, or local development link.
Where the dsh-liang-skin DSH plugin fits
- Intuitively adjust AI reasoning intensity via a slider instead of a dropdown.
- Experience a visually themed interface that changes character and background with reasoning level.
- Quickly switch between the custom skin and native Harness UI without modifying model config.
- Integrate the Liang Intensity Calibrator visual style into your DSH workflow.
- Experiment with different reasoning effort levels while enjoying a dynamic UI.
Who the dsh-liang-skin DSH plugin is for
- DeepSeek Harness users who want a more visual and interactive reasoning effort selector.
- Users interested in the Liang Intensity Calibrator aesthetic and its integration with DSH.
dsh-liang-skin DSH plugin limitations
- Only confirmed to work with DSH version 0.1.0-rc.6 (may not be compatible with others).
- Does not display the slider for models that do not support reasoning or have only one effort level.
- The slider is not shown and does not submit for 'addressed subagent' (sub-agent with addressing).
- Installation via GitHub requires network access (tarball or local path can be used offline).
- The skin is a UI-only modification; it does not change the underlying reasoning effort logic.
dsh-liang-skin DSH plugin: from the repository README
Quoted from the kingOfSoySauce/dsh-liang-skin README, the upstream source of the dsh-liang-skin DSH plugin. Copyright remains with the original authors.
复制给你的 DSH,一键安装: ```text 帮我安装这个仓库的皮肤到我的 DSH,地址:https://github.com/kingOfSoySauce/dsh-liang-skin ``` ## 效果展示 <table> <tr> <td width="50%" align="center"> <img src="docs/preview.png" alt="滑动变祖皮肤效果截图" width="100%"> <br> <sub>完整皮肤效果</sub> </td> <td width="50%" align="center"> <img src="docs/demo.gif" alt="滑动变祖交互演示" width="100%"> <br> <sub>推理等级滑块演示</sub> </td> </tr> </table> 把 Harness 的推理等级改为紧凑滑块,并用滑动变祖原项目的 0–30 强度映射同步人物、背景与界面配色。 ## 交互规则 - 档位直接读取当前模型的 `reasoning.efforts`,不写死数量或名称。 - 任意 N 个档位均匀落在 0–30:两档为 `0 / 30`,三档为 `0 / 15 / 30`,五档为 `0 / 7.5 / 15 / 22.5 / 30`。 - 拖动期间只做连续视觉预览;指针松开、键盘操作完成或控件失焦时,才吸附到最近档位并通过官方 ModelDirectory 提交该档位原始 ID。 - 不支持推理或只有一个可选档位的模型不显示滑块。 - addressed subagent 不显示也不提交滑块。 ## 外观开关 入口位于 `设置 → 通用设置 → 外观皮肤`: - `滑动变祖`:显示滑块并启用人物、背景和自适应配色。 - `原生`:移除背景层、皮肤变量和滑块,恢复 Harness 原生界面。 选择保存在当前浏览器本地,不会改动模型配置。 ## 安装 需要先安装 DeepSeek Harness CLI;当前版本已在 `0.1.0-rc.6` 上验证。安装本身可以在 DSH 运行时执行(只改动磁盘配置),重启后生效。三种方式任选其一: ### 方式一:从 GitHub 安装(固定 release tag) ```sh dsh plugin --profile web add 'github:kingOfSoySauce/dsh-liang-skin#v0.1.4' dsh --profile web --dump-config | grep -B1 -A2 liang-intensity ``` 版本号固定为已验证的 release tag,之后推送
Read the full READMEThe repository declares no license. Check with the authors before using it.
dsh-liang-skin DSH plugin questions
How do I install this skin plugin?
You can install it via the DSH CLI using the command: `dsh plugin --profile web add 'github:kingOfSoySauce/dsh-liang-skin#v0.1.4'`. Alternatively, download the tarball from the Releases page and run `dsh plugin --profile web add ./path-to-tarball.tgz`. For local development, clone the repo and use `dsh plugin --profile web add .` from the cloned directory.
Does this skin work with all models?
No. The slider only appears for models that support reasoning and have at least two available effort levels. Models without reasoning capability or with only one level will not show the slider. Additionally, the 'addressed subagent' (sub-agent with addressing) does not display or submit the slider.
Can I switch back to the native Harness UI?
Yes, you can toggle the skin off in Settings → General Settings → Appearance Skin. Choose 'Native' to remove the background layer, skin variables, and the slider, restoring the original Harness interface. The selection is saved in local browser storage and does not affect model configuration.
How do I uninstall the plugin?
Run the command: `dsh plugin --profile web remove dsh-client-liang-intensity-skin`. This will remove the plugin from your profile's bundles. After restarting DSH, the skin entry will be completely removed from settings.
What if I get a pnpm build script error during installation?
The skin does not have a prepare script, so the error is likely due to pnpm ≥ 10 blocking build scripts. Follow the instructions printed by DSH: add the corresponding key to `allowBuilds` in `~/.dsh/profiles/web/pnpm-workspace.yaml` and retry. If you prefer, use the tarball installation method which does not require building.