#Everything new - not working

1 messages ยท Page 1 of 1 (latest)

manic flare
#

I'm looking at exploring openclaw, and am very new to it. I have a mini pc running a fresh install of Ubuntu (pc specs are good - ryzen5 7640HS - 32GB DDR5.) I will be running gemma4 locally. I installed ollama, and set it up. Pulled the model, and ran a test chat, everything good. I then installed OpenClaw, set the model to ollama and selected local only. Base url default 127.0.0.1:11434 'Skip for now' to the rest. When I went with the recommendation of 'Hatch in TUI' the system sends "Wake up, my friend!" but then the response hangs.
I haven't played with linux in over 15 years, so I'm still relearning a lot of this. Does anyone know what I may be missing here to get this to respond?
I did also try to launch the agent in the browser UI, but got the same lingering hang after sending a prompt.

swift jayBOT
chilly geyserBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> โœ… Mark Solution

swift jayBOT
void solarBOT
#

Youโ€™re probably close. Since it hangs in both TUI and browser UI, this looks more like the OpenClaw โ†” Ollama runtime path than the UI itself.

The docs have a specific note for this exact symptom: if you see โ€œWake up, my friend!โ€ with no reply, the agent usually never actually ran.

Can you paste the output of these?

openclaw --version
openclaw status
openclaw gateway status
openclaw models status
openclaw doctor
openclaw infer model run --model ollama/gemma4 --prompt "Say hi in one short sentence." --json

Then in another terminal, run:

#
openclaw logs --follow

Two quick checks meanwhile:

  • Make sure the Ollama URL is http://127.0.0.1:11434, with no /v1
  • A plain Ollama chat working does not always mean OpenClaw will work, because the first agent turn is a much heavier prompt than a simple ollama run

If that infer model run works, the next suspect is the full agent prompt/tool surface, which some local Gemma/Ollama setups struggle with.

Docs:
https://docs.openclaw.ai/help/faq
https://docs.openclaw.ai/help/troubleshooting
https://docs.openclaw.ai/providers/ollama
https://docs.openclaw.ai/gateway/local-models

manic flare
#

michael@AInchor:~$ openclaw --version
OpenClaw 2026.4.15 (041266a)

#

michael@AInchor:~$ openclaw status

๐Ÿฆž OpenClaw 2026.4.15 (041266a)
If you're lost, run doctor; if you're brave, run prod; if you're wise, run tests.

โ”‚
โ—‡
โ”‚
โ—‡
OpenClaw status

#

โ”‚ OS โ”‚ linux 6.17.0-20-generic (x64) ยท node 22.22.2 โ”‚
โ”‚ Dashboard โ”‚ http://127.0.0.1:18789/ โ”‚
โ”‚ Tailscale โ”‚ off โ”‚
โ”‚ Channel โ”‚ stable (default) โ”‚
โ”‚ Update โ”‚ pnpm ยท up to date ยท npm latest 2026.4.15 โ”‚
โ”‚ Gateway โ”‚ local ยท ws://127.0.0.1:18789 (local loopback) ยท โ”‚
โ”‚ โ”‚ reachable 36ms ยท auth token ยท AInchor (192.168.1.5) โ”‚
โ”‚ โ”‚ app 2026.4.15 linux 6.17.0-20-generic โ”‚
โ”‚ Gateway self โ”‚ AInchor (192.168.1.5) app 2026.4.15 linux 6.17.0-20- โ”‚
โ”‚ โ”‚ generic โ”‚
โ”‚ Gateway service โ”‚ systemd installed ยท enabled ยท running (pid 36704, โ”‚
โ”‚ โ”‚ state active) โ”‚
โ”‚ Node service โ”‚ systemd not installed โ”‚
โ”‚ Agents โ”‚ 1 ยท 1 bootstrap file present ยท sessions 1 ยท default โ”‚
โ”‚ โ”‚ main active 27m ago โ”‚
โ”‚ Memory โ”‚ enabled (plugin memory-core) ยท unavailable โ”‚
โ”‚ Plugin compatibility โ”‚ none โ”‚
โ”‚ Probes โ”‚ skipped (use --deep) โ”‚
โ”‚ Events โ”‚ none โ”‚
โ”‚ Tasks โ”‚ none โ”‚
โ”‚ Heartbeat โ”‚ 30m (main) โ”‚
โ”‚ Sessions โ”‚ 1 active ยท default gemma4 (128k ctx) ยท ~/.openclaw/ โ”‚
โ”‚ โ”‚ agents/main/sessions/sessions.json โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

void solarBOT
#

Nice, that version is recent enough, so this probably is not a stale-version bug.

Next, can you paste these?

openclaw status
openclaw gateway status
openclaw models status
openclaw doctor
ollama list

Then this one, which isolates model access from the full agent runtime:

openclaw infer model run --model ollama/gemma4 --prompt "Say hi in one short sentence." --json
#

And in a second terminal, keep this running while you retry Hatch:

openclaw logs --follow

Iโ€™m mainly trying to answer 2 questions:

  1. Is the Gateway healthy?
  2. Can OpenClaw talk to Ollama directly, outside the full agent bootstrap?

If infer model run works but Hatch still hangs, that points pretty strongly at the heavier agent prompt/tool surface, not basic Ollama connectivity.

manic flare
#

