winterhuan/dsh-skills-viewer

winterhuan★ 2TypeScriptLast synced: 2026-08-14

Open on GitHub

Read-only Skills settings page plugin for DeepSeek Harness Web

README excerpt

@winterchenhuan/dsh-skills-viewer English 中文 Custom Skills list settings page for DeepSeek Harness Web. It registers a "Skills" page in the Settings panel, fetches the current ordinary session's user-invocable skill catalog through the existing skill.list wire RPC, and renders it as a read-only list. Install Install the bundle into the Web profile with the Harness plugin command: The package declares dsh.bundle , so dsh plugin add inserts the skills-viewer row automatically; do not edit the profile's cordis.patch.yml by hand. The package also declares dsh.client , which lets the Web host serve its prebuilt browser bundle from lib/client.js . For a source checkout, build first and then install the local directory: Remove it with: Composition This is a pure UI plugin. The node half apply is empty; the browser half is exported from ./client , discovered through the dsh.client manifest, and injected after @deepseek-ai/dsh-client-runtime , @deepseek-ai/dsh-client-ui-settings , @deepseek-ai/dsh-client-locale , and @deepseek-ai/dsh-api-remotes are available. It injects slots , locale , and connection , then registers one settings.section list entry (id skills , order 90 ) through ctx.slot…

View full README on GitHub →
Skins / UIcordisdeepseek-harnessdshdsh-pluginsettings-uiskillsskills-viewer

Category