webcmd doctor is red | Fix the browser runtime first; browser commands depend on it. |
| Skills not loading in OpenClaw | Run webcmd skills add with the agents provider, then restart the Gateway. |
OpenClaw still uses web_fetch | Confirm tools.deny lists it in ~/.openclaw/openclaw.json; the Gateway hot-reloads config. |
OpenClaw uses browser for external sites | Remind it that Webcmd handles the open web; for a hard block, set browser.enabled: false. |
| Search stopped working | Check whether web_search was denied. Webcmd does not replace search — remove it from tools.deny. |
webcmd not found in OpenClaw exec | Confirm webcmd is on the PATH the Gateway’s exec tool uses; restart after installing the CLI. |
| Browser Session idles or loses its window | Keep its immutable, Profile-scoped ID; webcmd --profile work --session work-project-k7 browser tabs reopens it. Start with webcmd --profile work session create "Work Project"; use webcmd --profile work session list and webcmd --profile work session close work-project-k7 for lifecycle. Adapter commands without --session reuse adapter-default; raw browser commands require an explicit readable selector. |