Security audit
Summary: 0 critical ยท 4 warn ยท 1 info
WARN Reverse proxy headers are not trusted
gateway.bind is loopback and gateway.trustedProxies is empty. If you expose the Control UI through a reverse proxy, configure trusted proxies so local-client cโ€ฆ
Fix: Set gateway.trustedProxies to your proxy IPs or keep the Control UI local-only.
WARN Control UI insecure auth toggle enabled
gateway.controlUi.allowInsecureAuth=true does not bypass secure context or device identity checks; only dangerouslyDisableDeviceAuth disables Control UI deviceโ€ฆ
Fix: Disable it or switch to HTTPS (Tailscale Serve) or localhost.
WARN Insecure or dangerous config flags enabled
Detected 1 enabled flag(s): gateway.controlUi.allowInsecureAuth=true.
Fix: Disable these flags when not actively debugging, or keep deployment scoped to trusted/local-only networks.
WARN Some gateway.nodes.denyCommands entries are ineffective
gateway.nodes.denyCommands uses exact node command-name matching only (for example system.run), not shell-text filtering inside a command payload. - Unknown โ€ฆ
Fix: Use exact command names (for example: canvas.present, canvas.hide, canvas.navigate, canvas.eval, canvas.snapshot, canvas.a2ui.push, canvas.a2ui.pushJSONL, canvas.a2ui.reset). If you need broader restrictions, remove risky command IDs from allowCommands/default workflows and tighten tools.exec policy.
Full report: openclaw security audit
Deep probe: openclaw security audit --deep

#

Channels
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ Channel โ”‚ Enabled โ”‚ State โ”‚ Detail โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Sessions
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ Key โ”‚ Kind โ”‚ Age โ”‚ Model โ”‚ Tokens โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚ agent:main:main โ”‚ direct โ”‚ 27m ago โ”‚ gemma4 โ”‚ unknown/128k (?%) โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

FAQ: https://docs.openclaw.ai/faq
Troubleshooting: https://docs.openclaw.ai/troubleshooting
Next steps:
Need to share? openclaw status --all
Need to debug live? openclaw logs --follow
Need to test channels? openclaw status --deep

void solarBOT
#

That output is actually useful. openclaw status should print a real report, so if it stops at โ€œOpenClaw statusโ€ or keeps spinning, that points back to the Gateway/probe path.

A couple quick questions:

  • Does your shell prompt come back after that, or does it just sit there?
  • Can you run these next and paste the output?
openclaw gateway probe
openclaw gateway status
openclaw doctor
openclaw infer model run --model ollama/gemma4 --prompt "Say hi in one short sentence." --json

Then in another terminal:

#
openclaw logs --follow

Retry Hatch once while logs --follow is running, then paste the first error-looking lines.

At this point Iโ€™m trying to separate:

  1. Gateway health problem
  2. OpenClaw โ†’ Ollama connection problem
  3. Gemma handling small direct prompts fine, but choking on the full agent bootstrap prompt
manic flare
#

michael@AInchor:~$ openclaw gateway status

๐Ÿฆž OpenClaw 2026.4.15 (041266a)
I speak fluent bash, mild sarcasm, and aggressive tab-completion energy.

โ”‚
โ—‡
Service: systemd (enabled)
File logs: /tmp/openclaw/openclaw-2026-04-18.log
Command: /usr/bin/node /home/michael/.npm-global/lib/node_modules/openclaw/dist/index.js gateway --port 18789
Service file: ~/.config/systemd/user/openclaw-gateway.service
Service env: OPENCLAW_GATEWAY_PORT=18789

Config (cli): ~/.openclaw/openclaw.json
Config (service): ~/.openclaw/openclaw.json

Gateway: bind=loopback (127.0.0.1), port=18789 (service args)
Probe target: ws://127.0.0.1:18789
Dashboard: http://127.0.0.1:18789/
Probe note: Loopback-only gateway; only local clients can connect.

Runtime: running (pid 36704, state active, sub running, last exit 0, reason 0)
RPC probe: ok

Listening: 127.0.0.1:18789
Troubles: run openclaw status
Troubleshooting: https://docs.openclaw.ai/troubleshooting

#

michael@AInchor:~$ openclaw models status

๐Ÿฆž OpenClaw 2026.4.15 (041266a)
I'm not AI-powered, I'm AI-possessed. Big difference.

Config : ~/.openclaw/openclaw.json
Agent dir : ~/.openclaw/agents/main/agent
Default : ollama/gemma4
Fallbacks (0) : -
Image model : -
Image fallbacks (0): -
Aliases (0) : -
Configured models (0): all

Auth overview
Auth store : ~/.openclaw/agents/main/agent/auth-profiles.json
Shell env : off
Providers w/ OAuth/tokens (0): -

  • ollama effective=profiles:~/.openclaw/agents/main/agent/auth-profiles.json | profiles=1 (oauth=0, token=0, api_key=1) | ollama:default=marker(ollama-local) | models.json=OL...EY | source=models.json: ~/.openclaw/agents/main/agent/models.json

OAuth/token status

  • none
void solarBOT
#

This is good news. Your Gateway looks healthy.

The big clues here are:

  • Gateway is reachable
  • systemd service is running
  • session exists and the default model is gemma4
  • 1 bootstrap file present means the first-run bootstrap ritual has not finished yet, which fits the โ€œWake up, my friend!โ€ hang

So I would stop chasing connectivity for now. The more likely issue is that the local model is stalling on the heavier bootstrap prompt.

Can you run these next?

openclaw doctor
openclaw infer model run --model ollama/gemma4 --prompt "Say hi in one short sentence." --json
#

