DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Claude Provider — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

@mofeng2223/dsh-claude-provider

Claude Provider

为 DeepSeek Harness 0.1.6-alpha.2 提供自定义 Claude 提供商支持

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @mofeng2223/dsh-claude-provider@0.4.6
README兼容性版本

兼容性与来源证明

Claude Provider 以 @mofeng2223/dsh-claude-provider 发布,当前版本为 0.4.6。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.4.6stable
2026/9/18
0.4.5stable
2026/9/15
0.4.4stable
2026/9/11
查看其余 8 个版本收起版本
0.4.3stable
2026/9/8
0.4.2stable
2026/9/3
0.4.1stable
2026/9/2
0.4.0stable
2026/9/1
0.3.1stable
2026/8/21
0.3.0stable
2026/8/20
0.2.3stable
2026/8/18
0.2.1stable
2026/8/14

相关插件

正在加载相关插件…

最新版
0.4.6
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
169.8 kB
文件数
7
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 30
周下载
250
安全扫描
✓ v0.4.6 扫描通过
最近提交
2026/9/18
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 models-usage 分类下经过校验的插件。

Usage@linxin666/dsh-usage用于 dsh Web GUI 的使用统计插件:检测各提供商的余额和编码计划配额,并提供实时令牌使用记录,同时在侧边栏条目中显示当前会话提供商今日的使用量Whale Widgetdsh-whale-widgetDSH Web 界面右下角的 DeepSeek 余额小鲸鱼挂件:余额/今日已用/峰谷定价、自定义泡泡点击序列(文本/余额/今日/峰谷/图片/随机语句与并列加权选择)、逐行样式与字体、悬浮快捷编辑、音效与每轮消耗、自定义角色/动图/音效、吸附与翻转自定义Usage Stats@ychris12138/dsh-usage-statsdsh Web GUI 的令牌使用热力图、提供商余额和订阅配额Codex Connectdsh-codex-connect用于 DeepSeek Harness 的 ChatGPT OAuth 和 Codex 模型。

README

DSH Claude Provider

English | 简体中文

DSH Claude Provider adds a dedicated Claude configuration interface to DeepSeek Harness. You can add multiple Claude providers, choose reasoning levels for each model, and automatically fetch model lists and fill in capacity settings and reasoning presets for common Claude models, without editing settings.yaml manually.

Compared with the official generic custom provider form, the plugin adds a dedicated Claude entry, five-level, four-level, and on/off reasoning presets, and automatic defaults for known Claude models. DeepSeek Harness handles the saved reasoning configuration natively.

What this plugin does

  1. Adds a dedicated Claude provider type

    The Models settings page gains a separate Claude Provider form.

Add Claude Provider entry in DeepSeek Harness

Selecting Add Claude Provider opens the dedicated Anthropic Messages form:

Claude Provider form in DeepSeek Harness

  1. Adds model-specific reasoning modes

    Each model can use one of three configurable mode sets:

    • Five levels: Low, Medium, High, XHigh, and Max
    • Four levels: Low, Medium, High, and Max
    • Toggle: On or Off

    New models default to five levels, and Claude providers default to High.

    On save, the plugin writes each model's reasoning levels and adaptive thinking settings to DeepSeek Harness's native configuration.

Claude model capacity defaults and reasoning modes

  1. Supports paginated Anthropic model discovery

    The plugin fetches model lists through an Anthropic-compatible GET /v1/models endpoint, follows the returned cursors to retrieve subsequent pages, and deduplicates the results.

  2. Fills known Claude model defaults after discovery

    When a discovered model matches a recorded Claude model ID, the plugin automatically fills its context window, maximum output length, and reasoning-mode set. Models entered manually remain fully editable and are not overwritten by this lookup.

  3. Leaves every other provider unchanged

    Discovery, defaults, and reasoning controls are limited to Provider IDs explicitly created as Claude Providers. DeepSeek Harness's built-in providers and ordinary custom providers keep their original behavior, even when they use anthropic-messages or expose a claude-* model ID.

Install

Published package

For the browser interface, install the plugin into the Web profile:

npx @deepseek-ai/dsh plugin --profile web add @mofeng2223/dsh-claude-provider

Restart the corresponding DeepSeek Harness process after installation.

From source

Clone, build, and package the repository first:

git clone https://github.com/MoFeng2223/dsh-claude-provider.git
cd dsh-claude-provider
npm install
npm run build
mkdir -p dist
npm pack --pack-destination dist

Install the generated package into the Web profile:

npx @deepseek-ai/dsh plugin --profile web add ./dist/mofeng2223-dsh-claude-provider-*.tgz

Uninstall

npx @deepseek-ai/dsh plugin --profile web remove @mofeng2223/dsh-claude-provider

Uninstalling the plugin does not delete ~/.dsh/settings.yaml or stored credentials. Existing Claude providers remain ordinary custom anthropic-messages providers, and their saved reasoning levels and adaptive thinking settings remain effective. The dedicated Claude add/edit interface, paginated model discovery, and automatic defaults are no longer available; the official model discovery feature remains available.

License

MIT