openclaw - 💡(How to fix) Fix gateway tool not available to external-provider agent sessions

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…

Fix Action

Fix / Workaround

Main agent's webchat session has gateway (config.get, config.patch, restart all work).

Code Example

tools: { profile: "coding", alsoAllow: ["gateway"] }

---

agents.list[finance].tools: { alsoAllow: ["gateway"] }
RAW_BUFFERClick to expand / collapse

OpenClaw v2026.5.27, Windows 11, gateway.mode=local

Setup: Two agents in agents.list:

  • main (webchat, deepseek-v4-pro): gateway tool works ✓
  • finance (xai/grok-4.3): gateway tool NOT available ✗

Config:

tools: { profile: "coding", alsoAllow: ["gateway"] }

Also tried explicit per-agent:

agents.list[finance].tools: { alsoAllow: ["gateway"] }

Result: finance agent lists 23 tools. "gateway" is not among them.

Main agent's webchat session has gateway (config.get, config.patch, restart all work).

Question: Is the gateway tool intentionally limited to local Gateway sessions (webchat/Control UI) and not exposed through external-provider agent sessions? Or is there a config knob I'm missing?

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 gateway tool not available to external-provider agent sessions