From interactive
Use when a command needs user interaction (sudo, ssh, gpg, 2FA, password prompts, interactive installers) or when a command failed because it needed interactive input.
How this skill is triggered — by the user, by Claude, or both
Slash command
/interactive:interactiveThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run interactive commands via:
Run interactive commands via:
${CLAUDE_PLUGIN_ROOT}/scripts/interactive <command>
Set timeout: 600000 on the Bash call. A terminal opens with the command prefilled. The user presses Enter, interacts, then closes the terminal. Output is returned to you.
npx claudepluginhub v4rgas/interactive --plugin interactiveProvides Claude Code bash patterns for PreToolUse hooks, command chaining, CLI orchestration, git workflows, custom commands, and handling bash permissions, failures, security guards.
Runs interactive CLI tools (vim, git rebase -i, REPLs) via tmux detached sessions with send-keys and capture-pane for programmatic control when standard bash piping fails.
Guides connecting to remote servers via SSH, with multiple authentication methods (SSH keys, sshpass, tmux, paramiko/fabric), Docker container access, file transfer, and troubleshooting.