Azure Artifacts Manager
Automates Azure Artifacts management tasks like publishing, versioning, and access control using ntaksh42's agent.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add azure-artifacts-manager npx -- -y @trustedskills/azure-artifacts-manager
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-artifacts-manager": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure-artifacts-manager"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Azure Artifacts. Specifically, it enables listing artifacts, retrieving artifact details, and downloading artifacts based on provided identifiers or search queries. It simplifies managing dependencies and resources stored within an Azure DevOps organization.
When to use it
- Dependency Management: Retrieve specific NuGet packages or other artifacts needed for a software project.
- Artifact Retrieval: Download a particular version of an artifact from your Azure Artifacts feed.
- Inventory Listing: List all available artifacts in a specified feed within your organization.
- Version Verification: Check the details (version, description) of an artifact before incorporating it into a build process.
Key capabilities
- List artifacts
- Retrieve artifact details
- Download artifacts
Example prompts
- "List all NuGet packages in my 'MyOrg' Azure DevOps organization."
- "What is the version and description of 'MyPackage'?"
- "Download version 2.0.1 of 'MyPackage'."
Tips & gotchas
- Requires appropriate permissions within your Azure DevOps organization to access Artifacts feeds. Ensure the agent has been configured with these credentials.
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.