Executes shell scripts in a safe environment.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill script-executor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Script Executor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-script-executor)More formats (shields.io, HTML) on the badges page.
---
name: script-executor
description: Executes shell scripts in a safe environment.
---
operations:
execute_bash:
description: Execute shell commands
side_effects: potentially_destructive
requires_human_approval: true
# Script Executor Skill
## 1. Objective
To execute provided shell scripts while enforcing security constraints (chmod +x, non-root).
## 2. Input
* `script_path`: Absolute path to the .sh file.
* `args`: Optional list of arguments.
## 3. Process
1. Verify file existence.
2. **Security Check:** Ensure the file has `chmod +x` (executable permission).
3. Run the script using `subprocess`.
4. Capture stdout/stderr.
## 4. Output
JSON object with exit code and logs.
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!