dsh-plugins
开发工具 活跃维护

dsh-plugins

luokai-demo/dsh-plugins

提供面向主流大模型开发框架的专属功能插件系列,所有插件均围绕DeepSeek模型能力定向开发,覆盖多类实用功能扩展,安装配置简单,可快速为平台新增定制化能力。

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

dsh-plugins

English | 中文

A DeepSeek-only plugin series for DeepSeek Harness — every plugin targets the DeepSeek platform exclusively: official DeepSeek API endpoints, DEEPSEEK_API_KEY credentials, and the DeepSeek wallet. No other platforms or providers are supported, and no cross-provider compatibility is planned. Each plugin is a standalone bundle with one-command install and its own version.

Plugins

Plugin Looks like What it does Install
dsh-balance-plugin balance readout DeepSeek wallet balance at the sidebar foot: card icon + status-tinted amount (green ≥ 2, amber 0–2, red ≤ 0), refreshes on turn end and on click, with a floating delta (+¥3.14 / -¥1.97) animating up and fading on every balance change dsh plugin add dsh-balance-plugin

Install

Option 1 — npm (recommended, one command). web is the profile dsh web uses; replace it with your own profile name if yours differs (see ls ~/.dsh/profiles/):

dsh plugin --profile web add dsh-balance-plugin

Option 2 — GitHub Release. Download dsh-balance-plugin-0.2.0.tgz from the Releases page, then:

dsh plugin --profile web add ./dsh-balance-plugin-0.2.0.tgz

Restart dsh web and refresh the browser — the balance appears at the sidebar foot (beside Settings).

Install with an AI assistant

Paste this prompt to any AI that can operate a terminal:

Install the dsh-balance-plugin plugin for DeepSeek Harness: first run dsh plugin --profile web add dsh-balance-plugin; if npm does not have it (E404 error), download the latest dsh-balance-plugin-.tgz from https://github.com/luokai-demo/dsh-plugins/releases and run `dsh plugin --profile web add ./dsh-balance-plugin-.tgz; after installing, confirm the dsh-balance-plugin layer appears withdsh --profile web --dump-config, then restartdsh web, hard-refresh the browser (Cmd+Shift+R), and finally verify a card icon with the balance amount at the sidebar foot. (Replaceweb` with your profile name if you do not use the default one.)

Development and publishing

Full workflows for adding plugins, building, testing, and releasing through both channels live in DEVELOPING.md. Each plugin directory carries its own README and publishing manual.

License

MIT