
PAKIKNOWLEDGE/dsh-client-ui-skin-claude
50Last commit Aug 15, 2026
dsh-client-ui-skin-claude DSH plugin
This plugin replaces the default DSH Web interface with a Claude-inspired theme. It features a warm dark background (#141413), Anthropic terracotta orange (#d97757) accents, serif interface fonts, and a dual light/dark theme that follows the system setting. The skin includes thin scrollbars, terracotta selection and focus styles, and capsule badges.
How to install the dsh-client-ui-skin-claude DSH plugin
dsh plugin --profile web add @pakiknowledge/dsh-client-ui-skin-claudeCopying does not run this command. Review the repository and version before installing the dsh-client-ui-skin-claude DSH plugin.
dsh-client-ui-skin-claude DSH plugin data source
dsh-client-ui-skin-claude DSH plugin snapshot date: Aug 16, 2026
discovered
What the dsh-client-ui-skin-claude DSH plugin can do
- Warm dark (#141413) canvas background instead of default
- Anthropic terracotta orange (#d97757) accent color throughout UI
- Serif interface font stack (Georgia) with monospace code font
- Thin custom scrollbars matching the theme
- Terracotta-colored selection and focus indicators
- Capsule-style badges
- Light and dark dual themes, automatically switching with system preference
Where the dsh-client-ui-skin-claude DSH plugin fits
- Give your DSH web interface a Claude-like visual identity
- Enhance readability with serif fonts for UI labels
- Reduce eye strain with a warm dark theme during night use
- Match your DSH environment to Anthropic's design language
- Quickly switch between different DSH UI skins without rebuilding
Who the dsh-client-ui-skin-claude DSH plugin is for
- DSH users who prefer a Claude-style aesthetic
- Developers and operators who frequently use the DSH web interface and want a personalized look
dsh-client-ui-skin-claude DSH plugin limitations
- Only works with the DSH web interface (dsh web), not the CLI or other integrations
- Switching between skins requires manual editing of ~/.dsh/cordis.patch.yml and restarting dsh web
- Only one UI skin can be active at a time
dsh-client-ui-skin-claude DSH plugin: from the repository README
Quoted from the PAKIKNOWLEDGE/dsh-client-ui-skin-claude README, the upstream source of the dsh-client-ui-skin-claude DSH plugin. Copyright remains with the original authors.
Claude 风格的 DSH Web 界面皮肤:暖黑画布、陶橙点缀、衬线 UI,跟随原生亮/暗主题。  ·  ## 特性 - 暖黑(#141413)画布 + Anthropic 陶橙(#d97757)点缀 - 衬线界面字体(Georgia),代码用等宽栈 - 细滚动条、陶橙选中 / 焦点、胶囊徽章 - 亮 / 暗双主题,跟随系统切换 ## 安装 从 npm 安装(推荐,预构建免授权): ```sh dsh plugin --profile web add @pakiknowledge/dsh-client-ui-skin-claude ``` 或从 GitHub 安装: ```sh dsh plugin --profile web add github:PAKIKNOWLEDGE/dsh-client-ui-skin-claude ``` 装完重启 `dsh web`,刷新页面。 ## 切换 同一时刻只启用一个皮肤。编辑 `~/.dsh/cordis.patch.yml`: ```yaml # dsh-skin managed 段之外 - insert: - id: ui-skin-claude name: '@pakiknowledge/dsh-client-ui-skin-claude' ``` (并把当前启用皮肤的 `disabled: true` 加上。)配置 watcher 几秒内热加载,刷新页面生效。 ## 卸载 1. 删除 `~/.dsh/cordis.patch.yml` 里的 `ui-skin-claude` insert 行 2. `dsh plugin --profile web remove @pakiknowledge/dsh-client-ui-skin-claude` 3. 重启 `dsh web` ## 许可 MIT
Read the full READMEThe repository declares no license. Check with the authors before using it.
dsh-client-ui-skin-claude DSH plugin questions
How do I install this Claude skin for DSH?
Run `dsh plugin --profile web add @pakiknowledge/dsh-client-ui-skin-claude` from the terminal. Alternatively, you can install from GitHub with `dsh plugin --profile web add github:PAKIKNOWLEDGE/dsh-client-ui-skin-claude`. After installation, restart `dsh web` and refresh your browser.
How do I switch to this skin if I have another skin active?
Edit the file `~/.dsh/cordis.patch.yml`. Add the skin's insert block under the `dsh-skin managed` section (outside it) and set the previous skin to `disabled: true`. The watcher will hot-reload the configuration within seconds; then refresh the page.
Can I use this skin with other DSH plugins?
Yes, it is a UI skin that only affects the web interface appearance. It does not interfere with other DSH plugins such as tools, skills, or workflows. However, only one UI skin can be active at a time.
Does this skin support custom color customization?
The current version does not provide built-in customization options. The colors are fixed as defined in the theme (warm dark #141413, terracotta #d97757). You would need to modify the source code if you want to change them.
How do I uninstall this skin completely?
First, remove the `ui-skin-claude` insert line from `~/.dsh/cordis.patch.yml`. Then run `dsh plugin --profile web remove @pakiknowledge/dsh-client-ui-skin-claude`. Finally, restart `dsh web`.