shell

Execute literal shell commands directly in the terminal and report exit status and output.

4|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/LiuHarry1/ai_coding_agent_intro --skill shell-liuharry1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shell
Source: https://github.com/LiuHarry1/ai_coding_agent_intro/tree/main/.ai-agent/skills/shell
Command: npx skills add https://github.com/LiuHarry1/ai_coding_agent_intro --skill shell-liuharry1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes the user's /shell request by running the following text as a literal shell command in the terminal, without modification or analysis.

Core Features & Use Cases

  • Direct command execution: run a single, exact shell command from chat.
  • No command modification or explanation; commands are executed as provided in the user's request.
  • Use cases include quick environment checks, one-off task automation, and script validation in a terminal context.

Quick Start

Provide a single shell command after /shell to execute in the terminal.

Frequently Asked Questions about shell

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

FAQPage Schema
How do I execute a literal shell command directly from chat?

To execute a literal shell command, provide the exact command text after /shell. The command runs directly in the terminal without modification or interpretation, reporting the exit status, stdout, and stderr.

Can I run terminal commands for quick environment checks without interpretation?

Yes, you can run terminal commands for quick environment checks by submitting them after /shell. The command is treated as literal text and executed immediately without analysis or explanation.

What is the best way to run exact shell commands for one-off task automation?

The best way to run exact shell commands for one-off task automation is using /shell. It enforces that the text provided is treated as the command, executing it directly in the terminal and reporting outputs.

Does this command execution method modify or explain the terminal input?

No, this command execution method does not modify or explain the terminal input. It enforces that the text after /shell is treated as a literal command and executes it exactly as written without analysis.

How do I get the exit status and stdout when running shell commands?

To get the exit status and stdout when running shell commands, execute them via /shell. The terminal tool runs the literal command directly and reports the exit status alongside any stdout or stderr generated.

When should I not use literal command execution for script validation?

You should not use literal command execution for script validation if you require command analysis or modification. This approach runs commands exactly as written without interpretation, making it unsuitable for tasks needing automated error correction.