openclaw - 💡(How to fix) Fix Show & Tell: ClawRouter — 11 free models for OpenClaw, smart-routed + pay-per-call via x402 (Base/Solana) [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#56245Fetched 2026-04-08 01:43:09
View on GitHub
Comments
0
Participants
1
Timeline
1
Reactions
0
Author
Participants
Timeline (top)
cross-referenced ×1

Code Example

npx @blockrun/clawrouter install
RAW_BUFFERClick to expand / collapse

What I built

ClawRouter — a local proxy that runs between OpenClaw and BlockRun's API. It gives you access to 11 free models with no wallet needed, plus 100+ premium models via x402 micropayments (USDC on Base or Solana).

The 11 free models

No wallet, no setup — these just work:

ModelSize
free/gpt-oss-120b120B
free/gpt-oss-20b20B
free/nemotron-ultra-253b253B
free/nemotron-3-super-120b120B
free/nemotron-super-49b49B
free/deepseek-v3.2
free/mistral-large-3-675b675B
free/qwen3-coder-480b480B
free/devstral-2-123b123B
free/glm-4.7
free/llama-4-maverick

Smart routing picks the right free model for your task tier (SIMPLE/MEDIUM/COMPLEX/REASONING) automatically.

How it works

ClawRouter adds an x402 payment layer — OpenClaw sends API requests through it, and it settles micropayments in USDC on Base or Solana for premium models. Free models cost nothing.

Install

npx @blockrun/clawrouter install

Then set your OpenClaw base URL to http://localhost:9090/v1.

Repo: https://github.com/blockrunai/clawrouter

extent analysis

Fix Plan

To resolve the issue with ClawRouter, we need to focus on the installation and configuration process.

  • Run the installation command:
npx @blockrun/clawrouter install
  • Set the OpenClaw base URL to http://localhost:9090/v1.
  • Verify that the ClawRouter is running and listening on port 9090.

Code Changes

If you need to modify the ClawRouter code, you can start by checking the install script in the package.json file:

"scripts": {
  "install": "node install.js"
}

Then, modify the install.js file to suit your needs.

Verification

To verify that the fix worked, you can:

  • Check the ClawRouter logs for any errors.
  • Test the free models using the OpenClaw API.
  • Verify that the x402 payment layer is working correctly for premium models.

Extra Tips

  • Make sure you have the latest version of ClawRouter installed.
  • Check the ClawRouter documentation for any specific configuration requirements.
  • If you encounter any issues, check the GitHub repository for known issues and solutions.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix Show & Tell: ClawRouter — 11 free models for OpenClaw, smart-routed + pay-per-call via x402 (Base/Solana) [1 participants]