DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Shell Card Plus — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
S

dsh-shell-card-plus

Shell Card Plus

Shell command cards (bash / pwsh) for the DSH web UI: fully custom React-rendered tool cards replacing the official terminal tool rows — status dot, cwd, error pill, copy command/output, numbered command + scrollable output.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:antnesswcm/dsh-shell-card-plus#89de799ca2785d8a624b41fbf6357fd4d9857518
READMECompatibilityVersions
原版展开卡片本插件展开卡片

Compatibility and provenance

Shell Card Plus is published as dsh-shell-card-plus and currently resolves to version 0.3.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/9/2026

Versions

0.3.3stable
9/9/2026
0.3.2stable
9/2/2026
0.3.1stable
9/1/2026
Show 1 more versionCollapse versions
0.3.0stable
9/1/2026

Related plugins

Loading related plugins…

Latest
0.3.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/9/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundleDoctor@linxin666/dsh-doctorTransactional rescue mode for DSH profiles with a supervised launcher, isolated recovery capsule, deterministic repairs, health monitoring, and a local Web recovery consoleSsh@linxin666/dsh-sshRemote SSH operations for the dsh web GUI: host config store (~/.dsh/dsh-ssh.json, import from ~/.ssh/config), a persistent ssh2 connection pool with jump-host support, exec / PTY web terminal / SFTP transfer / local port-forward tunnels / cluster executiFind Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.

README

中文 | English

dsh-shell-card-plus

DSH Web 里 bash / pwsh 命令卡片的增强插件。装完即用,不改任何命令执行逻辑。

解决什么问题

DSH Web 原版的 bash/pwsh 命令卡片有两个日常痛点:

痛点原版本插件
长命令看不全命令单行截断(超出部分直接看不见,连滚动都没有)命令自动折行,带行号,一眼看全
没有复制命令按钮只有"复制输出",复制命令得手动划选复制命令、复制输出两个独立按钮

状态显示对齐官方规范:正常时安静(只有一个状态点),失败时才显示红色 退出码 N / 信号 X。

原版展开卡片 本插件展开卡片
左:原版展开卡片 · 右:本插件展开卡片

功能

  • 完全替换官方 bash/pwsh 工具行:折叠行样式与官方一致,展开后是自定义卡片
    • head:状态点 + cwd(子目录名)+ 复制命令/复制输出按钮
    • 命令区:完整命令,自动折行 + 行号
    • 输出区:横向滚动,保留原版阅读习惯
  • 仅接管 bash/pwsh,其他工具(read/write/search 等)不受影响

安装

# 从 npm 安装(推荐,免构建白名单配置)
dsh plugin --profile web add dsh-shell-card-plus

# 或从 GitHub
dsh plugin --profile web add github:antnesswcm/dsh-shell-card-plus

# 或本地目录
dsh plugin --profile web add ./dsh-shell-card-plus

装完重启 dsh web(或浏览器 Ctrl+F5)生效。要求 dsh ≥ 0.1.0-rc.5。

工作方式

通过官方 tool.call.toolview 插槽注册 bash/pwsh 两个 key,替换官方对该工具行的渲染。命令、cwd、输出、退出码全部来自官方已有的 ToolCallBlock 数据,插件是纯展示层,不引入任何新事件或 host 改动。实现细节见 CLAUDE.md。

开发

npm install
npm run build   # 生产构建(lib/ 已入库,用户装包不需要构建)
npm run dev     # watch + 热重载

开发与接手文档见 CLAUDE.md。

License

MIT