# Cmd Command

> Run a terminal command (usage: /command <program> [args...])

- Skill: `vinhnx/cmd-command` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vinhnx/cmd-command`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vinhnx/cmd-command/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vinhnx (https://skillmd.com/u/vinhnx)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vinhnx/cmd-command

---


# 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.

