Skip to content
dsh-market Browse plugins GitHub 中文

PAKIKNOWLEDGE/dsh-client-ui-skin-claude

Claude-style skin with a warm-black canvas, clay accent, and serif UI that follows the native light and dark themes.

Stars ★ 7 Category Themes & Appearance Listed 2026-08-14 npm @pakiknowledge/dsh-client-ui-skin-claude

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.

Dark · Light

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

  1. Remove the ui-skin-claude insert row from ~/.dsh/cordis.patch.yml.
  2. dsh plugin --profile web remove @pakiknowledge/dsh-client-ui-skin-claude
  3. Restart dsh web.

License

MIT

Content from the project README on GitHub ↗