DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Chatgpt Free — DeepSeek Harness 插件(DSH Plugin)
← Plugins
C

@wlv-zedd/dsh-chatgpt-free

Chatgpt Free

用于免费 ChatGPT Web(GPT 5.6 Luna)纯聊天且零 API 费用的 DeepSeek Harness Cordis 插件。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:WLV-ZEDD/dsh-chatgpt-free#fb4e384d3344bf3de968f4fd16a347ca8d229b81
README兼容性版本

兼容性与来源证明

Chatgpt Free 以 @wlv-zedd/dsh-chatgpt-free 发布,当前版本为 1.0.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/9/5

版本

1.0.1stable
2026/9/5

相关插件

正在加载相关插件…

最新版
1.0.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
查看源码 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

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

Whale Widgetdsh-whale-widgetDSH Web 界面右下角的 DeepSeek 余额小鲸鱼挂件:余额/今日已用/峰谷定价、自定义泡泡点击序列(文本/余额/今日/峰谷/图片/随机语句与并列加权选择)、逐行样式与字体、悬浮快捷编辑、音效与每轮消耗、自定义角色/动图/音效、吸附与翻转自定义Usage Stats@ychris12138/dsh-usage-statsdsh Web GUI 的令牌使用热力图、提供商余额和订阅配额Codex Connectdsh-codex-connect用于 DeepSeek Harness 的 ChatGPT OAuth 和 Codex 模型。Ui Usage Billing@kenz1117/dsh-ui-usage-billingDeepSeek Harness 的用量计费仪表板:侧边栏成本指标和完整的仪表板模态窗口,依据当前多提供商目录定价,并汇总会话日志中的实际用量。

README

dsh-chatgpt-free

Zero-cost conversational AI model provider for DeepSeek Harness powered by free ChatGPT Web (GPT 5.6 Luna).

dsh-chatgpt-free Interactive Demo


Overview

dsh-chatgpt-free turns your local browser session of ChatGPT into a seamless, $0.00 API-free conversational model provider directly inside DeepSeek Harness (DSH).

It connects via headless or visible Chrome browser automation to chatgpt.com, streaming real-time Markdown responses, code solutions, explanations, and reasoning back to your DSH chats without consuming API credits.

Why Pure Chat?

Small conversational web models (like GPT 5.6 Luna) excel at explanations, dialogue, Q&A, brainstorming, code snippet generation, and side-assistant tasks. By running in Pure Chat Mode, the bridge eliminates prompt overhead, tool hallucinations, and syntax errors of autonomous 7-tool execution loops, providing a fast, rock-solid, zero-cost LLM provider.

Key Features

  • 100% Free ($0.00 Cost): Uses your existing free ChatGPT Web session. No OpenAI API keys or credit cards needed.
  • Cordis Plugin-First Lifecycle: Seamlessly managed by DSH via ctx.effect. DeepSeek Harness starts the background sidecar automatically on launch and shuts it down on exit.
  • Dynamic Model Auto-Detection: Automatically detects your ChatGPT tier:
    • Free Accounts: Defaults to chatgpt-web/luna (gpt-5-6-luna).
    • Plus / Team Accounts: Automatically detects and exposes available paid models (such as gpt-4o, o1).
  • Full Streaming Markdown & Code Blocks: Delivers tokens in real time directly to the DSH Web UI or CLI.

Quick Start

1. Installation

Install @wlv-zedd/dsh-chatgpt-free in your DeepSeek Harness environment or profile:

pnpm add @wlv-zedd/dsh-chatgpt-free

2. One-Time Browser Sign-In

Authenticate your ChatGPT account once:

npx @wlv-zedd/dsh-chatgpt-free login

A dedicated Chrome window will open. Log into your OpenAI / ChatGPT account. Once the ChatGPT composer is visible, the browser session is safely and securely saved locally to ~/.dsh/storages/chatgpt-free/.

3. Enable in DeepSeek Harness

Add the provider to your ~/.dsh/settings.yaml:

providers:
  chatgpt-web:
    displayName: "ChatGPT Web (Free)"
    api: openai-responses
    baseURL: http://127.0.0.1:17841/v1
    headers:
      Authorization: "Bearer chatgpt-web-free"
    streamIdleTimeoutMs: 300000
    models:
      - id: chatgpt-web/luna
        name: "ChatGPT Web — Luna (Free)"
        contextWindow: 1050000
        maxTokens: 32768
        input:
          - text
          - image

agent-default-model:
  provider: chatgpt-web
  model: chatgpt-web/luna

And add the sidecar plugin to your profile's cordis.patch.yml (or cordis.yml):

- insert:
    - id: dsh-chatgpt-free
      name: '@wlv-zedd/dsh-chatgpt-free'

Now start DeepSeek Harness:

pnpm dsh web

DSH will automatically start the background sidecar process, connect to your authenticated ChatGPT session, and accept prompts!


Diagnostics & Health Check

Verify your setup at any time with the built-in diagnostic doctor:

npx @wlv-zedd/dsh-chatgpt-free doctor

Example healthy output:

✓ Configuration is valid (~/.dsh/storages/chatgpt-free/config.json)
✓ Chrome executable found: C:\Program Files\Google\Chrome\Application\chrome.exe
✓ ChatGPT login state has authenticated browser evidence
✓ Responses proxy is healthy on 127.0.0.1:17841
Doctor result: ready

Notes & Limitations

  1. Unofficial Bridge: Operates via local Playwright browser automation on chatgpt.com. Not affiliated with or endorsed by OpenAI.
  2. Single-Session Concurrency: Runs within a single browser tab. Sequential queries and normal DSH agent chats work seamlessly; avoid launching parallel multi-subagent swarms against the same tab simultaneously.
  3. Pure Chat Only: This provider generates pure conversational responses, explanations, reasoning, and code blocks. It does not execute local filesystem, terminal, or autonomous tool loops.
  4. Standard Free Tier Rate Limits: Subject to standard OpenAI free-tier hourly usage limits.

Support & Community Perks

  • 💖 Sponsor directly: If you find this plugin helpful, consider sending a small tip via PayPal.
  • 🎁 Get Free AI Credits: Sign up on AgentRouter using this link with your GitHub account to receive up to $200 in free API credits for your DeepSeek and LLM workflows.

License

MIT License © 2026 WLV-ZEDD. DeepSeek Harness is an open-source project by DeepSeek AI.