BlockRun
Integrations / DeepSeek Harness

Run DeepSeek Harness on any model, with a review gate on risky tool calls

dsh-clawrouter wires DeepSeek's open-source harness to ClawRouter: every model from one endpoint, and a stronger model reviews flagged tool calls before the executor runs.

How it works

DeepSeek Harness (dsh) is DeepSeek's open-source agent harness; dsh-clawrouter is BlockRun's plugin for it. It gives the harness the whole catalog from one wallet, paid per request over x402, the same way the OpenClaw and Hermes plugins do.

Its headline feature is a safety review gate: when a tool call is flagged, a stronger model reads it first and answers safe, dangerous or uncertain, failing to a human and never open. The measured results — how often it fires, what it costs when it does — are published on the plugin page and dated.

Behind it is the BlockRun catalog: 78 chat models plus image, video, music and speech generation, search, market data and multi-chain RPC, priced per call. 6 open-weight models are free and need no wallet.

Setup

1. Add the plugin to a profile

dsh plugin --profile web add dsh-clawrouter

Questions

Does the gate slow every command?
No. It only runs when a tool call is flagged; ordinary commands pass without a review call.
Who decides when the gate is uncertain?
A human. The gate never fails open.

Two ways to run this

Get an API key

Sign in, get a key, and call the same endpoints with usage billed to your account. For teams that want one invoice instead of one wallet.

Get an API key 

Or let your agent pay per call, in USDC

No account, no API key. Three steps, and the last one is the request this page is about.

  1. 01
    Point your agent at BlockRun

    Install ClawRouter, or add the BlockRun MCP server to Claude Code, Cursor, Codex or OpenClaw. Any OpenAI-compatible client works too — change the base URL, nothing else.

    curl -fsSL https://blockrun.ai/ClawRouter-update | bash
  2. 02
    Fund a wallet with USDC

    Send USDC to a wallet on Base or Solana. There is no account to create and no API key to issue: the wallet is the account, and it pays per call.

  3. 03
    Use BlockRun from DeepSeek Harness

    The first call returns HTTP 402 with the exact price, your agent signs it, and the answer comes back. Payment settles on-chain; nothing is charged if the call fails.

    dsh plugin --profile web add dsh-clawrouter