发现最好的 DSH 插件

实时扫描最新社区关于 DeepSeek Harness 发布的插件

3303个结果

dsh-chat-tidy

Polished, compact chat typography and layout for the DeepSeek Harness Web UI

界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ChuanTianML/dsh-chat-tidy
dsh-chat-toc

DSH web GUI chat table-of-contents: a hoverable outline on the right edge of the conversation that jumps to any message.

other
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:a792883583/dsh-chat-toc
dsh-chat-window-fold

Fold and expand the dsh web chat window automatically: event-cycle checkpoints (every 25 session events, from N=75) fold older loaded pages beyond the recent 50 rows when the viewport sits at the bottom; scrolling to the very top appends up to 50 earlier messages with the viewport kept in place, repeated until no more history. Per-session isolated; window stays below ~75 rows (low-end friendly); system "Load earlier" button hidden; configurable via row config (foldThreshold=50, foldCheckEvery=25). A DSH web profile bundle.

界面 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dove-a/dsh-chat-window-fold
dsh-chatfile

WebUI 聊天框拖拽/选择上传任意文件到会话工作区 uploads/ 目录(图片拖拽仍走内置流程)

效率 · 视觉
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sooya7/dsh-chatfile
dsh-chatflow-rail

DSH web client plugin: conversation-flow navigation rail on the left of the chat, plus a previous-message card docked at the top

界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:veritas501/dsh-chatflow-rail
dsh-chatgpt-bridge

MCP bridge: lets ChatGPT Web create, view, continue and control DeepSeek Harness (DSH) agent sessions through the official MCP protocol. The bridge only connects; DSH keeps its session, agent, tool, approval and workspace security model.

Agent 协作 · integrations · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jiezeng2004-design/dsh-chatgpt-bridge
dsh-chatgpt-subscription

DeepSeek Harness (DSH) 插件:用官方 OAuth 一键绑定 ChatGPT 订阅(Codex),在 DSH 内直接使用 ChatGPT 模型对话(消耗 ChatGPT Plus/Pro 订阅额度),并在设置侧边栏「订阅」页展示绑定状态与剩余额度。

finance · 界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:songoao25/dsh-chatgpt-subscription
dsh-chatpaper

arXiv paper tools for DeepSeek Harness: search, summarize, translate, and survey papers as native tools. No Python, no MCP — HTML-first extraction.

integrations
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:puppet2004/dsh-chatpaper
dsh-check-update

DSH 更新检查器(npm 版):设置页检查 @deepseek-ai/dsh 是否有新版,导航红点提醒,一键立即更新。Check @deepseek-ai/dsh for updates, red-dot reminder, one-click update.

notifications
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:HuiHuitie-zhu/dsh-check-update
dsh-chimerax

ChimeraX headless scripting tools for DeepSeek Harness (skeleton: tools planned, see README)

skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Hongcheng-LI/dsh-scientific#f0b39d7055539ba8e07baa75a0c1b57263e1b1dc&path:plugins/chimerax
dsh-chinese-search

Chinese full-text search for DeepSeek Harness memory plugins using jieba segmentation

memory
dsh-chinese-thinking

DeepSeek Harness 插件:让 agent 默认用中文思考与回复(移植自 superpowers-zh)

Agent 协作
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GongYuanCaiJi/dsh-chinese-thinking
dsh-chrome

Chrome profile bridge for DeepSeek Harness: control the user's existing signed-in Chrome through the chrome_repl tool, a local HTTP bridge, and the companion WanJuan Chrome extension.

integrations
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YJSoooooo/dsh-chrome
dsh-chrome

DeepSeek Harness (dsh) browser companion: a Chrome side panel that embeds the full dsh web UI and lets the dsh agent read the current page, capture HTTP traffic, and drive the browser.

Agent 协作 · 界面 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:stuarthu/dsh-chrome
dsh-ci-context

Privacy-focused CI execution context for DeepSeek Harness agents

Agent 协作
dsh-claude-cli

Use the locally installed Claude Code CLI as a DeepSeek Harness LLM provider — no API key, native tool calls through an MCP bridge

开发工具 · integrations
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:katsos/dsh-claude-cli
dsh-claude-code

Run Claude Code's harness as the DeepSeek Harness main loop, streaming its full trajectory into the DSH web UI in real time.

Agent 协作 · 开发工具 · 界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Yuki-takuya-kun/dsh-claude-code
dsh-claude-code-templates

Claude Code 技能模板库(claude-code-templates 移植,884 个 SKILL.md)

Agent 协作 · 开发工具 · skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GongYuanCaiJi/dsh-claude-code-templates
dsh-claude-import

Import Claude Code config (skills / rules / CLAUDE.md / AGENTS.md) into DeepSeek Harness, with destination preview, conflict strategies, and idempotent re-imports.

Agent 协作 · 开发工具 · skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:TimeCraker/dsh-claude-import
dsh-claude-migrator

Claude → DeepSeek Harness (DSH) 配置迁移插件:把 .claude/skills、.claude/rules、.mcp.json、CLAUDE.md 拖入插件目录即自动加载为 DSH 能力,内置完整看板(skills / rules / MCP / 连接状态)。

integrations · skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:huanghouchun/dsh-claude-migrator
dsh-claude-octopus

multi-agent 编排(移植自 claude-octopus)

Agent 协作 · 开发工具
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GongYuanCaiJi/dsh-claude-octopus
dsh-claude-skills

362 个技能库(移植自 alirezarezvani/claude-skills)

Agent 协作 · 开发工具 · skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GongYuanCaiJi/dsh-claude-skills
dsh-claude-ux

Claude-style region risk-control (China / non-China target, reversible) + abusive-interaction auto-end for DeepSeek Harness web profile

other
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:eri64/dsh-claude-ux
dsh-clawrouter

A second brain for your DeepSeek Harness agent — strong-model review before risky tool calls, plus 70 models from one wallet. No accounts, no API keys.

Agent 协作 · 开发工具
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hezi2020/dsh-plugin-wiki#0f911a1b7aef331b19607a60c884be50e910c0ab&path:plugins/BlockRunAI-dsh-clawrouter