Uv Tool Management

🌐Community
by laurigates · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add uv-tool-management npx -- -y @trustedskills/uv-tool-management
2

Or manually add to ~/.claude/settings.json

~/.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 uv commands to install, uninstall, and list Python packages.
  • Manages virtual environments automatically during tool installation.
  • Resolves dependencies efficiently using the uv ecosystem.
  • Integrates seamlessly with workflows requiring dynamic Python environment adjustments.

Example prompts

  • "Install the requests library so I can make HTTP calls in this session."
  • "Use uv to install pandas and verify it is available for data processing."
  • "Check if the numpy package 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
laurigates
Installs
36

🌐 Community

Passed automated security scans.