agent-ssh-cli
Secure remote server commands, file transfers, and SSH automation
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install agent-ssh-cli?โผ
Run `npx skills add sleepinginsummer/agent-ssh-cli --all -g -y` in your terminal to install it globally, then create your server config in ~/.agent-ssh-cli/config.json.
How to run commands on a remote server with AI?โผ
Add your server to the config file, then ask your agent to run commands by connection name, for example agentsshcli exec my-server "df -h".
Does agent-ssh-cli support resumable file transfers?โผ
Yes. Uploads and downloads use temporary .part files with resume metadata, so interrupted transfers continue from where they stopped.
Can I block dangerous commands like rm or reboot?โผ
Yes. You can define command whitelist and blacklist regex rules per server, and the skill requires user confirmation before any destructive operation.
Does agent-ssh-cli work with Claude Code and Codex?โผ
Yes. It follows the universal SKILL.md standard, so it works with Claude Code, Codex, Cursor, and other compatible agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core