Azure Containerregistry Py
Authenticate to and manage Azure Container Registry images using Python scripting for automated deployments.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add azure-containerregistry-py npx -- -y @trustedskills/azure-containerregistry-py
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-containerregistry-py": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure-containerregistry-py"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides programmatic access to Azure Container Registry (ACR) using the azure-containerregistry-python library. It allows you to interact with your ACR, including pulling and pushing container images, listing repositories, and managing tags. This enables automation of common ACR tasks within AI agent workflows.
When to use it
- Automated deployments: Trigger image pulls from ACR as part of a deployment pipeline.
- Image management: List available tags for a specific repository to inform versioning decisions.
- CI/CD pipelines: Push newly built container images to your ACR registry.
- Inventory and auditing: Retrieve information about images stored in your ACR for compliance or reporting purposes.
Key capabilities
- Pulling container images from ACR
- Pushing container images to ACR
- Listing repositories within an ACR instance
- Managing image tags (listing, creating)
Example prompts
- "List all the repositories in my Azure Container Registry named 'myregistry'."
- "Pull the latest version of the 'myapp' image from ACR registry 'myregistry' and tag it as 'latest-test'."
- "Push the container image located at /tmp/myimage.tar to the 'myrepo' repository in ACR 'myregistry'."
Tips & gotchas
- Requires appropriate Azure credentials configured for authentication with your ACR instance. Ensure the AI agent has permissions to access the registry and perform the desired actions.
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.