Marketplace/Shell Assistant
PRODUCTIVITY

Shell Assistant

Natural language to shell command translator with execution and output capture.

shellterminalautomationnatural-language

About this skill

Shell Assistant translates natural language requests into shell commands and optionally executes them. It supports Bash, Zsh, PowerShell, and Fish syntax. Ask it to 'find all large files' and it generates and runs `find / -size +100M`.

The skill requires shell execution permissions, which inherently carries risk. It includes a confirmation prompt before executing destructive commands (rm, mv, chmod), but the detection of 'destructive' is pattern-based and may miss edge cases.

Scan findings: shell execution capability is flagged as high-severity by design. The skill has basic safeguards but does not sandbox execution or restrict accessible paths. Use with caution and review generated commands before confirming execution.

Key features

  • Natural language to shell command translation
  • Bash, Zsh, PowerShell, Fish support
  • Confirmation prompt for destructive commands
  • Output capture and formatting

Permissions

  • Execute commands
  • Read files
  • Write files
  • Network access
TRUST SCORE
62/100
risky
FINDINGS — 7 TOTAL
critical
0
high
2
medium
3
low
1
info
1
INSTALL
Download SKILL.md
TD
TerminalDev
@terminaldev
Version0.9.2
Last updated2026-03-01
Downloads340
Created2026-02-01
RELATED SKILLS