Container Registries
This skill manages container registries, streamlining deployment by storing and versioning your Docker images for easy access and updates.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add container-registries npx -- -y @trustedskills/container-registries
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"container-registries": {
"command": "npx",
"args": [
"-y",
"@trustedskills/container-registries"
]
}
}
}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 and retrieve information about container registries. It can list repositories, pull image tags, and provide details on image metadata such as creation date and size. The agent can also be used to search for specific images within a registry based on name or tag.
When to use it
- Auditing Container Images: Determine the available images and their versions in your organization's container registries.
- Security Vulnerability Scanning: Identify vulnerable image tags by querying registry metadata.
- Deployment Automation: Retrieve specific image tags for automated deployment pipelines.
- Troubleshooting Image Pull Issues: Investigate why an image pull is failing by checking its existence and details in the registry.
Key capabilities
- List repositories within a registry
- Retrieve image tags for a given repository
- Provide image metadata (creation date, size)
- Search for images based on name or tag
Example prompts
- "List all repositories in my Docker Hub account."
- "What are the available tags for the 'nginx' image in the 'library' repository?"
- "Show me the creation date and size of the 'my-app:latest' image in the AWS ECR registry."
Tips & gotchas
The skill requires authentication credentials to access private container registries. Ensure that the AI agent has been configured with appropriate permissions before attempting to interact with a protected registry.
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.