DeepSeek Harness 插件

dsh-custom-theme-import

DSH Web 皮肤管理器:支持主流 DSH 皮肤包本地/GitHub 导入、扫描已安装皮肤、预览/使用/禁用/刷新/删除,宿主持久化。

跳到安装方式

来源信息

GitHub 仓库
Juryorca/dsh-custom-theme-import
最近更新
2026年8月18日
分类
主题与外观
GitHub stars
1

安装

默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。

请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。

插件页面:https://deepseekplugins.org/zh/plugins/Juryorca/dsh-custom-theme-import
GitHub:https://github.com/Juryorca/dsh-custom-theme-import
插件名:dsh-custom-theme-import
作者:Juryorca
安装命令:dsh plugin --profile web add github:Juryorca/dsh-custom-theme-import

确认前不要执行安装命令。

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器2 个文件
README.md来源说明 · 只读预览

dsh-custom-theme-import

English | [中文](README.zh.md)

A DSH Web skin manager for mainstream DSH skin package format. It imports, previews, uses, and manages skins without replacing DSH's native plugin system.

Features

  • Import mainstream DSH skin package format from local paths or GitHub.
  • Scan installed skins from the web profile's node_modules.
  • Preview, use, refresh, and manage skins.
  • Skin preview thumbnails when the package ships skin.json preview images.
  • Host-side persistence with optional managed copies.
  • UI language follows DSH automatically (Chinese / English).

Build

node build.mjs
node build.mjs --check

Install

From GitHub:

dsh plugin --profile web add -w github:Juryorca/dsh-custom-theme-import

From a local checkout:

dsh plugin --profile web add -w link:/path/to/dsh-custom-theme-import

Restart:

dsh --profile web

Open:

Settings → My Themes

Supported skin format

Mainstream DSH skin package format:

skin-package/
├── package.json
├── cordis.patch.yml
├── skin.json
├── lib/index.js
└── lib/client.js

Requirements:

  • package.json must declare dsh.bundle.
  • skin.json must exist.
  • lib/client.js must be a DSH ModuleLoader bundle exporting apply(ctx).

Collection repository

A GitHub repository or local path can contain multiple mainstream skins. Common layouts are scanned automatically:

repo-root/
├── themes/<skin-id>/...
├── skins/<skin-id>/...
└── packages/*/skins/<skin-id>/...

Each <skin-id>/ is a full skin package (package.json, cordis.patch.yml, skin.json, lib/index.js, lib/client.js).

Storage

  • Library file: ~/.dsh/dsh-custom-theme-import/library.json
  • Local path imports reference in place by default; you can opt in to copy

them into ~/.dsh/dsh-custom-theme-import/themes/<id>/ as a managed copy.

  • GitHub/remote imports are cloned/downloaded into:

~/.dsh/dsh-custom-theme-import/themes/<id>/