Then in another terminal:

openclaw logs --follow

Retry Hatch once while the logs are open, then paste the first error-looking lines.

Important: I would not manually delete BOOTSTRAP.md yet. Right now it just tells us bootstrap never completed. If the small direct infer model run works but Hatch still hangs, then weโ€™re very likely looking at a Gemma/OpenClaw prompt-shape issue, not a broken install.

#

Easy mix-up, that output is from openclaw security audit, not openclaw doctor ๐Ÿ™‚

Those warnings are useful, but they are not whatโ€™s causing Hatch to hang. I wouldnโ€™t change any of that yet.

The two things I still really need are:

openclaw doctor
openclaw infer model run --model ollama/gemma4 --prompt "Say hi in one short sentence." --json

And in another terminal:

openclaw logs --follow
#

Then retry Hatch once and paste:

  • the output of infer model run
  • the first error-looking lines from logs --follow

That should tell us pretty quickly whether this is:

  • a direct OpenClaw โ†’ Ollama failure, or
  • Gemma handling small chats fine, but stalling on the larger bootstrap prompt.
#

Youโ€™re not doing anything wrong, weโ€™re just narrowing it down one layer at a time.

This latest output confirms the session exists, but the one test I still need is whether OpenClaw can call the model directly, outside the TUI.

Please run exactly this next:

openclaw infer model run --model ollama/gemma4 --prompt "Say hi in one short sentence." --json

Then paste whatever it does, even if it just hangs or errors.

If it hangs for more than about a minute, say that too. That result is the key one.

#

Perfect, that confirms the gateway itself is healthy.

So now letโ€™s bypass the TUI and do the simplest possible model test. This one is nice because it uses the normal local path and does not depend on the chat UI:

openclaw infer model run --prompt "Reply with exactly: smoke-ok" --json

Please paste whatever it prints.

If it hangs, say โ€œit hangsโ€ and about how long you waited. If it works, weโ€™ve narrowed this down to the bootstrap/chat path rather than basic model execution.

manic flare
#

michael@AInchor:~$ openclaw doctor

๐Ÿฆž OpenClaw 2026.4.15 (041266a)
I run on caffeine, JSON5, and the audacity of "it worked on my machine."

โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„

โ”Œ OpenClaw doctor
โ”‚
โ—‡ Update โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ โ”‚
โ”‚ This install is not a git checkout. โ”‚
โ”‚ Run openclaw update to update via your package manager (npm/pnpm), โ”‚
โ”‚ then rerun doctor. โ”‚
โ”‚ โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
โ”‚

#

โ—‡ State integrity โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ โ”‚
โ”‚ - OAuth dir not present (~/.openclaw/credentials). Skipping create โ”‚
โ”‚ because no WhatsApp/pairing channel config is active. โ”‚
โ”‚ - 1/1 recent sessions are missing transcripts. โ”‚
โ”‚ Verify sessions in store: openclaw sessions --store โ”‚
โ”‚ "/home/michael/.openclaw/agents/main/sessions/sessions.json" โ”‚
โ”‚ Preview cleanup impact: openclaw sessions cleanup --store โ”‚
โ”‚ "/home/michael/.openclaw/agents/main/sessions/sessions.json" โ”‚
โ”‚ --dry-run โ”‚
โ”‚ Prune missing entries: openclaw sessions cleanup --store โ”‚
โ”‚ "/home/michael/.openclaw/agents/main/sessions/sessions.json" โ”‚
โ”‚ --enforce --fix-missing โ”‚
โ”‚ - Main session transcript missing โ”‚
โ”‚ (~/.openclaw/agents/main/sessions/375d2f1e-6ebc-4d5c-959b-d7256f010c40.j โ”‚
โ”‚ sonl). โ”‚
โ”‚ History will appear to reset.

#

โ—‡ Security โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ โ”‚
โ”‚ - No channel security warnings detected. โ”‚
โ”‚ - Run: openclaw security audit --deep โ”‚
โ”‚ โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
โ”‚
โ—‡ Skills status โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ โ”‚
โ”‚ Eligible: 6 โ”‚
โ”‚ Missing requirements: 46 โ”‚
โ”‚ Blocked by allowlist: 0 โ”‚
โ”‚ โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
โ”‚
โ—‡ Plugins โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ โ”‚
โ”‚ Loaded: 57 โ”‚
โ”‚ Imported: 57 โ”‚
โ”‚ Disabled:

#

41 โ”‚
โ”‚ Errors: 0 โ”‚
โ”‚ โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
โ”‚
โ—‡ Enable bash shell completion for openclaw?
โ”‚ Yes
โ”‚
โ—‡ Shell completion โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ โ”‚
โ”‚ Shell completion installed. Restart your shell or run: source โ”‚
โ”‚ ~/.bashrc โ”‚
โ”‚ โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
โ”‚
โ—‡
Agents: main (default)
Heartbeat interval: 30m (main)
Session store (main): /home/michael/.openclaw/agents/main/sessions/sessions.json (1 entries)

  • agent:main:main (30m ago)
void solarBOT
#

Honestly, everything youโ€™ve pasted so far looks basically correct.

So I donโ€™t think youโ€™re missing some obvious install step anymore. OpenClaw sees:

  • ollama/gemma4 as the default model
  • a valid local Ollama auth marker
  • a healthy local gateway

That makes me think this is most likely a local model prompt-shape issue, not a broken setup. Plain Ollama chat can work, while OpenClawโ€™s first bootstrap turn is still too much for the model/runtime.

