Uv Tool Management
Automates UV unwrapping, packing, and optimization tasks in Blender using custom scripts and procedural workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add uv-tool-management npx -- -y @trustedskills/uv-tool-management
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"uv-tool-management": {
"command": "npx",
"args": [
"-y",
"@trustedskills/uv-tool-management"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The uv-tool-management skill enables AI agents to discover, install, and manage Python tools using the uv package manager. It streamlines dependency resolution and environment setup by executing specific CLI commands directly within the agent's context.
When to use it
- When an AI agent needs to dynamically install a missing Python library required for a task.
- To resolve complex dependency conflicts that standard pip might struggle with.
- When setting up a new project environment from scratch without manual configuration.
- To verify the availability of specific tools or packages before attempting execution.
Key capabilities
- Executes
uvcommands to install, uninstall, and list Python packages. - Manages virtual environments automatically during tool installation.
- Resolves dependencies efficiently using the
uvecosystem. - Integrates seamlessly with workflows requiring dynamic Python environment adjustments.
Example prompts
- "Install the
requestslibrary so I can make HTTP calls in this session." - "Use
uvto installpandasand verify it is available for data processing." - "Check if the
numpypackage is installed; if not, add it using the uv tool manager."
Tips & gotchas
Ensure your environment has network access to pull packages from PyPI or configured indexes. This skill relies on the underlying uv binary being accessible and correctly configured in the agent's execution context.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.