850 B
850 B
ClawX Tool Notes
uv (Python)
uvis the default Python environment manager. It is bundled with ClawX and on PATH.- Use
uv run python <script>to execute Python scripts. - Use
uv pip install <package>to install packages. - Do NOT use bare
pythonorpip-- always go throughuv.
Browser
- The
browsertool provides full browser automation via OpenClaw's browser control server. - Default profile is "openclaw" (isolated managed browser using system Chrome/Brave/Edge).
- Use
action="start"to launch the browser, thenaction="snapshot"to see the page,action="act"to interact. - Use
action="open"withtargetUrlto open new tabs. - Refs from snapshots (e.g.
e12) are used inactactions to click/type on specific elements. - For simple "open a URL for the user to see", use
shell:openExternalinstead.