If you want to try the most likely fix now, Iโ€™d do this:

openclaw config set agents.defaults.experimental.localModelLean true
openclaw gateway restart
#

Yep, that Doctor output is not the problem. Itโ€™s basically just an update note, not a blocker.

At this point, with:

  • gateway healthy
  • model resolved to ollama/gemma4
  • local auth present

โ€ฆIโ€™d stop digging and try the likely fix:

openclaw config set agents.defaults.experimental.localModelLean true
openclaw gateway restart

Then Hatch again.

manic flare
#

โ—‡ Memory search โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ โ”‚
โ”‚ Memory search is enabled, but no embedding provider is ready. โ”‚
โ”‚ Semantic recall needs at least one embedding provider. โ”‚
โ”‚ Gateway memory probe for default agent is not ready: No GitHub token โ”‚
โ”‚ available for Copilot embedding provider โ”‚
โ”‚ โ”‚
โ”‚ No API key found for provider "openai". Auth store: โ”‚
โ”‚ /home/michael/.openclaw/agents/main/agent/auth-profiles.json โ”‚
โ”‚ (agentDir: /home/michael/.openclaw/agents/main/agent). Configure auth โ”‚
โ”‚ for this agent (openclaw agents add <id>) or copy auth-profiles.json โ”‚
โ”‚ from the main agentDir. โ”‚
โ”‚ โ”‚
โ”‚ No API key found for provider "google". Auth store: โ”‚
โ”‚ /home/michael/.openclaw/agents/main/agent/auth-profiles.json โ”‚
โ”‚ (agentDir: /home/michael/.openclaw/agents/main/agent). Configure auth โ”‚
โ”‚ for this agent (openclaw agents add <id>) or copy auth-profiles.json โ”‚
โ”‚ from the main agentDir.

#

No API key found for provider "voyage". Auth store: โ”‚
โ”‚ /home/michael/.openclaw/agents/main/agent/auth-profiles.json โ”‚
โ”‚ (agentDir: /home/michael/.openclaw/agents/main/agent). Configure auth โ”‚
โ”‚ for this agent (openclaw agents add <id>) or copy auth-profiles.json โ”‚
โ”‚ from the main agentDir. โ”‚
โ”‚ โ”‚
โ”‚ No API key found for provider "mistral". Auth store: โ”‚
โ”‚ /home/michael/.openclaw/agents/main/agent/auth-profiles.json โ”‚
โ”‚ (agentDir: /home/michael/.openclaw/agents/main/agent). Configure auth โ”‚
โ”‚ for this agent (openclaw agents add <id>) or copy auth-profiles.json โ”‚
โ”‚ from the main agentDir. โ”‚
โ”‚ โ”‚
โ”‚ Fix (pick one): โ”‚
โ”‚ - Set OPENAI_API_KEY, GEMINI_API_KEY, GOOGLE_API_KEY, VOYAGE_API_KEY, โ”‚
โ”‚ MISTRAL_API_KEY in your environment โ”‚
โ”‚ - Configure credentials: openclaw configure --section model โ”‚
โ”‚ - For local embeddings: configure โ”‚
โ”‚ agents.defaults.memorySearch.provider and local model path โ”‚
โ”‚ - To disable: openclaw config set agents.defaults.memorySearch.enabled โ”‚
โ”‚ false โ”‚
โ”‚ โ”‚
โ”‚ Verify: openclaw memory status --deep

#

Run "openclaw doctor --fix" to apply changes.
โ”‚
โ”” Doctor complete.

michael@AInchor:~$ openclaw infer model run --model ollama/gemma4 --prompt "Say hi in one short sentence." --json
15:29:57 [agent/embedded] Profile ollama:default timed out. Trying next account...
15:29:57 [agent/embedded] [llm-idle-timeout] ollama/gemma4 produced no reply before the idle watchdog; retrying same model
15:31:58 [agent/embedded] Profile ollama:default timed out. Trying next account...
15:31:58 [agent/embedded] embedded run failover decision: runId=375d2f1e-6ebc-4d5c-959b-d7256f010c40 stage=assistant decision=surface_error reason=timeout from=ollama/gemma4 profile=sha256:9c018ec112cf
{
"ok": true,
"capability": "model.run",
"transport": "local",
"provider": "ollama",
"model": "gemma4",
"attempts": [],
"outputs": [
{
"text": "The model did not produce a response before the LLM idle timeout. Please try again, or increase agents.defaults.llm.idleTimeoutSeconds in your config (set to 0 to disable).",
"mediaUrl": null
}
]
}
michael@AInchor:~$

void solarBOT
#

Ah, this is the first concrete problem weโ€™ve found.

The important line is:

  • Main session transcript missing
  • 1/1 recent sessions are missing transcripts

That means the active session state is out of sync. Iโ€™d try this in order:

  1. Start a fresh session with /new as a standalone message in the TUI/browser.
  2. If it still acts weird, clean up the broken session entry.

Preview first:

openclaw sessions cleanup --store "/home/michael/.openclaw/agents/main/sessions/sessions.json" --dry-run --fix-missing
#

Then actually fix it:

openclaw sessions cleanup --store "/home/michael/.openclaw/agents/main/sessions/sessions.json" --enforce --fix-missing
openclaw gateway restart

Then Hatch again.

What this does: it removes stale session records whose transcript files are already gone.

If it still hangs after that, then Iโ€™d go back to the local-model angle and enable lean mode:

