Uv Package Manager
Automates UV package deployment and management within hermeticormus backends, ensuring consistency and reducing manual errors.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add hermeticormus-uv-package-manager npx -- -y @trustedskills/hermeticormus-uv-package-manager
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"hermeticormus-uv-package-manager": {
"command": "npx",
"args": [
"-y",
"@trustedskills/hermeticormus-uv-package-manager"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The hermeticormus-uv-package-manager skill allows AI agents to discover, download, and install packages from the UV package repository. This enables agents to extend their functionality with pre-built components and modules without requiring custom coding. It simplifies dependency management and promotes code reuse within agent workflows.
When to use it
- Extending Agent Capabilities: When you need an AI agent to perform a task that requires specialized libraries or tools not already included in its core skillset.
- Reproducible Workflows: To ensure consistent results across multiple runs of an AI agent by managing dependencies and versions explicitly.
- Sharing Code Components: When distributing an AI agent workflow, use this skill to easily include necessary packages for others to run it.
Key capabilities
- Package discovery from the UV repository.
- Automated package download.
- Installation of downloaded packages.
- Dependency management.
Example prompts
- "Install the 'image-resizer' package."
- "Find all available packages related to data analysis."
- "What versions of the 'pdf-generator' package are available?"
Tips & gotchas
The UV repository may contain packages with specific runtime requirements. Ensure your AI agent environment meets these prerequisites for successful installation and execution.
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.