feat(electron): integrate ClawX context into openclaw workspace initi… (#161)

Co-authored-by: Haze <hazeone@users.noreply.github.com>
This commit is contained in:
Haze
2026-02-25 14:22:16 +08:00
committed by GitHub
Unverified
parent 5d1d704031
commit 6453702bf9
4 changed files with 151 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
## ClawX Tool Notes
### uv (Python)
- `uv` is 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 `python` or `pip` -- always go through `uv`.
### Browser
- Use the `browser` tool to open URLs in the user's default browser.
- When the user asks to "open" a link, default to opening it in the browser.