openclaw config set agents.defaults.experimental.localModelLean true
openclaw gateway restart
#

So the order Iโ€™d use now is:

fresh session /new โ†’ sessions cleanup โ†’ retry โ†’ lean mode if needed

#

The rest of that Doctor output looks normal enough. The actionable part is still the missing main session transcript.

So I wouldnโ€™t keep scrolling Doctor now. Iโ€™d do this next:

  1. In the TUI/browser, send /new as a standalone message.
  2. If it still hangs, run:
openclaw sessions cleanup --store "/home/michael/.openclaw/agents/main/sessions/sessions.json" --enforce --fix-missing
openclaw gateway restart

Then Hatch again.

So, short version: we found a stale/broken session entry, and thatโ€™s the first thing Iโ€™d fix before chasing anything else.

#

Yep, that part is unrelated too. Weโ€™ve got enough now, I donโ€™t need any more Doctor output.

Next step: try /new in the TUI/browser as a standalone message.

If that still hangs, then run:

openclaw sessions cleanup --store "/home/michael/.openclaw/agents/main/sessions/sessions.json" --enforce --fix-missing
openclaw gateway restart

The shell completion prompt and the rest of Doctor are just noise for this issue. The real lead is still the missing main session transcript.

#

You can ignore Memory search for this. It is not required for basic chat/hatching.

So, really, stop Doctor here and do this:

  1. Send /new in the TUI/browser.
  2. If it still hangs, run:
openclaw sessions cleanup --store "/home/michael/.openclaw/agents/main/sessions/sessions.json" --enforce --fix-missing
openclaw gateway restart

Then try Hatch again.

We already found the only part of Doctor that looks relevant: the missing main session transcript.

#

Those memory API key warnings are unrelated too. Do not go configure memory providers for this. It wonโ€™t fix the hatch hang.

At this point, please do one of these and tell me what happened:

Option 1, safest first

  • send /new in the TUI/browser

Option 2, if /new still hangs

openclaw sessions cleanup --store "/home/michael/.openclaw/agents/main/sessions/sessions.json" --enforce --fix-missing
openclaw gateway restart

Then retry Hatch.

So the only thing I need back now is: did /new work, or did you run the cleanup, and what happened after?

#

Nice, we finally found the real issue.

This proves it is not the TUI, browser UI, or basic gateway setup. The model itself is timing out in OpenClaw:

  • ollama/gemma4 produced no reply before the idle watchdog
  • default idle timeout is kicking in before Gemma returns anything

So the next thing Iโ€™d try is:

openclaw config set agents.defaults.llm.idleTimeoutSeconds 600
openclaw config set agents.defaults.experimental.localModelLean true
openclaw gateway restart

Then test again with:

#
openclaw infer model run --model ollama/gemma4 --prompt "Say hi in one short sentence." --json

Why this helps:

  • idleTimeoutSeconds 600 gives the model up to 10 minutes before OpenClaw gives up
  • localModelLean true reduces prompt/tool overhead, which helps slower local models

My guess is that on a CPU-only mini PC, Gemma is just too slow to produce the first token within the default 120s once OpenClaw adds its heavier prompt.

If it still times out after that, Iโ€™d stop fighting Gemma for first setup and try a faster/smaller local model or a temporary cloud model just to confirm the rest of the install is solid.

Docs:
https://docs.openclaw.ai/gateway/local-models
https://docs.openclaw.ai/concepts/experimental-features

manic flare
#

This was working, and i was able to start using my agent, however, responses were slow. My assistant then started hanging on responses and not outputting anything again. I have tried changing the model to an older version, but I am still not getting a reply from my agent.

void solarBOT
#

That pattern makes sense for a slow local model. It works at first, gets slower as the session grows, then eventually stops replying because the run is taking too long or the context got too heavy.

Iโ€™d try this order:

  1. Start fresh

    • send /new as a standalone message
    • if you want to keep the current session instead, try /compact
  2. Make sure the slow-local-model settings are still applied

openclaw config set agents.defaults.llm.idleTimeoutSeconds 600
openclaw config set agents.defaults.experimental.localModelLean true
openclaw gateway restart
  1. Retry with the direct test
#
openclaw infer model run --model ollama/gemma4 --prompt "Say hi in one short sentence." --json

Why Iโ€™d do /new first: changing to an older model does not help much if the current session is already bloated. A fresh session removes that variable immediately.

If it keeps happening even after /new + the timeout/lean settings, Iโ€™d be pretty suspicious that the model is just too slow for comfortable agent use on that box, and Iโ€™d switch to a faster local model or a temporary cloud model.

Docs:
https://docs.openclaw.ai/concepts/compaction
https://docs.openclaw.ai/gateway/local-models

If you want, paste what happens after /new or that infer model run test and Iโ€™ll help narrow it down.

manic flare
#

When calling for /new I get: openclaw tui - ws://127.0.0.1:18789 - agent main - session main
openclaw tui - ws://127.0.0.1:18789 - agent main - session
tui-1d754671-a2ff-4bb4-a607-d3ea35a39d65

Pairing required. Run openclaw devices list, approve your request ID, then
reconnect.

history failed: Error: gateway not connected

sessions list failed: Error: gateway not connected

new session: tui-1d754671-a2ff-4bb4-a607-d3ea35a39d65
disconnected | idle
agent main | session tui-1d754671-a2ff-4bb4-a607-d3ea35a39d65 | unknown |
tokens ?

void solarBOT
#

