openclaw/docs/tools
Lucas Giordano eb7e237151 docs(browser): add Notte cloud browser to direct WebSocket CDP providers
Notte exposes a CDP-compatible WebSocket gateway at
wss://us-prod.notte.cc/sessions/connect?token=<NOTTE_API_KEY> that
auto-creates a session on connect — the same shape OpenClaw's existing
"Direct WebSocket CDP providers" section was generically framed for
(per #31085).

Real behaviour proof (against wss://us-prod.notte.cc/sessions/connect):

  $ openclaw browser --browser-profile notte open https://example.com
  opened: https://example.com/
  tab: t4
  id: 7FE04AC44931A6E1C799DE4ABF0DC807

A screenshot captured against the same session is a 1254x1111 PNG of
the rendered example.com page.

Playwright connectOverCDP flow against the same URL (today):

  connectOverCDP                                      695ms
  context.newCDPSession(page)                         169ms
  session.send('Target.getTargetInfo') → targetId     87ms
  page.goto('https://example.com')                    631ms
  total                                               1.8s

AI-assisted (Claude Opus 4.7). codex review --base origin/main returned
clean. See PR description for the full pre-flight checklist.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-29 22:17:32 +02:00
..
acp-agents-setup.md refactor: internalize OpenClaw agent runtime (#85341) 2026-05-27 19:24:04 +01:00
acp-agents.md docs: clarify Codex native hook relay recovery 2026-05-28 19:21:50 +01:00
agent-send.md fix(agent): support explicit CLI session keys (#85121) 2026-05-22 03:08:25 +00:00
apply-patch.md docs: typography hygiene + Related CardGroups across 4 pages 2026-05-05 18:36:06 -07:00
brave-search.md docs(tools/brave-search): remove duplicate H1 2026-05-06 00:03:33 -07:00
browser-control.md feat(browser): add evaluate timeout CLI option (#83696) 2026-05-18 17:30:33 +00:00
browser-linux-troubleshooting.md docs: sentence-case sweep across 10 more pages 2026-04-27 00:03:18 -07:00
browser-login.md docs(tools): tighten minimax-search params and remove fictitious browser --target flag 2026-05-11 07:57:28 +08:00
browser-wsl2-windows-remote-cdp-troubleshooting.md docs: batch fix filler openings across providers, platforms, install, tools, and pi 2026-04-26 22:07:47 -07:00
browser.md docs(browser): add Notte cloud browser to direct WebSocket CDP providers 2026-05-29 22:17:32 +02:00
btw.md Revert "refactor: move runtime state to SQLite" 2026-05-13 13:33:38 +01:00
capability-cookbook.md docs: consolidate moved docs pages 2026-05-05 17:38:21 +01:00
clawhub.md docs: add dedicated ClawHub docs tab (#79159) 2026-05-07 18:55:08 -07:00
code-execution.md docs: align xai code execution auth docs (#84416) 2026-05-19 20:39:04 -07:00
creating-skills.md fix: support grouped skill folders 2026-05-28 19:52:27 +01:00
diffs.md docs(plugins): clarify external plugin installs 2026-05-29 20:43:51 +01:00
duckduckgo-search.md docs: drop in-body H1s and typography hygiene across 4 pages 2026-05-05 18:46:03 -07:00
elevated.md docs(tools): rewrite loop detection, code execution, and tighten elevated/skills 2026-05-05 16:49:29 -07:00
exa-search.md fix(web-search): support Exa baseUrl 2026-05-02 06:06:40 +01:00
exec-approvals-advanced.md feat(signal): support reaction approvals (#85894) 2026-05-25 16:44:12 -07:00
exec-approvals.md feat(exec): add normalized auto mode 2026-05-30 00:04:06 +10:00
exec.md fix(exec): bind node auto-review to prepared plans 2026-05-29 22:01:27 +02:00
firecrawl.md fix(firecrawl): block unsafe scrape targets 2026-05-02 07:24:40 +01:00
gemini-search.md fix(gemini): reuse google provider config for web search 2026-05-02 05:15:02 +01:00
grok-search.md feat: add xai oauth web search and provider timeouts 2026-05-22 08:49:53 +01:00
image-generation.md feat: add Fal Krea image model schemas (#87845) 2026-05-29 03:58:46 +01:00
index.md refactor: internalize OpenClaw agent runtime (#85341) 2026-05-27 19:24:04 +01:00
kimi-search.md fix(kimi): reject ungrounded web search answers 2026-05-02 07:03:29 +01:00
llm-task.md docs(lobster): clarify embedded openclaw.invoke limitation 2026-05-07 01:27:29 -07:00
lobster.md docs: reorganize tools automation nav (#80116) 2026-05-11 15:59:27 -07:00
loop-detection.md fix: abort generic no-progress tool loops 2026-05-12 00:29:10 +08:00
media-overview.md fix: fallback after active media wake failure (#85489) 2026-05-25 17:23:20 +01:00
minimax-search.md docs(tools): tighten minimax-search params and remove fictitious browser --target flag 2026-05-11 07:57:28 +08:00
multi-agent-sandbox-tools.md Revert "refactor: move runtime state to SQLite" 2026-05-13 13:33:38 +01:00
music-generation.md fix: fallback after active media wake failure (#85489) 2026-05-25 17:23:20 +01:00
ollama-search.md fix(ollama): honor baseURL provider aliases 2026-04-27 03:28:23 +01:00
pdf.md feat: support encrypted PDF extraction (#87751) 2026-05-28 20:19:49 +01:00
perplexity-search.md docs: typography hygiene + Related CardGroups across 4 pages 2026-05-05 18:36:06 -07:00
plugin.md fix: resolve compatible npm plugin versions 2026-05-28 23:20:32 +01:00
reactions.md fix(nextcloud-talk): dispatch react action so agents can send reactions (#70110) (#72348) 2026-05-18 18:54:44 +00:00
searxng-search.md fix(searxng): retry empty category searches 2026-05-02 08:15:30 +01:00
skills-config.md fix(sandbox): honor explicit docker env (#82763) 2026-05-16 17:36:05 -05:00
skills.md fix: support grouped skill folders 2026-05-28 19:52:27 +01:00
slash-commands.md fix(auto-reply): respect provider for directive persistence (#87683) 2026-05-28 16:27:19 +01:00
steer.md fix(agents): simplify subagent completion handoff 2026-05-23 13:50:08 +01:00
subagents.md fix(agents): allow hyphenated subagent task names 2026-05-29 10:10:12 +01:00
tavily.md docs: rewrite 3 pages with code-verified options and Mintlify funnel 2026-05-10 22:31:10 +08:00
thinking.md fix: remove telegram-only reasoning stream copy 2026-05-29 09:54:37 +01:00
tokenjuice.md build(plugins): externalize tokenjuice 2026-05-29 21:00:29 +01:00
tool-search.md refactor: internalize OpenClaw agent runtime (#85341) 2026-05-27 19:24:04 +01:00
trajectory.md refactor: internalize OpenClaw agent runtime (#85341) 2026-05-27 19:24:04 +01:00
tts.md refactor(voice): catalog voice models through providers (#87794) 2026-05-29 04:46:45 +01:00
video-generation.md fix: refresh live Together and Vydra coverage 2026-05-28 21:27:50 +01:00
web-fetch.md fix(agents): add typed tool progress updates 2026-05-29 11:06:13 +01:00
web.md feat: add xai oauth web search and provider timeouts 2026-05-22 08:49:53 +01:00