Skip to content
dsh.fish

Browse

601 results

Bundle

dsh-designmd

DESIGN.md 设计系统格式:给 coding agent 的视觉身份规范——YAML token(颜色/字体/圆角/间距/组件)+ Markdown 设计理由、token 引用、lint/diff/export 工具链、WCAG 对比度检查。受 google-labs-code/design.md(27k★ Apache-2.0)启发。

satan9394
Bundle

dsh-listener

安全版本地语音输入插件 for DeepSeek Harness:输入框右侧麦克风按钮,录音后经同源宿主代理转写(本地 SenseVoice-Small INT8 ONNX,音频不出网)。后端仅绑定 127.0.0.1 + 随机 token,无 CORS,模型 sha256 校验。

Lanzgale
Bundle

@yangzhe1991/dsh-futu-mcp

DSH plugin: connect to Futu (富途) MCP via OAuth 2.1 and expose its tools to the agent; tokens persisted outside the workspace

yangzhe1991
Bundle

dsh-security-scan

Secret & dangerous-pattern scanner for DeepSeek Harness — a security_scan tool that finds leaked API keys, tokens, private keys and credential files, with full redaction.

ben7am1n
Bundle

dsh-api-usage-monitor

DeepSeek Harness 永久插件:实时读取当前使用的 LLM API,在设置页呈现当前用量、分对话用量,并可扫描会话日志读取历史用量。

DrFaithinT
Bundle

dsh-cost-crystal

DeepSeek Harness (dsh web) 成本潮汐观测插件:余额卡片、波峰/低峰状态与切换倒计时、近24h消耗、本会话费用,以及(后续)用量预测。

xxvk
Bundle

@deepseek-ai/dsh-api-cost

DeepSeek Harness Web 插件:实时展示 API token 消耗与累计消费金额(CNY),含余额查询、峰谷计费、月度预算告警、CSV 核对与导出、明暗主题

MoyunLee
Bundle

dsh-llm-grok-oauth

Grok (xAI) subscription OAuth provider for DeepSeek Harness: one-click login in Settings → Models, token refresh, live catalog, streaming over cli-chat-proxy.grok.com

wangyaominde
Bundle

dsh-self-memory

DSH 自记忆插件 v3(P0 升级):在 v2(加权关键词/泛化/倒排索引/前提感知/同义词规范化)之上增加事件驱动自动采集(会话轨迹落盘)、pre-step 自动召回注入(<selfmem_memory> 围栏)、写路径可靠队列(失败入 pending 重放)、CJK 感知 token 预算。

cyanxi-eb
Bundle

dsh-fetch-data

DeepSeek Harness plugin: intercept a page's real data APIs (XHR/fetch JSON) and return structured fields — comments, rankings, prices, tables — with token-efficient field extraction. Requires playwright.

2672243194
Bundle

dsh-aurora-skin

Three hand-tuned skins for DeepSeek Harness (DSH): Aurora (deep navy + electric cyan + warm coral), Paper (cool white + deep teal, daytime reading), and Hologram (near-black + lime-cyan, terminal vibes). Pure --dsw-alias-* token system, no core patches, persisted in localStorage.

breaker505
Bundle

dsh-usage-stats-plus

DSH 用量与余额面板增强版:官方余额实时拉取、逐事件精确计价(官方峰谷价目)、余额差值全渠道消耗估算、Codex 风格 Token 活动时间轴。Fork 自 dsh-usage-stats(Ychris12138,MIT)。

Nixz0824
Bundle

@wxyzh/dsh-auth-proxy

Token-auth reverse proxy for dsh web: listen on 0.0.0.0, verify a static token via a built-in login page, then forward HTTP + WebSocket to the loopback webserver. No dsh source changes.

wxyzh
Bundle

dsh-ui-cost

DeepSeek Harness Web UI plugin that adds live token usage and estimated DeepSeek cost to the conversation stats strip

uaapple
Bundle

dsh-continue-on-limit

Auto-continue for the DeepSeek Harness Web GUI: when a small local model hits its output-token cap and the conversation shows the max-tokens notice, the plugin automatically sends a short "continue" message so the reply keeps flowing without a manual click.

qwert702
Bundle

dsh-model-quota-usage

DeepSeek Harness 模型额度与 Token 统计面板:只显示 DeepSeek 账户余额,并按日汇总所有 Provider 与模型的 Token 用量。

Hades03
Bundle

dsh-planner-executor

DeepSeek Harness 插件:规划/执行分离。主模型负责分析、规划与汇总,通过 delegate_execution 工具把执行工作委派给独立的执行子代理;执行子代理的模型、LLM 提供方、人格与工具范围在 Web 设置「规划与执行」分节配置(默认继承主模型)。子代理中间步骤永不进入主会话,最大化节约主模型 token。零构建依赖、纯 JS 即装即用:`dsh plugin --profile web add "github:mikuuuuuue/dsh-planner-executor"`。

mikuuuuuue
Bundle

@dsh-external/dsh-quota-cards

DSH profile bundle: account quota cards beside the composer — DeepSeek balance with a configurable refresh interval (1/5/10/30/60 min), and OpenCode Go 5h/weekly/monthly token usage. The card follows the selected model and carries a debounced manual refresh button.

ShiraGawaAnri
Bundle

dsh-webhook

dsh webhook plugin: HTTP webhook -> fixed session delivery (async queue), for bank SMS auto-bookkeeping etc. Bearer token auth, per-hook workspace/session mapping.

fatatalia
Bundle

dsh-metrics-panel

DeepSeek Harness 用量监控面板插件:token 用量 / 缓存命中 / 费用统计与请求明细可视化(含主题与配色切换)

bulai-z
Bundle

dsh-token-tracker

Fold provider token usage from the durable session log, price it with a peak/off-peak table, and surface totals in the dsh web GUI plus a standalone overview page and JSON API.

XiaHouSheng