shell

Execute user-specified shell commands verbatim via the terminal tool.

Updated May 18, 2025
One-click install
npx skills add https://github.com/nthpaul/dotfiles --skill shell-nthpaul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shell
Source: https://github.com/nthpaul/dotfiles/tree/main/cursor/.cursor/skills-cursor/shell
Command: npx skills add https://github.com/nthpaul/dotfiles --skill shell-nthpaul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The shell skill solves the need to execute a user-provided terminal command immediately without rewriting or interpreting it, enabling fast and exact command execution.

Core Features & Use Cases

  • Literal Command Execution: Runs the text after the /shell invocation as the literal command to execute.
  • No Rewriting or Improvement: Preserves the user’s command verbatim to avoid unintended changes.
  • Scope Guard: Intended for cases where the user explicitly requests /shell and expects direct terminal execution.

Quick Start

Use the shell skill when you explicitly ask it to run a command by writing /shell followed by the exact command text you want executed.

Frequently Asked Questions about shell

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute a terminal command exactly as written without the AI rewriting it?

To execute a terminal command verbatim, use the shell skill to run the exact text you provide without any rewriting, interpretation, or improvement. It preserves your command exactly as given to avoid unintended changes during execution.

What is the best way to run an explicit shell command and get the exit status?

The best way to run an explicit shell command and get the exit status is to invoke the shell skill, which runs your text literally through the terminal and reports the exit status along with important stdout and stderr output.

Can I use this shell execution approach for immediate command automation without repository inspection?

Yes, you can use this shell execution approach for immediate command automation. It is specifically intended for scenarios where you want direct terminal execution of a command without repository inspection or command transformation.

Does the shell skill modify or optimize my command line instructions before running them?

No, the shell skill does not modify or optimize your command line instructions. It treats the text after the invocation as a literal command, ensuring no rewriting or improvement is applied to avoid unintended changes.

When should I not use direct terminal execution for command automation?

You should not use direct terminal execution when you need the AI to inspect your repository, transform your command, or provide interpretation before running. This approach is strictly for verbatim execution without any analysis or modification.

How do I get stdout and stderr output from a literal command execution?

To get stdout and stderr output from literal command execution, use the shell skill to run your command. It processes the text through the terminal tool and reports important stdout and stderr alongside the exit status.