Skopeo is a command-line tool for working with container images and registries without requiring a running daemon. It can inspect, copy, delete, and sync container images across registries, supporting OCI and Docker v2 formats with rootless operation.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill skopeo-container-image-registry-operations-cli --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Skopeo Container Image Registry Operations Cli?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-skopeo-container-image-registry-operations-cli)More formats (shields.io, HTML) on the badges page.
---
name: "Skopeo Container Image Registry Operations CLI"
slug: "skopeo-container-image-registry-operations-cli"
description: "Skopeo is a command-line tool for working with container images and registries without requiring a running daemon. It can inspect, copy, delete, and sync container images across registries, supporting OCI and Docker v2 formats with rootless operation."
github_stars: 10665
verification: "security_reviewed"
source: "https://github.com/containers/skopeo"
category: "Security & Verification"
framework: "Custom Agents"
tool_ecosystem:
github_repo: "containers/skopeo"
github_stars: 10665
---
# Skopeo Container Image Registry Operations CLI
Skopeo is a command-line tool for working with container images and registries without requiring a running daemon. It can inspect, copy, delete, and sync container images across registries, supporting OCI and Docker v2 formats with rootless operation.
## Installation
Requirements and caveats from upstream:
- skopeo does not require the user to be running as root to do most of its operations.
- skopeo does not require a daemon to be running to perform its operations.
- skopeo can work with [OCI images](https://github.com/opencontainers/image-spec) as well as the original Docker v2 images.
Basic usage or getting-started notes:
- For example you can copy images from one registry to another, without requiring privilege.
- skopeo uses credentials from the --creds (for skopeo inspect|delete) or --src-creds|--dest-creds (for skopeo copy) flags, if set; otherwise it uses configuration set by skopeo login, podman login, buildah login, or do...
- Source: https://github.com/containers/skopeo
- Extracted from upstream docs: https://raw.githubusercontent.com/containers/skopeo/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/skopeo-container-image-registry-operations-cli/)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!