发现最好的 DSH 插件

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

3303个结果

dsh-backup

Backup DeepSeek Harness user data (~/.dsh) with one command: /backup, automatic scheduled backups, checksums and rotation. 一键备份 DSH 数据,支持定时自动备份。

other
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xiaoyuyu6420/dsh-backup
dsh-balance

DeepSeek API 余额显示:dsh web 输入框下方常驻余额读数 + check_balance 模型工具。声明 dsh.bundle,一条 dsh plugin add 即完成安装与挂载。

Agent 协作 · finance
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Yogioo/dsh-balance
dsh-balance

DeepSeek account balance badge in the sidebar, above the settings button (dual-half plugin: host fetches /user/balance with the stored API key, client renders it).

finance · 界面 · notifications
dsh-balance-display

DeepSeek API balance pill for the DSH Web GUI: shows remaining credit in the left sidebar footer with low-balance alerts, spend history, and a one-click top-up link. The API key never leaves the host process — the host half resolves it through the dsh credentials service and queries api.deepseek.com/user/balance; the browser half only fetches redacted balance JSON from a loopback route.

finance · 界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhangjianyu1006156/dsh-balance-display
dsh-balance-meter

DeepSeek account balance and usage readout for the dsh web GUI: queries the official Get User Balance endpoint and shows current remaining balance and spend on the page.

finance · 界面 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Ghost011118/dsh-balance-meter
dsh-balance-meter

DeepSeek account balance and usage readout for the dsh web GUI: queries the official Get User Balance endpoint and shows current remaining balance and spend on the page.

finance
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:healing1/dsh-balance-meter
dsh-balance-plugin

DeepSeek wallet-balance readout at the sidebar foot: card icon + amount, status-tinted, refreshed on turn end and on click

finance · 界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:luokai-demo/dsh-plugins#832abeacbf52ce26103e2bb8a21d9b7ff2c36fce&path:plugins/dsh-balance-plugin
dsh-balance-watch

DSH web plugin: DeepSeek account balance badge next to the model picker, served by a local host route that never leaks the API key.

finance · notifications
dsh-batch-pipeline

Batch task pipeline for DeepSeek Harness: a cross-session batch ledger with progress pointer, budget guard, and product assertions — model-facing tools plus a per-step progress injection.

Agent 协作 · 效率
dsh-beautify-plugin

DSH 自定义美化插件:允许用户自定义字体、配色、工作区(侧边栏/内容区宽度)与聊天框(气泡/输入框/代码块)等外观。

界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:1739321142/DevTools-Custom-Beautification-Plugin-for-DeepseekHarness-Class
dsh-beauty-dive-progress

beauty-dive-progress · 深潜进度桌宠 —— DeepSeek Harness 永久插件:在 DSH Deep diving 回答期间,用坤宠动图填满深潜状态行下方区块,进度 0%→100%,每 20% 切换动作与文案,完成时系统级播放提示音

界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:eric-song-dev/dsh-ikun-pet
dsh-benchmark

Reproducible deterministic benchmark evidence for DSH tools and plugins

other
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dongsheng123132/dsh-benchmark
dsh-better-codex-subagent

Drop-in replacement for the Codex subagent provider that projects the app-server stream into a harness child session, so Codex runs render as ordinary subagents in the Web UI

Agent 协作 · 界面 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ivwumupy/dsh-better-codex-subagent
dsh-better-deepseek

DeepSeek Harness bridge plugin for Better-DeepSeek Chrome extension integration

integrations
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:EdgeTypE/dsh-better-deepseek
dsh-better-plan-reviewer

DSH web plugin: takes over the plan review card and adds an execution-model selector at its bottom — pick which model will carry out the plan; on approve the plugin switches the session model first, then answers the review so execution runs on the chosen model.

效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Khellendros97/dsh-better-plan-reviewer
dsh-better-sidebar

DSH web plugin: a VSCode-like right sidebar (explorer / editor / terminal / git / browser), isolated per conversation session. Exposes a service for other plugins to register sidebar tabs and file viewers.

开发工具 · 界面 · 效率
dsh-better-sidebar-lite

Right-side tabbed sidebar for DeepSeek Harness web: explorer (workspace file tree) and git (changes, commits) tabs on an extensible tab registry

开发工具 · 界面 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:pixellover1433/dsh-better-sidebar-lite
dsh-billing

DSH Web GUI 实时计费监控插件:实时统计本机模型调用用量与费用,按供应商/模型单价计费(DeepSeek v4 峰谷价),余额锚定、官方单价同步、低余额告警、账本 JSON 持久化。侧边栏余额 pill + 概览面板 + 设置页「计费」分段 + Agent 工具 billing_balance。热插拔:放入 profile node_modules 并在 dsh.profile.bundles 登记即可,不修改 DSH 源码。

Agent 协作 · finance · 界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nianpangzhi233/dsh-billing
dsh-billing

Per-model cost accounting and session quota progress (billing projection) for DeepSeek Harness

finance · 效率
dsh-billing-glass

Liquid-glass billing overlay for the DeepSeek Harness Web GUI: provider balances, session cost, daily spend and token buckets. DeepSeek-first with an extensible provider registry.

finance · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:linkingoscar/dsh-billing-glass
dsh-blackhole

Dual-pipeline compaction for DeepSeek Harness: official server-side Responses compaction v2 for OpenAI-routed targets, with a deterministic VCC-style local compiler (zero model calls) as the default fallback and for every other provider.

Agent 协作
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Asaiuta/dsh-blackhole
dsh-blocker-notify

Real-time attention alerts for DeepSeek Harness: a global banner plus flashing workspace entries when the agent is blocked (approval request / sandbox denial).

Agent 协作 · notifications · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Frost-Reed/blocker-notify
dsh-board

dsh client panel bundle: a live AI-styled monitor strip above the composer — token usage, context occupancy, background jobs, subagent state, and turn timing.

Agent 协作 · 界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dfkai/dsh-board
dsh-boot-guard

A loader-independent rescue console for DeepSeek Harness when a broken plugin prevents the Web UI from starting.

界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SaiSenBox/dsh-boot-guard