Super Shell

Super Shell

cfdude

Executes shell commands across Windows, macOS, and Linux with a security whitelist system that requires approval for potentially dangerous operations.

13386 views8Local (stdio)

What it does

  • Execute shell commands on Windows, macOS, and Linux
  • Manage whitelisted commands with security levels
  • Approve or deny pending command executions
  • Get platform and shell information
  • Control command security levels (safe, requires approval, forbidden)
  • View and manage pending command approvals

Best for

Developers needing secure system command executionAutomating cross-platform system administration tasksRunning approved shell operations through AI assistantsSystem diagnostics and platform detection
Three-tier security model with approval workflowCross-platform support (Windows, macOS, Linux)Command injection protection by default

Tools (9)

get_platform_info

Get information about the current platform and shell

execute_command

Execute a shell command on the current platform

get_whitelist

Get the list of whitelisted commands

add_to_whitelist

Add a command to the whitelist

update_security_level

Update the security level of a whitelisted command

Alternatives