AI Agent Hub
Back to plugins
🖥️

dsh-chatgpt-web

Client Updated 2026.08.27

Run the following command in DeepSeek Harness:

dsh plugin install NishiMihaeru/dsh-chatgpt-web

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install NishiMihaeru/dsh-chatgpt-web in your terminal to install this plugin; full source code is available at https://github.com/NishiMihaeru/dsh-chatgpt-web

About this plugin

If you already have a signed-in ChatGPT Web account but do not want to request another OpenAI API key or spend platform inference credits, dsh-chatgpt-web offers a lightweight path: a local Chrome extension lets DeepSeek Harness reuse your existing authenticated chatgpt.com session for plain-text multi-turn conversations. No API key, no Secure MCP Tunnel, and the loopback bridge validates the extension origin to keep the trust boundary strictly local.

The plugin creates and manages one dedicated ChatGPT conversation per DSH session, serializes browser generations with a FIFO queue, and handles stop detection, abort recovery, and safe one-shot rehydration when a managed conversation disappears. Output is delivered as a single authoritative text block after confirmed completion, trading token-by-token streaming for correctness against a mutable React DOM.

It is best suited for individual developers or researchers who already hold a ChatGPT Web subscription, want to fold that account into a DeepSeek Harness workflow, and are comfortable with an experimental text-only mode that requires loading an unpacked Chrome extension and keeping a browser session reachable at chatgpt.com.

Use Cases

  • Run multi-turn plain-text conversations in DSH on top of an existing ChatGPT Web login
  • Bootstrapping a chat workflow quickly without requesting any OpenAI API key
  • Folding a ChatGPT Web session into DSH unified session management with safe abort and rehydration

Best For

  • Individual developers who already hold a ChatGPT Web subscription and want to reuse that account
  • Users seeking a lightweight chat workflow without extra API costs or key management overhead
  • Researchers comfortable with an experimental, text-only browser automation integration