Skip to content
dsh.fish

Browse

237 results

Bundle

dsh-visual-plan

Visual plan mode for DeepSeek Harness: structured plan.json + plan.md, an editable React Flow canvas, comments, plan diff, versioned revisions, and reliable write-back to the agent.

JIAQI23333
Bundle

offpeak-panel

错峰任务队列面板:高峰/空闲状态徽章、队列列表(拖拽排序/删除)、高峰区间与冗余量设置。宿主侧通过 webServer 提供 /offpeak/api JSON 接口,客户端同源 fetch 展示。

GoldenShit233
Bundle

dsh-cli-anything

让任何软件 agent 化:7 阶段 CLI 封装流水线(分析→设计→实现→测试→发布)、真实后端集成、JSON 输出、REPL 会话、refine 增量补全。受 HKUDS/CLI-Anything(48k★ Apache-2.0)启发。

satan9394
Bundle

dsh-cross-session-bridge

根会话桥:会话间投递结构化信封消息(可投递目标:同上下文在线会话与直接子代理;跨父级子代理经父代理转交;离线/不可路由拒绝并准确归因),复用 Agent inbox 为唯一队列,支持 queue/front/now 三档投递与同步 MessageId 回执;目标离线且在自动加载白名单内时自动 resume 目标会话(组合恢复、驻留在线、回执携带 autoLoaded);回执状态投影(已投递/已认领/已丢弃)与查询(bridge_receipts)及审计 JSONL 落盘(重启可读)。

red000000
Bundle

dsh-progress

DSH plugin: 「进度」实验/项目进度管理 — agent 工具(progress_*)+ better-sidebar 侧边栏界面(iframe 托管原版界面),数据存会话项目 .progress/progress.json。可通过 github: 或 npm 安装到任意 DSH 桌面 profile。

lsqace-del
Bundle

dsh-plugin-descriptions

带功能说明的 dsh 插件清单标签页:在 设置 → 插件 中新增“插件说明”页,内置常用插件中文说明,并自动读取所有已安装插件包的 package.json 描述。

seki668
Bundle

dsh-json-to-rust

JSON 转 Rust:把 JSON 数据转换为 serde Rust 结构体

uckkk
Bundle

dsh-base64-file

Base64 文件转换:文件 ↔ base64/data URL(图片嵌入 HTML/JSON)

uckkk
Skill

memory-auditor

记忆审计技能:对 AI agent 的记忆文件(MEMORY.md/LESSONS.jsonl/规则库)做静态体检,扫出越界宣称(已达 AGI/最强/100% 成功)、无证据完成声明、重复条款;报告是候选不是判决,每条带行号与原文供人工复核。适用:审计自己或他人的 agent 记忆、季度记忆体检、向团队展示记忆质量时。

yangfei222666-9
Bundle

dsh-json-validate

JSON 校验与修复:定位语法错误行列,自动修复注释/尾逗号/单引号

uckkk
Bundle

dsh-session-slm-router

Shadow-mode SLM router for DeepSeek Harness: per-turn weak/strong prediction via vertical-small-model CLI, writes ~/.dsh/slm-shadow/session-slm-shadow.jsonl; does NOT change the active model (S1 shadow only).

NinjaSln-labs
Bundle

dsh-reset-handoff

Standard handoff protocol so DSH never restarts itself: a host plugin that files a JSON reset request for an external ops agent (e.g. Hermes) to execute preflight-snapshot → restart → health-check → recover, then delivers the result back to the requesting session.

nicecx
Bundle

@rayfalling/dsh-tool-visibility

Control which tool schemas are injected into the DeepSeek Harness model context. Registers a tool_visibility manager tool AND a settings-page UI (Settings → 工具注入控制) with per-tool toggles; backed by the framework-native tools.restrict filter and persisted to a JSON state file.

rayfalling
Bundle

dsh-docx-mcp

Zero-dependency MCP stdio server that generates real .docx files from a JSON spec — Chinese office-automation vertical for DeepSeek Harness.

helibeiqi
Bundle

xby-source-coop

一个用于发现和访问800TB+地理空间数据的MCP服务器,支持AI客户端通过JSON-RPC协议进行交互,提供智能搜索和高效数据访问功能。

xby-skill
Bundle

dsh-session-migrator

Visual cross-device session migration for DeepSeek Harness with drag-and-drop workspace import

Suixin04
Bundle

dsh-poor-mode

穷鬼模式(Poor Mode):钱包优先的 DSH agent preset,供应商感知的分时省钱。先分析用户意图与任务复杂度,复杂任务让用户选择「立即执行」或「闲时执行」——按当前供应商的实际计费规则判断:DeepSeek 峰谷价闲时半价;固定计价的平台则退化为纯延后队列。支持 ~/.dsh/poor-mode-providers.json 自定义任意平台的分时规则。基于 dsh-liangshen 的 preset 同步架构。

superkonka
Bundle

dsh-task-queue

Tiered task queue for DSH↔Hermes coordination: queue.json is the single source of truth; tasks are enqueued by DSH mechanisms (review/lesson/reset) and consumed by the Hermes-side cron with a lease/claim model. Also provides the busy-mutex for serializing Hermes calls from the approve fast path.

nicecx
Bundle

dsh-distillery

dsh 插件:本地蒸馏器——扫描全部历史会话,挖出「用户纠错 → agent 改对」片段,脱敏后蒸馏成微调数据对(JSONL)、技能草稿与 AGENTS.md 规则补丁,带人工审核队列

Britneycode
Bundle

dsh-tool-call-guard

Neutralize tool calls with invalid JSON arguments on the wire, so one malformed model generation cannot brick a session against strict OpenAI-compatible servers (vLLM et al).

alchemistwu
Bundle

dsh-mutation-receipt

DeepSeek Harness plugin: a citable append-only JSONL of filesystem touches — path, op, sha256 before and after — carrying no file contents

jwilson411
Bundle

dsh-test-coverage

测试覆盖率分析:解析 LCOV / Cobertura / Istanbul-JSON / Go cover.out 覆盖率报告,产出结构化覆盖率数据与未覆盖行区间,指导补写测试

uckkk