SSH key pair manager. Generate new SSH key pairs, list existing keys, copy public keys to clipboard, check key fingerprints, add keys to ssh-agent, convert key formats, and test SSH connections. Simplify SSH key management from your terminal.
Scanned 5/30/2026
Install via CLI
openskills install dvcrn/openclaw-skills-marketplace---
name: SSHKey
description: "SSH key pair manager. Generate new SSH key pairs, list existing keys, copy public keys to clipboard, check key fingerprints, add keys to ssh-agent, convert key formats, and test SSH connections. Simplify SSH key management from your terminal."
---
# SSHKey
Manage SSH keys without remembering flags. Generate, list, copy, test.
## Commands
- `generate [name] [type]` — Generate new key pair (ed25519/rsa)
- `list` — List existing SSH keys
- `fingerprint [keyfile]` — Show key fingerprint
- `copy [keyfile]` — Show public key for copying
- `test <host>` — Test SSH connection
## Usage Examples
```bash
sshkey generate myserver ed25519
sshkey list
sshkey fingerprint ~/.ssh/id_ed25519
sshkey copy
sshkey test github.com
```
---
Powered by BytesAgain | bytesagain.com
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.