
BlockRunAI/dsh-clawrouter
91最近提交 2026年8月14日
dsh-clawrouter DSH 插件
dsh-clawrouter 可安装到 DeepSeek Harness,在部分危险工具操作之前加入基于模型的审查门。它可拒绝或升级被标记的调用,提供 /review 和 /spend 命令,并注册通过 x402 使用 USDC 钱包支付的 BlockRun 提供商路由。
如何安装 dsh-clawrouter DSH 插件
dsh plugin --profile web add dsh-clawrouter复制不会执行命令。运行前请核对仓库和版本。
数据来源
快照日期:2026年8月15日
manifest-valid
dsh-clawrouter DSH 插件能做什么
- 拦截配置的高风险工具调用,并由审查模型给出安全、危险或不确定结论。
- 默认拒绝危险调用,并将不确定结果或审查器故障升级到常规审批流程。
- 内置针对破坏性命令、原始磁盘写入、强制推送、sudo、敏感路径、发布等规则,并支持自定义规则。
- 注册通过 x402 按请求使用 USDC 付费的 BlockRun LLM 提供商路由。
- 提供 /review,用于审查粘贴的差异、计划或结论。
- 提供 /spend,报告当前进程中该路由的费用、模型、令牌计数和固定费用。
- 支持为 Harness 压缩和会话标题等维护调用配置辅助模型。
dsh-clawrouter DSH 插件适合哪些场景
- 在代理执行潜在破坏性命令前增加审查步骤。
- 在主代理循环继续使用 DeepSeek 的同时,让更强的外部模型评估高风险操作。
- 通过钱包支持的 Harness 提供商路由访问 BlockRun 路由的模型。
- 按需审查代码差异、计划或代理结论。
- 查看当前进程中该路由累计的费用。
dsh-clawrouter DSH 插件适合谁
- 运行具备工具访问能力代理的 DeepSeek Harness 用户。
- 希望为破坏性操作增加额外审查层的开发者。
- 希望使用 BlockRun x402 模型路由、且拥有 Base USDC 钱包的用户。
dsh-clawrouter DSH 插件的限制
- 自动审查门默认关闭,必须在 Cordis 配置中启用。
- 该提供商路由拒绝图像内容和 reasoning-effort 选择。
- 中止请求会停止交付,但在底层 SDK 支持 AbortSignal 前不会取消进行中的 HTTP 请求。
- 插件不会持久记录自身消费;README 指出应以钱包余额为准。
- 未接入 blockrun/auto 智能路由;用户必须固定模型 ID。
- 提供商声明的上下文窗口可能使压缩早于模型实际可接受的上下文长度触发。
- 不会回传先前轮次的推理内容,可能降低推理模型多步骤工具使用的效果。
- 将主 DeepSeek 循环经由 BlockRun 路由可能比直接调用 DeepSeek 成本更高。
客观检查信号
这些信号来自公开元数据扫描,不是本站安全认证。
- info
dependency counts
package.json declares 2 runtime, 16 development, 7 peer, and 0 optional dependencies.
- info
dsh bundle declared
package.json declares DSH bundle metadata.
- info
license declared
GitHub reports the repository license as MIT.
- info
package manifest available
A root package.json was captured and can be inspected by the registry.
- info
prepare script detected
package.json declares a prepare lifecycle script that may run during relevant package installation workflows.
- info
source available
Public GitHub source metadata is available for this registry snapshot.
dsh-clawrouter DSH 插件的相关选择
sandbase-harness
579
Open-source CMA-compatible agent runtime for any model, with MCP tools, sandboxed sessions, audit, replay, and a local console. Includes a native DeepSeek Harness bundle over stdio MCP.
dsh-vision-router
77
为 DeepSeek Harness 提供视觉路由、供应商回退链和像素级图像工具的插件。
awesome-deepseek-harness
36
A curated list of plugins, skills, MCP servers, patch/profile layers, orchestrators & UIs for DeepSeek Harness (DSH). Visualization · PPT · Coding · Agents · Loops (auto-research) and more. #dsh
dsh-mnemon
19
Cross-agent, local-first persistent memory plugin for DeepSeek Harness (DSH), powered by Mnemon. It shares long-term memory across Mnemon-enabled agents and adds runtime memory, searchable project documents, semantic recall, knowledge graph, and a Sidebar UI.
dsh-clawrouter DSH 插件常见问题
dsh-clawrouter DSH 插件是什么?
dsh-clawrouter 是当前 DSH 插件快照收录的项目。页面基于仓库元数据和已核对的说明整理,运行前仍应查看上游仓库。
如何安装 dsh-clawrouter DSH 插件?
页面展示来源记录中的安装命令。复制动作不会执行命令,运行前请确认 package、profile 和版本仍与上游文档一致。
dsh-clawrouter 使用哪个 DSH profile?
dsh-clawrouter 快照记录的 profile 是 web。DSH 版本变化可能调整 profile 约定,安装前请再次核对。
dsh-clawrouter 与当前 DSH 版本兼容吗?
当前数据没有提供可验证的兼容版本矩阵。建议先确认最近提交、release 和 DSH 官方变更,再在可回滚的 profile 中测试。
dsh-clawrouter 加载失败怎么办?
先检查安装命令、profile、依赖安装日志和 Cordis 启动输出。再对照本站排错页与上游 issue,保留完整报错串便于定位。
dsh-clawrouter 有哪些替代 DSH 插件?
页面列出的相关插件来自当前快照的关联结果,只能作为候选。请按能力、最近维护时间、安装方式和限制逐项比较。