Run a shell command from Claude Code and get its output without spending a single token.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add NeverSight/skills_feed --skill bash --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Bash?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/neversight-bash)More formats (shields.io, HTML) on the badges page.
---
name: bash
description: Run a shell command from Claude Code and get its output without spending a single token.
---
# Bash Skill
Run a shell command from Claude Code by starting it with `/bash` (or `/bash:bash` depending on how the plugin is installed), and get its output without spending a single token.
## Usage
If installed as a [Skills-directory plugins](https://code.claude.com/docs/en/plugins-reference#skills-directory-plugins), ie: under `~/.claude/skills/` or `<cwd>/.claude/skills/`:
```
/bash ls -a
/bash echo hello
/bash git status
```
If installed as a regular plugin, ie: added to `.claude/settings.json`, instead of `/bash`, use `/bash:bash`:
```
/bash:bash ls -a
/bash:bash echo hello
/bash:bash git status
```Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!