---
name: vinhnx/cmd-command
source: https://app.decimal.ai/s/vinhnx-cmd-command@1/SKILL.md
source_sha256: 2d4680373124
---

# Run Terminal Command

Interpret the user input as the raw command string that follows `/command`.

- Execute that command in the current workspace.
- Do not rewrite the command unless quoting or escaping is required by the shell.
- Report the important result briefly, including failures.
- If the command produces large output, summarize the relevant lines instead of dumping everything.
- If the command is empty, respond with the expected usage instead of guessing.