Read-only SSH command execution for remote server inspection
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill ssh_executor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ssh Executor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-ssh-executor)More formats (shields.io, HTML) on the badges page.
---
name: ssh-executor
description: Read-only SSH command execution for remote server inspection
activation_keywords: [ssh, remote, server, execute, shell, command, host]
---
# SSH Executor Skill
Provides read-only SSH command execution for server inspection:
- Execute read-only commands on remote servers
- Check system status, disk usage, memory, processes
- View log files and configuration
- Network diagnostics (ping, netstat, ss)
Use `builtin_ssh_executor` tool with fields:
- `host`: remote server address (hostname or IP)
- `port`: SSH port (default: 22)
- `user`: SSH username
- `command`: the command to execute (read-only commands only)
Note: Write operations (rm, mv, cp, chmod, chown, etc.) are blocked for safety. Only read-only commands are allowed.
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!