uv-run

Installation
SKILL.md

UV Run

Run Python scripts with uv - no manual venv activation needed.

Core Capabilities

  • Direct execution: uv run script.py handles environment automatically
  • Temporary dependencies: uv run --with requests script.py for one-off needs
  • Inline dependencies: PEP 723 metadata blocks for self-contained scripts
  • Ephemeral tools: uvx tool runs CLI tools without installation

Essential Commands

Running Scripts

# Run script (uv manages environment automatically)
uv run script.py
Installs
75
GitHub Stars
36
First Seen
Jan 29, 2026
uv-run — laurigates/claude-plugins