uv-global
CommunityGlobal Python environment for ad hoc scripts.
Authordfpalhano
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a centralized, reusable Python environment for running quick, ad-hoc scripts without cluttering your system or project-specific virtual environments.
Core Features & Use Cases
- Global Virtual Environment: Manages a single
uvenvironment at~/.uv-globalfor all temporary Python tasks. - Dependency Management: Easily add and manage Python packages needed for your scripts using
uv. - Use Case: You need to quickly process a CSV file with
pandasandnumpy, but don't want to create a new virtual environment for this one-off task. This Skill allows you to install these packages globally and run your script efficiently.
Quick Start
Install the 'requests' package into the global uv environment and then run a Python script named 'my_script.py'.
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: uv-global Download link: https://github.com/dfpalhano/openclaw-workspace/archive/main.zip#uv-global Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.