AMFbot-Gz

run_command

0
0
# Install this skill:
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écuter
  • cwd (string, optionnel) : répertoire de travail
  • timeout (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.