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.

Chatgpt Web — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@wlv-zedd/dsh-chatgpt-web

Chatgpt Web

DeepSeek Harness Cordis plugin for free ChatGPT Web (GPT 5.6 Luna) pure chat and zero API fees.

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

npx -y @deepseek-ai/dsh plugin --profile web add @wlv-zedd/dsh-chatgpt-web@1.0.3
READMECompatibilityVersions

Compatibility and provenance

Chatgpt Web is published as @wlv-zedd/dsh-chatgpt-web and currently resolves to version 1.0.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/16/2026

Versions

1.0.3stable
9/16/2026
1.0.2stable
9/11/2026
1.0.1stable
9/7/2026

Related plugins

Loading related plugins…

Latest
1.0.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
10.6 MB
Files
86
Surface
any
License
MIT
Source
npm
GitHub
★ 4
Weekly downloads
0
Last push
9/16/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 entryWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editinUsage 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.

README

dsh-chatgpt-web

English | 中文

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

dsh-chatgpt-web on DSH Market

dsh-chatgpt-web Interactive Demo


Overview

dsh-chatgpt-web 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 multi-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-web in your DeepSeek Harness environment or profile:

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

2. One-Time Browser Sign-In

Authenticate your ChatGPT account once:

npx @wlv-zedd/dsh-chatgpt-web 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-web/.

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-web
      name: '@wlv-zedd/dsh-chatgpt-web'

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-web doctor

Example healthy output:

✓ Configuration is valid (~/.dsh/storages/chatgpt-web/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

If you find this plugin helpful, consider sponsoring.

Claim up to $200 free API credits on AgentRouter via GitHub.

Claim $50 free API credits on Vyce AI for fast LLM inference.


License

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