DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-auth-everying

Auth Everying

将本地 Codex / Grok / Claude / Copilot / Gemini 登录状态导入 DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add github:chenbin-dev/dsh-auth-everying#27da010e03f1da4e7e2be523a4f3d46fe4b0394f
README兼容性版本

兼容性与来源证明

Auth Everying 以 dsh-auth-everying 发布,当前版本为 0.1.5。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/22

版本

0.1.5stable
2026/8/22
0.1.4stable
2026/8/21

相关插件

正在加载相关插件…

最新版
0.1.5
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
Apache-2.0
发布源
github
GitHub
★ 4
周下载
0
最近提交
2026/8/21
查看源码 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

Pocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。Auto Reviewdsh-auto-review针对 DeepSeek Harness 审批请求的第二模型 AI 自动审查:只读审查子代理在审批应答链上决定允许或拒绝,并采用故障关闭回退机制和完整的会话日志审计。Codex Subscriptiondsh-codex-subscription通过 OAuth 在 DeepSeek Harness 中使用 ChatGPT 和 Codex 订阅,支持配额管理、安全重置、网页搜索、图像和快速模式

README

dsh-auth-everying

dsh-auth-everying is a DeepSeek Harness plugin for importing local coding-platform login state and provider configuration. It lets you choose which imported models appear in the DSH model picker.

Features

  • Imports local Claude, Codex, Grok, Gemini, Copilot, OpenCode, and CC Switch configuration.
  • Supports OAuth login for compatible official providers.
  • Discovers models from OpenAI-compatible CC Switch gateways through /v1/models or /models.
  • Exposes the Codex app-compatible low, medium, high, xhigh, and max levels without changing their wire values. The unsupported minimal level is hidden for CC Switch Codex routes.
  • Uses medium as the concrete Codex default so DSH does not add its separate Default provider-default option.
  • Adds ultra only to models that declare or are known to support it. Non-reasoning and unsupported models do not show that selector.
  • Preserves the configured Codex model_reasoning_effort and sends low, medium, high, xhigh, max, and ultra with the same wire value.
  • Supports Windows installation and build workflows.

Requirements

  • A working DeepSeek Harness installation with the dsh command available in PowerShell or a terminal.
  • A web profile, because the settings panel is provided by the DSH web interface.
  • Node.js 22.19 or later only when building the project from source.

Install

After the package is published to npm, the shortest installation command is:

dsh plugin --profile web add dsh-auth-everying

Until the first npm release is published, install directly from the public GitHub repository:

Run these commands in PowerShell or a terminal:

dsh plugin --profile web add github:chenbin-dev/dsh-auth-everying
dsh web

The package name and the GitHub repository are different distribution channels. Publishing the repository does not by itself publish the npm package.

If DSH is already running, restart dsh web after installing or updating the plugin so the new bundle is loaded.

First-Time Setup

  1. Open the DSH web interface and go to Settings > dsh-auth-everying.
  2. In Sources, select the local login or provider configuration to import.
  3. Click the import action and wait for the scan to finish.
  4. In Imported, enable the models that should be available in DSH.
  5. Start a new conversation or refresh the model picker.

The plugin reads local configuration from common locations, including CC Switch, Codex, Claude, Grok, Gemini, and OpenCode. It does not require copying API keys into the project or into the README.

CLI

Show available sources and imported routes:

dsh plugin --profile web exec dsh-auth-everying status

Import sources by ID after checking status:

dsh plugin --profile web exec dsh-auth-everying import live:codex-auth live:grok-auth

Use the source IDs reported by status when your local installation exposes different IDs.

Troubleshooting

The plugin does not appear in Settings

Confirm that the install command completed successfully, stop the existing dsh web process, and start it again. Also verify that the command uses the web profile.

The imported route has no models

Open the plugin settings and run the source scan again. For a CC Switch OpenAI-compatible provider, confirm that its gateway is reachable and supports either /v1/models or /models. The configured default model is retained when the gateway does not provide a model list.

The reasoning levels do not match the provider

For CC Switch Codex routes, the selector matches the Codex app: low, medium, high, xhigh, and max are available, while minimal is hidden. The plugin uses medium as the concrete default, so DSH does not add its separate Default entry. ultra is model-specific: the plugin reads optional reasoning capability metadata from the gateway and otherwise enables it only for the known GPT-5.6 Codex aliases. Models without that capability, such as image or automatic-review models, do not show ultra. Each selected level is sent with the same wire value.

Windows installation or startup fails

Use Node.js 22.19 or later for source builds, restart DSH after installation, and ensure the dsh command is available in the same terminal where the plugin command is run.

Development

git clone https://github.com/chenbin-dev/dsh-auth-everying.git
cd dsh-auth-everying
npm ci
npm run check

npm run check runs TypeScript checks, tests, and the production build.

Do not commit authentication files, local databases, API keys, tokens, certificates, or .env files. Test fixtures must use placeholder credentials only.

License

Apache-2.0. See LICENSE.

Project repository: https://github.com/chenbin-dev/dsh-auth-everying