Use this skill when the user wants to push Docker images to remote hosts via SSH
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-3996ef8f)More formats (shields.io, HTML) on the badges page.
---
name: unregistry
description: Use this skill when the user wants to push Docker images to remote hosts via SSH
---
# Unregistry Plugin
push Docker images to remote hosts via SSH
## Commands
- `unregistry self version` — Print unregistry version
- `unregistry _ _` — Passthrough to unregistry CLI
## Usage Examples
- "Push this Docker image to the server"
- "Deploy container without a registry"
- "Transfer image over SSH"
## Installation
```bash
go install github.com/psviderski/unregistry@latest
```
## Examples
```bash
unregistry push myimage:latest user@server:/path
unregistry deploy nginx:alpine --host prod-server
```
## Key Features
- No Docker registry needed
- Direct SSH image transfer
- Compressed transfer
- Atomic deployment
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!