一键导入
ssh-exec
Run shell commands on remote hosts via SSH, and transfer files via SCP. Allowlist-gated.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run shell commands on remote hosts via SSH, and transfer files via SCP. Allowlist-gated.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Bounded auto-iteration for a prompt with explicit stop predicates.
Memory hygiene workflow to classify, deduplicate, and promote durable knowledge across local memory layers.
Bounded simplification pass for a file or hunk that preserves behavior while reducing complexity.
Turn a repeatable workflow into a reusable local SKILL.md with explicit steps, criteria, and safe defaults.
Bounded auto-debug loop for failing build/test commands with evidence-first diagnosis.
Safely update Nexo config files with read-before-write merges, schema-aware mapping, and reload/restart awareness.
| name | SSH Exec |
| description | Run shell commands on remote hosts via SSH, and transfer files via SCP. Allowlist-gated. |
| requires | {"bins":["ssh","scp"],"env":["SSH_EXEC_ALLOWED_HOSTS"]} |
Execute commands on remote Linux hosts through the system ssh client. Uses
key-based auth only (BatchMode=yes — no interactive password prompts). Hosts
must be explicitly allowlisted.
prod01"/var/log/syslog on home-server"tmux-remotedocker-apistatus — allowlist + bin versionsexec — host, command; optional timeout_secs (default 30, max 600), identity_filescp_upload — host, local_path, remote_pathscp_download — host, remote_path, local_path| Var | Required | Notes |
|---|---|---|
SSH_EXEC_ALLOWED_HOSTS | yes | comma-separated user@host or ~/.ssh/config alias |
SSH_EXEC_ALLOW_WRITES | for scp_upload | must be "true" |
SSH_EXEC_TIMEOUT_SECS | no | default 30 |
SSH_BIN / SCP_BIN | no | override binaries |
-32041 host not allowedStrictHostKeyChecking=accept-new — first connect auto-adds host key; subsequent changes failBatchMode=yes — password-protected keys without agent will fail. Use ssh-agent or unencrypted deploy keysSSH_EXEC_ALLOW_WRITES=true. Download is read-only, ungatedstdout truncated at 16 KB, stderr at 8 KB