shell-execute

star 18

Execute shell commands for system operations

agenticdevops By agenticdevops schedule Updated 2/14/2026

name: shell-execute description: "Execute shell commands for system operations" homepage: "https://docs.aof.sh/skills/shell-execute" metadata: emoji: "⚡" version: "1.0.0" requires: bins: ["bash", "sh"] env: [] config: []

tags: ["shell", "scripting", "operations"]

Shell Execute Skill

Execute shell commands for system operations, diagnostics, and automation.

When to Use This Skill

  • Running system commands
  • Automating operational tasks
  • Checking system state
  • Processing text and data
  • Coordinating multiple tools

Steps

  1. Check environmentenv | grep KEY
  2. List filesls -la /path/
  3. Process textcat file.txt | grep pattern
  4. Run scriptsbash script.sh
  5. Chain commandscmd1 | cmd2 | cmd3
Install via CLI
npx skills add https://github.com/agenticdevops/aof --skill shell-execute
Repository Details
star Stars 18
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
agenticdevops
agenticdevops Explore all skills →