skill_script
Execute Python, Shell, JavaScript, or TypeScript scripts bundled with skills to extend AI agent capabilities dynamically without code changes.
Instructions
Execute a script from a skill's scripts/ directory. Use this tool to run Python (.py), Shell (.sh/.bash), JavaScript (.js), or TypeScript (.ts) scripts bundled with a skill. Scripts are executed in the workspace directory.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill_name | Yes | Name of the skill that owns the script | |
| script_path | Yes | Relative path to the script (e.g., 'scripts/init.py') | |
| args | No | Command-line arguments to pass to the script |