Assemble runnable bash shell scripts from structured options: choose shebang, strict mode, command-line arguments, and reusable blocks like check-root or retry-loop. Returns script text only, never executes.
Verify sudo access availability on remote servers, detecting passwordless or password-required sudo for Linux/macOS, and check Administrator elevation on Windows.
Store SSH host credentials and settings in a configuration file, enabling quick connections with alias support. Requires username and host; supports password or key authentication.
Developers: Search your zsh, bash, or fish shell history from Claude Code, Cline, Cursor, Zed, or any MCP client using tools like search_history (full-text with timestamp/CWD/exit code), recent_in_dir, failed_commands, and command_chains for multi-step sequences. Reindex after new activity. Local-only SQLite FTS5 with secrets redacted before storage.
Enables secure SSH connections to multiple remote servers with support for command execution, file transfers (SFTP), directory listing, and both password and key-based authentication.
Insert lines after a specific line in a remote file via SSH. Useful for adding configuration directives or host entries after matching exact trimmed line content.
Establishes an SSH connection to a pre-configured host, identified by user@hostname or alias, then returns connection status and detailed system information.