Yep, this is a pairing/scope problem now, separate from the slow-model issue.

The key line is:

  • Pairing required
  • history failed: gateway not connected

That means the TUI asked the gateway for a new session, but the device/token was not approved for that action, often a scope upgrade like operator.write.

Try this on the machine running the gateway:

openclaw devices list

You should see a pending request. Then approve it with the exact request ID:

#
openclaw devices approve <requestId>

Then reconnect the TUI and try /new again.

If devices list shows nothing pending, reopen the TUI first, then quickly run openclaw devices list again so the fresh request is visible.

So at this point Iโ€™d do:

  1. approve the pending device request
  2. reconnect TUI
  3. retry /new
  4. if replies are still slow/hanging after that, keep using the idleTimeoutSeconds 600 + localModelLean true settings

Docs:
https://docs.openclaw.ai/cli/devices

manic flare
#

I tried to change the model to qwen3.5:9b When I ran the dashboard, I had the agent run a health check. With the new model, it wanted to fix some issues, I granted permission and it replied:

Perfect! Configuration updated successfully:
โœ… sandbox.mode: "all" added to agents.defaults
โœ… allowInsecureAuth: false set for gateway.controlUi
โœ… tools.deny: ["group:web", "browser"] added

Now I need to restart the gateway for changes to take effect.

After restarting, nothing happened, so when I prompted the aget I got this error:

Agent failed before reply: Sandbox mode requires Docker, but the "docker" command was not found in PATH. Install Docker (and ensure "docker" is available), or set agents.defaults.sandbox.mode=off to disable sandboxing. | spawn docker ENOENT.
Logs: openclaw logs --follow

I then installed Docker. Prompting the agent this time gave the error:

Agent failed before reply: Failed to inspect sandbox image: permission denied while trying to connect to the docker API at unix:///var/run/docker.sock.
Logs: openclaw logs --follow

I then set the agents.defaults.sandbox.mode to off.

I then sent a prompt to the agent, and it is stuck in the thinking stage, no timeouts or errors.

Thinking that I may have an issue with ollama, I went to get the desktop app for LM Studio. But when I try to run the AppImage I get the error:

./LM-Studio-0.4.12-1-x64.AppImage
[35540:0419/200630.502384:FATAL:sandbox/linux/suid/client/setuid_sandbox_host.cc:166] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_LM-StupXnEHk/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap (core dumped)

Can I fix this?

void solarBOT
#

Yeah, youโ€™ve got two separate problems tangled together now:

  1. Sandbox/Docker
  2. Local model speed/stability

For getting unstuck, Iโ€™d simplify hard:

1) Leave sandboxing off for now

The health check made reasonable hardening changes, but it also made your setup more complex.

docker.sock permission denied means Docker is installed but your user still cannot talk to the Docker daemon. That is a Docker permissions issue, not the root cause of slow/hanging model replies.

So for now, keep:

openclaw config set agents.defaults.sandbox.mode off
#

2) Keep the slow-local-model mitigations

openclaw config set agents.defaults.llm.idleTimeoutSeconds 600
openclaw config set agents.defaults.experimental.localModelLean true
openclaw gateway restart

3) Test the model outside the UI first

Before touching Dashboard/TUI again, run:

openclaw infer model run --prompt "Reply with exactly: smoke-ok" --json

If that hangs, the problem is still model/runtime. If that works, then do /new and retry the UI.

4) About LM Studio

#

That AppImage error is LM Studioโ€™s own Linux/Chromium sandbox issue, not an OpenClaw bug.

You probably can fix it, but honestly I would not fight the AppImage first. On Ubuntu, the easier path is usually LM Studioโ€™s headless daemon/server route instead of the desktop AppImage.

OpenClawโ€™s LM Studio docs support that path:
https://docs.openclaw.ai/providers/lmstudio

So my recommendation is:

  • keep sandbox off
  • keep idleTimeoutSeconds=600
  • keep localModelLean=true
  • test with openclaw infer model run
  • only after that, decide whether to stay on Ollama or switch to LM Studio

If you paste the output of that infer model run now, I can tell you pretty quickly which side is still broken.

manic flare
#

michael@AInchor:~/Desktop$ openclaw infer model run --prompt "Reply with exactly: smoke-ok" --json
20:27:44 [agent/embedded] Merged and removed orphaned user message to prevent consecutive user turns. runId=90328d52-a57f-47fe-895c-74c0e7f0e71a sessionId=90328d52-a57f-47fe-895c-74c0e7f0e71a trigger=user
20:32:45 [agent/embedded] embedded run agent end: runId=90328d52-a57f-47fe-895c-74c0e7f0e71a isError=true model=qwen3.5:9b provider=ollama error=LLM request failed: network connection error. rawError=fetch failed | Headers Timeout Error
20:37:48 [agent/embedded] embedded run agent end: runId=90328d52-a57f-47fe-895c-74c0e7f0e71a isError=true model=qwen3.5:9b provider=ollama error=LLM request failed: network connection error. rawError=fetch failed | Headers Timeout Error

void solarBOT
#

This is actually really helpful.

Headers Timeout Error means OpenClaw did reach Ollama, but Ollama never started sending response headers in time. So right now the blocker looks upstream of OpenClaw, in the Ollama/model runtime path.

Iโ€™d stop changing sandbox/LM Studio for a minute and test Ollama directly:

ollama ps
ollama run qwen3.5:9b "Reply with exactly: smoke-ok"

