
BlockRunAI/dsh-clawrouter
91Last commit Aug 14, 2026
dsh-clawrouter DSH plugin
dsh-clawrouter installs into DeepSeek Harness to place a model-based review gate ahead of selected dangerous tool actions. It can deny or escalate flagged calls, exposes /review and /spend commands, and registers a BlockRun provider route for accessing listed models through a USDC wallet via x402.
How to install the dsh-clawrouter DSH plugin
dsh plugin --profile web add dsh-clawrouterCopying does not run this command. Review the repository and version before use.
Data source
Snapshot date: Aug 15, 2026
manifest-valid
What the dsh-clawrouter DSH plugin can do
- Intercepts configured high-risk tool calls for reviewer-model safe, dangerous, or uncertain verdicts.
- Denies dangerous calls and escalates uncertain or reviewer-failure cases to the normal approval flow by default.
- Ships rules for destructive commands, raw disk writes, force pushes, sudo, sensitive paths, publishing, and more; supports custom rules.
- Registers a BlockRun LLM provider route paid per request with USDC over x402.
- Adds /review for reviewing pasted diffs, plans, or conclusions.
- Adds /spend for in-process route cost, model, token-count, and fee reporting.
- Supports an auxiliary model for Harness maintenance calls such as compaction and session titles.
Where the dsh-clawrouter DSH plugin fits
- Add a review step before an agent executes potentially destructive commands.
- Use a stronger external model to assess risky actions while retaining DeepSeek for the main agent loop.
- Access BlockRun-routed models from a wallet-backed Harness provider route.
- Review a code diff, plan, or agent conclusion on demand.
- Inspect costs accumulated by this route during the current process.
Who the dsh-clawrouter DSH plugin is for
- DeepSeek Harness users running agents with tool access.
- Developers seeking an additional review layer for destructive operations.
- Users with a Base USDC wallet who want to use BlockRun's x402-based model route.
dsh-clawrouter DSH plugin limitations
- The automatic review gate is disabled by default and must be enabled in Cordis configuration.
- Image content and reasoning-effort selection are refused by the provider route.
- An aborted request stops delivery but does not cancel the in-flight HTTP request until the underlying SDK supports AbortSignal.
- The plugin does not persist its own spending records; wallet balance is the stated authority.
- Smart routing via blockrun/auto is not wired up; users must pin a model ID.
- Provider-reported context windows may cause compaction earlier than a model's actual accepted context.
- Prior-turn reasoning content is not returned, which may degrade multi-step tool use on reasoning models.
- Using the BlockRun route for the main DeepSeek loop may cost more than calling DeepSeek directly.
Objective checks
These signals come from public metadata scans. They are not a security certification.
- 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 plugin alternatives
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 vision-routing plugin with provider fallback chains and pixel-level image tools.
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 plugin questions
What is the dsh-clawrouter DSH plugin?
dsh-clawrouter is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.
How do I install the dsh-clawrouter DSH plugin?
The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.
Which DSH profile does dsh-clawrouter use?
The snapshot records web as the dsh-clawrouter profile. DSH conventions can change quickly, so verify the manifest and README before installation.
Is dsh-clawrouter compatible with the current DSH release?
The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.
What should I do if dsh-clawrouter fails to load?
Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.
What are the closest alternatives to dsh-clawrouter?
Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.