Uv Python Versions

🌐Community
by laurigates · vlatest · Repository

Checks supported Python versions on a server using `uv` to ensure compatibility and prevent deployment errors.

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-python-versions npx -- -y @trustedskills/uv-python-versions
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "uv-python-versions": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/uv-python-versions"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to query available Python versions supported by the uv package manager and install specific versions into isolated environments. It streamlines dependency management by allowing agents to dynamically select compatible runtimes for backend tasks.

When to use it

  • Setting up a new project that requires a specific, non-default Python version (e.g., 3.9 or 3.12).
  • Resolving compatibility issues where dependencies fail on the system's default interpreter.
  • Automating environment provisioning in CI/CD pipelines for testing across multiple Python versions.
  • Creating reproducible development environments without manual python -m venv configuration.

Key capabilities

  • Lists all currently available Python versions compatible with uv.
  • Installs a selected Python version directly into the current working directory.
  • Manages isolated virtual environments tailored to the requested interpreter version.

Example prompts

  • "List all available Python versions I can install using uv."
  • "Create a new environment using Python 3.10 for this project."
  • "Install Python 3.9 and set it as the active interpreter for my backend service."

Tips & gotchas

Ensure you have uv installed on your system before invoking this skill, as the agent relies on its CLI to fetch version data and manage installations. This tool is specifically designed for projects utilizing the uv ecosystem rather than standard pip or venv workflows.

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
38

🌐 Community

Passed automated security scans.