Install
Inside DeepSeek Harness, with dsh-market
dsh plugin --profile web add dshmarket
Or from the command line
dsh plugin --profile web add @pakiknowledge/dsh-client-ui-skin-claude
Installing runs third-party code with your own permissions — it can read your files, use your credentials and reach the network. Review the source first, and pin a commit (github:owner/repo#sha) when you can.
README
A Claude-style skin for the DSH Web GUI: warm-black canvas, clay accent, serif UI, follows the native light/dark theme.
· 
Features
- Warm-black (#141413) canvas with an Anthropic clay (#d97757) accent
- Serif UI type (Georgia), monospace stack for code
- Slim scrollbars, clay selection/focus, pill badges
- Light and dark variants that follow the system theme
Install
From npm (recommended, prebuilt, no build permission needed):
dsh plugin --profile web add @pakiknowledge/dsh-client-ui-skin-claude
Or from GitHub:
dsh plugin --profile web add github:PAKIKNOWLEDGE/dsh-client-ui-skin-claude
Restart dsh web, then refresh the page.
Switching
Only one skin is active at a time. Edit ~/.dsh/cordis.patch.yml:
# outside the dsh-skin managed section
- insert:
- id: ui-skin-claude
name: '@pakiknowledge/dsh-client-ui-skin-claude'
(and add disabled: true to the currently active skin's row). The config watcher hot-reloads within seconds; refresh the page.
Uninstall
- Remove the
ui-skin-claudeinsert row from~/.dsh/cordis.patch.yml. dsh plugin --profile web remove @pakiknowledge/dsh-client-ui-skin-claude- Restart
dsh web.
License
MIT