587 B
587 B
ClawX Tool Notes
uv (Python)
uvis bundled with ClawX and on PATH. Do NOT use barepythonorpip.- Run scripts:
uv run python <script>| Install packages:uv pip install <package>
Browser
browsertool provides full automation (scraping, form filling, testing) via an isolated managed browser.- Flow:
action="start"→action="snapshot"(see page + get element refs likee12) →action="act"(click/type using refs). - Open new tabs:
action="open"withtargetUrl. - To just open a URL for the user to view, use
shell:openExternalinstead.