automation-pilot-executor-executescript

Installation
SKILL.md

Script Execution Guide

SAP Automation Pilot provides dedicated commands for each script language. Choose the right command for your language — do not use ExecuteScript as a bash wrapper to run Python, Node.js, or PowerShell.

Command Overview

Command ID Use for
ExecuteScript:1 scripts-sapcp:ExecuteScript:1 Bash (legacy, Base64 script)
ExecuteScript:2 scripts-sapcp:ExecuteScript:2 Bash (recommended, plain text)
ExecutePythonScript:1 scripts-sapcp:ExecutePythonScript:1 Python scripts
ExecuteNodeJsScript:1 scripts-sapcp:ExecuteNodeJsScript:1 Node.js scripts
ExecutePowerShellScript:1 scripts-sapcp:ExecutePowerShellScript:1 PowerShell scripts

Each command also has a Sensitive* variant (e.g. SensitiveExecutePythonScript:1) that marks the output as sensitive so it is never logged.


ExecuteScript (Bash)

Installs
15
GitHub Stars
11
First Seen
Jul 2, 2026
automation-pilot-executor-executescript — sap/automation-pilot-agent-skills