What problem does it solve?
Running ad-hoc shell commands through an AI assistant often involves rephrasing or unwanted rewriting of the command. This Skill passes the exact command string after /command directly to the terminal in the current workspace, returning concise results without altering your input.
Core Features & Use Cases
- Direct Command Execution: Runs the literal command string you provide after /command without rewriting it, except for required shell quoting or escaping.
- Concise Result Reporting: Summarizes large outputs to the relevant lines and reports failures clearly.
- Use Case: You want to quickly check disk usage or run a build script from the chat interface. Type /command df -h or /command npm run build and get a brief, accurate report of the outcome.
Quick Start
Type /command followed by any terminal command, such as /command ls -la, to run it in the current workspace and see a summarized result.