LiweiDonVee/dsh-preset-library1

dsh-preset-library

Compact, searchable, tag-based agent preset management for DeepSeek Harness

AI 分析

提供网格/列表视图、批量标签和父子关联等功能来组织大型预设库。适合拥有大量Agent预设、需要高效分类和检索的管理任务。需Node 24。

パッケージ
dsh-preset-library
バージョン
0.1.1
ライセンス
MIT
最終更新
2026/09/08

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LiweiDonVee/dsh-preset-library

ドキュメント

README 全文を読む ↗

DSH Preset Library

Search, tag and organize a large DeepSeek Harness preset collection without rewriting the presets themselves.

Features include compact grid/list/grouped views, bulk tags, status filters, and one-level parent/child affiliations. Metadata is versioned, validated and saved atomically with revision conflict checks. The interface supports English and Chinese.

Install

Requires Node.js 24, npm and a working DSH 0.1.2-rc.1 Web profile. Later DSH versions are not certified.

git clone https://github.com/LiweiDonVee/dsh-preset-library.git
cd dsh-preset-library
npm ci
npm run check
npx --yes @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add .
npx --yes @deepseek-ai/dsh@0.1.2-rc.1 web

Keep the clone in place if the package manager installs it as a local link. Restart the host after installation and use its printed login URL. Open Settings → Preset Library.

The metadata file is $DSH_HOME/preset-library.json, defaulting to ~/.dsh/preset-library.json. Back up this file before bulk changes. Preset copy/delete actions use official DSH Remote APIs; deleting a preset is distinct from removing its tags.

Remove with:

npx --yes @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web remove dsh-preset-library

Restart DSH afterward. Uninstall does not erase tag metadata.

Development and limits

npm run check runs 57 deterministic regression tests and rebuilds the host/client bundles. The local rc.1 integration also exercised authenticated HTTP and the real settings page. CI tests Windows and Linux; the Actions result is the current platform evidence.

The metadata API deliberately accepts only loopback requests, even if the host itself is exposed remotely. Relationships support one parent level. This preview plugin depends on DSH's evolving Remote/slot contracts.

Original community implementation; no affiliation with DeepSeek AI. MIT license; see LICENSE. Icons and React are imported from the host, not copied into this package.