dsh-utility-plugins
开发工具 活跃维护

dsh-utility-plugins

WMXS-A/dsh-utility-plugins

该插件集包含技能速查面板与会话启动健康检查功能,轻量易集成,无需额外复杂配置即可启用。可快速查阅技能使用规则,启动时自动检测会话运行状态,规避异常风险,使用流程简洁高效。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
26 KB
仓库大小
21 天前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:WMXS-A/dsh-utility-plugins
git clone https://github.com/WMXS-A/dsh-utility-plugins.git
git clone git@github.com:WMXS-A/dsh-utility-plugins.git
README.md main

dsh-utility-plugins

A small, dependency-light client plugin for DeepSeek Harness (dsh).

Package What it does Category
dsh-skill-cheatsheet Composer wrench button opening a skill catalog panel with Chinese titles, purposes, usage examples, plus one-click cataloguing of newly installed skills (saved locally). ui

It is a pure client plugin: it reads the skill catalog through the official client API (connection.api.skills.list({ sessionId })), registers UI into product slots, and carries no host-side behaviour. Uncatalogued skills are listed at the top with a "+ 收录" action that stores a local Chinese entry (title/purpose/source) in browser storage — no rebuild or republish needed.

Repository layout

dsh-utility-plugins/
└── packages/
    └── dsh-skill-cheatsheet/   # installable dsh plugin (dsh.bundle + client)

Install / 安装

dsh plugin --profile web add dsh-skill-cheatsheet

Requires a dsh web profile. Install the subdirectory entry from the awesome-dsh-plugin list to get it from the storefronts. / 需要 dsh web profile;插件经 awesome-dsh-plugin 精选列表收录后可一键安装。

License

MIT