Dsh Plugin Local Agent Bridge — Design skill for Claude Code
Drive the Claude Code and Codex installations already on your machine from the DeepSeek Harness browser UI.
How to install Dsh Plugin Local Agent Bridge
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Leshm0321/dsh-plugin-local-agent-bridge and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Dsh Plugin Local Agent Bridge does
Drive the Claude Code and Codex installations already on your machine from the DeepSeek Harness browser UI.
Alternatives in Design
- Deepclaude — Use Claude Code's autonomous agent loop with DeepSeek V4 Pro, OpenRouter, or any Anthropic-compatible backend 2.3k ★
- Drawbridge — Design editor for Claude Code and Cursor 960 ★
- Taiyi Forge — TaiyiForge engine control — init, next, harness, continue (OMX-style) 881 ★
README
Local Agent Bridge
**English** | [简体中文](README.zh-CN.md)
Drive the **Claude Code** and **Codex** installations already on your machine from the [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) browser UI.
The browser never logs in to Anthropic or OpenAI. It never receives vendor cookies, OAuth tokens, API keys, credential files, or native session identifiers. The Host runs the products you have already authenticated in a terminal, and the browser gets redacted events and sends ordinary prompts.
This is not an LLM adapter and it calls no model HTTP API. Codex runs through `codex app-server --stdio`; Claude Code runs through the official Agent SDK, launching the `claude` executable resolved from the Host `PATH`.
What it gives you
- Both products, one panel. A
Local Agentsentry in the Harness sidebar, with sessions per working directory. - The keyboard you already use. Enter sends, Shift+Enter is a newline,
↑walks your sent messages, Esc interrupts a running turn./lists the product's own commands and skills;@completes a file from the working directory. - Permission modes. Auto, Manual, Accept edits, Plan, Bypass — the same modes the Claude desktop app offers, mapped to what each product can actually honour.
- Tool calls you can open. Expand a row to see what the agent ran and what came back, instead of a one-line summary.
- Context usage, so a long session warns you before it compacts.
- Real tool approvals. A native
WriteorBashrequest that would prompt in a terminal prompts in the browser, once — no decision is written into Claude Code or Codex permission config. - Continue what you started in a terminal. Pick up an existing native session from the browser.
- Chinese and English, following the Harness language preference.
- Follows the Harness theme, light and dark.
Requirements
| DeepSeek Harness | 0.1.2-rc.1 |
| Node.js | ^22.19.0 or |
Related Skills
Dsh Claude UX
DSH plugin: Claude-style Chinese risk control & conversation autonomy for DeepSeek Harness web
Dsh Permission Rules
Claude Code-style declarative permission rules for DeepSeek Harness: ordered allow/deny/ask rules with tool-na
Dsh Code
Claude-Code-style TUI bundle for DeepSeek Harness. 充分结合 DSH 的核心机制和高级特性与Codex CLI 、Claude Code 等主流交互机制,打造的 DSH-
Dsh Tui
Claude Code-style terminal UI for DeepSeek Harness agents, as an out-of-tree dsh plugin bundle
Dsh File Upload
DeepSeek Harness (dsh) file-message plugin: Claude-style drag-and-drop / paperclip upload, content sniffing, d
Dsh Background Agents
Interactive long-session background agents for DeepSeek Harness: start a durable continuable child agent, watc
Related Agents
Ds Flash
DSH (DeepSeek Harness) worker on the flash tier - fast and cheap. Delegate simple, well-scoped subtasks: mecha
Part 13: Memory Bridge (Give Coding Agents Your Brain)
When you spawn Codex or Claude Code to build something, they start blind. They don't know your architecture de
Ade
Agent sessions routinely outlast the machine that started them, and checking a Claude Code or Codex run from a