automation-pilot-command-generation
Installation
SKILL.md
SAP Automation Pilot Command Development
This skill provides guidance for creating SAP Automation Pilot commands by composing existing reference commands from the content library.
Command Release Policy
Deployed commands start in DRAFT state. Do not release automatically — only release when:
- The command has been tested and works correctly
- The user explicitly requests release
Draft state allows safe iteration without affecting production.
Overview
SAP Automation Pilot commands are JSON definitions that automate operations on SAP BTP. Commands can be:
- Atomic: Execute a single operation (e.g.,
HttpRequest,SendEmail) - Composite: Orchestrate multiple steps using executors