Use this skill when the user wants to sign and verify container images
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-9ded0e95)More formats (shields.io, HTML) on the badges page.
---
name: notation
description: Use this skill when the user wants to sign and verify container images
---
# Notation Plugin
sign and verify container images
## Commands
- `notation self version` — Print notation version
- `notation _ _` — Passthrough to notation CLI
## Usage Examples
- "Sign this container image"
- "Verify image signature"
- "List trusted signatures"
## Installation
```bash
go install github.com/notaryproject/notation/cmd/notation@latest
```
## Examples
```bash
notation sign registry.example.com/myimage:latest
notation verify registry.example.com/myimage:latest
notation ls registry.example.com/myimage:latest
```
## Key Features
- Notary project standard
- Container image signing
- Signature verification
- OCI registry support
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!