Leshm0321

Dsh Plugin Local Agent Bridge — Design skill for Claude Code

Design community

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 Agents entry 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 Write or Bash request 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