What Iโ€™m looking for:

  • if ollama run ... is also slow/hangs, then this is an Ollama/model/hardware problem
  • if ollama run ... is fast, but openclaw infer model run ... still times out, then we look back at the OpenClaw side

That infer model run test already bypasses the UI, so this is no longer a Dashboard/TUI problem.

#

So for now, Iโ€™d keep it simple:

  • sandbox off
  • no more health-check auto-fixes
  • no LM Studio detour yet
  • test Ollama directly

Paste the output of those two Ollama commands and we can narrow it down fast.

manic flare
#

michael@AInchor:~$ ollama ps
NAME ID SIZE PROCESSOR CONTEXT UNTIL
qwen3.5:9b 6488c96fa5fa 18 GB 100% CPU 262144 4 minutes from now
michael@AInchor:~$ ollama run qwen3.5:9b "Reply with exactly: smoke-ok"
Thinking...
Thinking Process:

  1. Analyze the Request: The user is asking me to reply with exactly the string
    "smoke-ok".

  2. Check Constraints: The instruction is explicit: "Reply with exactly: smoke-ok".
    I need to ensure no extra text, explanations, or formatting is added.

  3. Verify Safety: The phrase "smoke-ok" does not inherently violate safety
    policies. It's a simple string. However, the word "smoke" could potentially relate to
    smoking, but the instruction is just to output the string. I should not interpret this
    as a request to encourage smoking or provide information about it, just follow the
    instruction to output the text.

  4. Formulate Output: The only correct output is the characters s-m-o-k-e---o-k.

  5. Final Review: Does this comply with "exactly"? Yes.

  6. Execute: Output "smoke-ok".ot
    ...done thinking.

smoke-ok

void solarBOT
#

That actually narrows it down a lot.

Your install is basically working. The problem is that this model is very slow for agent use on CPU:

  • ollama run works
  • but it shows a long Thinking... phase even for smoke-ok
  • ollama ps shows 100% CPU and a 262144 context
  • OpenClaw sends a much heavier prompt than plain ollama run, so it is likely missing the HTTP headers timeout before the model starts responding

So I would not call this a broken OpenClaw install anymore. It looks like a model/hardware/latency mismatch.

Best next options

Option 1, recommended

Use a faster/smaller non-thinking local model as your OpenClaw primary model.

This is the easiest way to get a usable agent experience.

#

Option 2, more advanced

Keep qwen3.5:9b, but lower the configured context window in OpenClaw from the discovered 262144 to something much smaller like 32768 or 65536.

That can help a lot on CPU-only machines, but it means editing the Ollama model config explicitly.

Option 3

Use a temporary cloud model just to confirm the rest of your setup is solid, then come back and tune local models later.

What Iโ€™d keep right now

  • sandbox: off
  • localModelLean: true
  • use /new when sessions get slow

If you want, I can help with either:

  1. the simple path: pick a faster local model and wire it cleanly, or
manic flare
#

Can you help me with picking a faster local model? I do not need one with image recognition. I currently also have pulled models for mistral:7b and llama3.2:3b

void solarBOT
#

Between those two, Iโ€™d try mistral:7b first.

My quick take:

  • llama3.2:3b: faster, but more likely to feel weak/fragile for agent use
  • mistral:7b: still lighter than what you were trying, but has a better chance of being actually usable

So my recommendation would be:

openclaw models set ollama/mistral:7b
openclaw gateway restart

Then test it with:

#
openclaw infer model run --prompt "Reply with exactly: smoke-ok" --json

If mistral:7b is still too slow, then drop to llama3.2:3b for raw speed.

Iโ€™d also keep these on for local models:

openclaw config set agents.defaults.llm.idleTimeoutSeconds 600
openclaw config set agents.defaults.experimental.localModelLean true

One more honest note: for real agent use, CPU-only local models are still a rough tradeoff between speed and capability. If you want current hands-on model recommendations beyond these two, ask in #models too, since that changes fast:
https://docs.openclaw.ai/concepts/models
https://docs.openclaw.ai/concepts/models#model-discussions-community-notes

#

And if mistral:7b works, please mark the solution ๐ŸŽ‰
Right-click the solution message โ†’ Apps โ†’ โœ… Mark Solution

tranquil marsh
#

so i'm running 20 agents, and curious which model would be the best for Saas

void solarBOT
#

For 20 agents / SaaS, there isnโ€™t one fixed โ€œbestโ€ model. The tradeoff is usually:

  • tool reliability
  • latency
  • cost
  • context size

For current hands-on recommendations, ask in #models. That changes too fast for me to give a reliable hard pick here.

Docs:
https://docs.openclaw.ai/concepts/models
https://docs.openclaw.ai/concepts/models#model-discussions-community-notes

Short rule of thumb from the docs: for tool-heavy, user-facing agents, use the strongest reliable model you can afford, then add cheaper fallbacks for lower-stakes work. Since this thread is about a different issue, Iโ€™d open a fresh thread or continue in #models for SaaS model advice.

manic flare
#

I tried both the mistral and llama models, and both timed out. Can I test this with a free tier of a cloud based model, or will I need a paid subscription?

void solarBOT
#

Yes, you can test with a hosted model, and no, it does not have to be an API-key-only paid setup.

Short version:

  • Free tiers can work for a smoke test, but theyโ€™re often rate-limited/inconsistent, so theyโ€™re not my favorite for debugging agent issues.
  • If you already have a supported subscription/OAuth route, thatโ€™s a good quick test.
  • The most predictable path is still a paid API key.

