Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add AMFbot-Gz/ghost-os-ultimate --skill "run_command"
Install specific skill from multi-skill repository
# Description
Exécute une commande shell sûre (ls, cat, git, npm, node, python3, curl)
# SKILL.md
name: run_command
description: Exécute une commande shell sûre (ls, cat, git, npm, node, python3, curl)
version: 1.0.0
tags: [terminal, devops, shell]
run_command
Exécute une commande shell avec liste blanche de commandes autorisées.
Params
command(string, requis) : commande à exécutercwd(string, optionnel) : répertoire de travailtimeout(number, optionnel) : timeout en ms. Défaut: 10000
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.