
from OpenClaw Python58
Install and use uv — a fast all-in-one Python tool manager for installing packages, creating venvs, running scripts, and managing Python versions.
uv is a lightweight Python package and project manager that combines functionality from pip, pipx, pyenv, and virtualenv. It simplifies installing CLI tools, creating and pinning virtual environments, running scripts with inline dependencies, and managing multiple Python versions.
Use uv when setting up Python-based skills, running one-off scripts that need dependencies, installing CLI tools required by other skills, or managing project environments across machines. It's the recommended tool for OpenClaw Python workflows where reproducible, isolated execution is needed.
Useful for agents that need to run or install Python-based tools and scripts (any agent that executes shell/python steps).
This skill has not been reviewed by our automated audit pipeline yet.