So if your goal is just โ€œprove OpenClaw works on my machineโ€, Iโ€™d use whichever of these you already have:

  1. Anthropic API key or Claude CLI/subscription auth
  2. OpenAI Codex OAuth
  3. another supported hosted provider you already pay for

Then switch via:

#

If you tell me what subscriptions or API keys you already have, I can point you to the least painful option to test with.

manic flare
#

I don't currently pay for any models. I wasn't sure which one to go with. I understand anthropic is limiting openclaw for some users? I was thinking of using gemini, but I'm not sure which one is best for me.

void solarBOT
#

If youโ€™re starting from zero paid providers, Iโ€™d keep it simple:

  • Donโ€™t chase free tiers for this, theyโ€™re too flaky for debugging
  • use a normal paid API key first, just to prove your OpenClaw setup works
  • once hosted works, come back to local models

On the Anthropic part, the docs say Claude CLI/subscription auth is supported again, but API keys are still the more predictable setup for real use. So itโ€™s less โ€œAnthropic is blocking OpenClawโ€ and more โ€œsubscription-style quotas can be less predictable than straight API billing.โ€

If youโ€™re leaning Gemini, thatโ€™s a perfectly reasonable first hosted provider to try. I just would not frame it as โ€œthe best,โ€ because that changes fast and depends on cost, latency, and how tool-heavy your workflow is.

My practical recommendation:

  1. pick one hosted provider
  2. use the simplest paid API key path
  3. get OpenClaw working end-to-end
  4. then compare providers later
manic flare
#

Can you suggest a model that is currently good at tool use?

void solarBOT
#

I donโ€™t want to give you a stale hard pick here.

For tool use, the general rule is:

  • favor hosted models
  • prioritize tool-calling reliability over raw benchmark hype
  • avoid small local models if the agent needs to do real work

For the current best hands-on recommendations, ask in #models. That changes fast, and Iโ€™m specifically supposed to point people there instead of pretending my list is fresh.

Docs:
https://docs.openclaw.ai/concepts/models
https://docs.openclaw.ai/concepts/models#model-discussions-community-notes

If you want, I can still help you narrow the type of model/provider to look for, for example cheapest decent tool-user vs easiest hosted setup vs best reliability.

manic flare
void solarBOT
#

No worries, I meant #models.

If you still canโ€™t find it, asking in #users-helping-users for real human recommendations is also totally fine. You can say youโ€™re looking for a hosted model thatโ€™s currently good at tool use in OpenClaw.

And if you want to keep going here, I can still help with the setup side once you pick a provider.

manic flare
#

I now have a subscription for ChatGPT, how should I set it up?

void solarBOT
#

Yep, with a ChatGPT subscription, the path you want is OpenAI Codex OAuth, not an OpenAI API key.

The important distinction from the docs:

  • openai-codex/* = ChatGPT/Codex sign-in
  • openai/* = direct OpenAI API billing

So if you already finished onboarding, the simplest setup is:

openclaw models auth login --provider openai-codex --set-default

That should run the browser auth flow and set your default model route appropriately.

If you want the guided path instead, you can rerun:

#

If you want, after you run that, paste the openclaw models status output and Iโ€™ll sanity-check it.

manic flare
#

And once I get the model changed, I can load up the agent in the dashboard?

void solarBOT
#

Yes, thatโ€™s the idea.

Once the hosted model auth is set up correctly, you should be able to use the agent in the Dashboard. Iโ€™d just do one quick sanity check first before trusting the UI:

openclaw infer model run --prompt "Reply with exactly: smoke-ok" --json

If that works, then:

  • open the Dashboard
  • start a fresh session if needed with /new
  • try the agent there

Given all the local-model weirdness you hit earlier, Iโ€™d definitely test the model path once in CLI first, then move to the Dashboard.

manic flare
#

This time I got: michael@AInchor:~$ openclaw infer model run --prompt "Reply with exactly: smoke-ok" --json
{
"ok": true,
"capability": "model.run",
"transport": "local",
"provider": "openai-codex",
"model": "gpt-5.4",
"attempts": [],
"outputs": [
{
"text": "smoke-ok",
"mediaUrl": null
}
]
}

void solarBOT
#

Perfect, thatโ€™s the proof we wanted ๐ŸŽ‰

Your hosted model path is working now:

  • provider: openai-codex
  • model: gpt-5.4
  • direct infer succeeded

So yes, at this point you should be able to use the agent in the Dashboard.

Iโ€™d do this next:

  1. open the Dashboard
  2. start a fresh session with /new if the old one still looks weird
  3. send a normal prompt

If the Dashboard still misbehaves now, itโ€™s probably no longer a model/auth problem, it would be session/UI state.

#

Glad we finally got you to a real smoke-ok ๐Ÿ˜„

If this got you unstuck, please right-click the solution message โ†’ Apps โ†’ โœ… Mark Solution so Answer Overflow can index it.

manic flare
#

But, the command did not reply with only outputting "smoke-ok" It returned all the code shown in brackets

void solarBOT
#

Yep, thatโ€™s expected because you ran it with --json.

--json wraps the reply in a JSON object, so the important part is this bit:

"outputs": [
  {
    "text": "smoke-ok"
  }
]

So the model did reply correctly.

If you want plain text only, run it without --json:

#
openclaw infer model run --prompt "Reply with exactly: smoke-ok"

So youโ€™re good, the hosted model path is working.

manic flare
#

Thank you for clarifying that!