ssh

Manage SSH keys, execute commands, copy files, and forward ports.

166|4|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/gebruder/wirken --skill ssh-gebruder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssh
Source: https://github.com/gebruder/wirken/tree/main/skills/ssh
Command: npx skills add https://github.com/gebruder/wirken --skill ssh-gebruder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ssh, and includes scripts (resource) components.

What problem does it solve?

The SSH skill streamlines the management of SSH keys and remote connections, reducing the complexities of secure access and automation.

Core Features & Use Cases

  • SSH Key Management: List, generate, and manage SSH keys with ease.
  • Remote Connection Configuration: View and configure SSH connections.
  • Remote Operations: Execute commands, copy files, and port forward over SSH.
  • Use Case: With this skill, you can automate the process of connecting to a remote server, executing a command, and then copying the results back to your local machine.

Quick Start

Use the ssh skill to connect to your remote server 'server.example.com' and run the command 'ls -la ~/'.

Frequently Asked Questions about ssh

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate SSH key management and remote connections?

Automating SSH key management and remote connections requires a tool that handles listing, generating, and managing Ed25519 key pairs. This Skill automates those tasks, alongside executing remote commands and port forwarding over SSH.

How do I generate Ed25519 SSH keys for secure remote access?

Generating Ed25519 SSH keys for secure remote access is supported natively by this Skill. It automates the creation of Ed25519 key pairs to streamline your secure remote connection configuration.

Can I execute remote commands and copy files over SSH in one workflow?

Executing remote commands and copying files over SSH in one workflow is possible with this Skill. It automates connecting to a remote server, running commands, and copying the results back to your local machine.

Does this SSH management approach support port forwarding?

This SSH management approach does support port forwarding. It automates remote operations including port forwarding, remote command execution, and secure file copying over your SSH connections.

Do I need the SSH binary installed to manage keys and remote operations?

You do need the SSH binary installed to manage keys and remote operations. This Skill requires the underlying SSH binary to handle key generation, remote command execution, and port forwarding.