openma-ai

Dsh Agents Plugins — Development skill for Claude Code

Development community

Bridge your pi extension, codex plugin or claude code plugin to dsh (DeepSeek Harness).

How to install Dsh Agents Plugins

This entry records only its repository, not the path inside it, so there is no exact command to give. Open openma-ai/dsh-agents-plugins and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Dsh Agents Plugins does

Bridge your pi extension, codex plugin or claude code plugin to dsh (DeepSeek Harness).

Alternatives in Development

  • IPolloWork — Enterprise-grade, local-first Agent Workbench for people and agent teams 4.9k ★
  • Petdex — A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and 4k ★
  • Harnessrouter — HarnessRouter Community Edition: the self-hosted, Apache-2.0 edition of the unified interface for agent harnes 618 ★

README

dsh Agents Plugins Bridge

Install Agent Plugins, Codex plugins, Claude Code plugins, and Pi packages in DeepSeek Harness with one bridge package.

npm version npm downloads release Node.js 22.19+ MIT


The Bridge is a normal [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) bundle: one install entry, many small Cordis plugins. It detects foreign package formats, copies an explicitly selected package into profile-local storage, and materializes every supported capability as its own reversible DSH row. It does not emulate another agent runtime or hide everything behind one universal plugin.

Quick start

Node.js 22.19 or newer is required. Install DSH first, then add the same Bridge package to every profile that should use foreign plugins:

npm install -g @deepseek-ai/dsh

# Web management UI + shared Host capabilities
dsh plugin --profile web add @openma/dsh-agents-plugins-bridge@latest
dsh web

# Terminal UI + the same shared Host capabilities
dsh plugin --profile tui add @openma/dsh-agents-plugins-bridge@latest
dsh --profile tui

DSH profiles are separate compositions, so installing into `web` does not silently mutat