DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Cliproxyapi — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-cliproxyapi

Cliproxyapi

Native Codex and Antigravity subscription accounts inside DeepSeek Harness, based on CLIProxyAPI

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:new-Beginner/dsh-cliproxyapi#15f99e942fae17eeea929532293f039811f2878f
READMECompatibilityVersions
DeepSeek Harness 订阅账号设置面板预览

Compatibility and provenance

Cliproxyapi is published as dsh-cliproxyapi and currently resolves to version 2.3.5. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/14/2026

Versions

2.3.5stable
9/14/2026

Related plugins

Loading related plugins…

Latest
2.3.5
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/14/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in models-usage.

Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with the current session provider's today usage on the sidebar entryUsage Stats@ychris12138/dsh-usage-statsToken usage heatmap, provider balances, and subscription quotas for the dsh web GUICodex Connectdsh-codex-connectChatGPT OAuth and Codex models for DeepSeek Harness.Ui Usage Billing@kenz1117/dsh-ui-usage-billingUsage billing dashboard for DeepSeek Harness: sidebar cost metrics plus a full dashboard modal, priced from a current multi-provider catalog with real usage aggregated from session logs.

README

dsh-cliproxyapi

Native Codex and Antigravity subscription accounts inside DeepSeek Harness, based on CLIProxyAPI.
无需单独启动或运行外部 CLIProxyAPI 后台,直接在 DeepSeek Harness 内无缝使用 Codex、Antigravity(Gemini)订阅账号。


特性亮点 (Highlights)

  • 原生内嵌协议桥接:直接在 Harness 内对接 Codex (OpenAI OAuth) 与 Antigravity (Google OAuth) 订阅接口,无需本地额外起端口监听或常驻进程。
  • 现代化设置面板:原生风格“订阅账号”管理界面,提供账号连接、模型列表、额度概览、思考强度微调、多模态视觉开关及代理配置。
  • 智能额度展示与记忆:状态栏与会话输入框额度圆环,支持 5 小时与周额度自适应排布;按模型智能记忆推理思考档位(Thinking Effort)。
  • 工具调用与多模态全面兼容:完美支持复杂 JSON Schema 模式(联合类型、约束字段等)平滑转换到 Gemini 严格子集,子智能体与复杂工具流零阻碍运行。
  • 图片生成与编辑:集成 cpa_image_generate 工具与 Harness 附件体系,支持 GPT Image 与 Gemini 多模态图生图、参考图编辑与高清查看。

安装说明 (Installation)

方式一:在 DeepSeek Harness 设置页中安装(推荐)

  1. 下载 Releases 中的 dsh-cliproxyapi-2.3.5.tgz。
  2. 打开 DeepSeek Harness -> 设置 -> 插件管理。
  3. 选择“从本地包安装”,选取下载的 .tgz 文件。
  4. 重启 DeepSeek Harness 即可生效。

方式二:命令行安装 (CLI)

# Web profile 模式
dsh plugin --profile web add ./dsh-cliproxyapi-2.3.5.tgz

# 或者使用 npx
npx @deepseek-ai/dsh plugin --profile web add ./dsh-cliproxyapi-2.3.5.tgz

快速使用 (Usage)

  1. 进入 Harness 设置 → 订阅账号。
  2. 在 Codex 或 Antigravity 卡片中点击“登录账号”,通过浏览器授权完成登录。
  3. 在“模型设置”中开启你想要使用的模型(如 gpt-5.4、gemini-3.8-flash 等)。
  4. 新建会话,在模型选择器中切换到对应的订阅模型即可畅快使用。

本地开发与测试 (Development)

npm install
npm test
npm run pack:plugin

详细更新日志与说明请参阅 README_CN.md。

开源协议 (License)

MIT