automation-pilot-content-management-via-api
Installation
SKILL.md
SAP Automation Pilot Content API Management
This skill manages catalogs, commands, and inputs in SAP Automation Pilot using the Content API.
Command Release Policy
⚠️ Commands deploy in DRAFT state. Never release automatically — only when the user explicitly requests it and the command has been tested. See ../automation-pilot-command-generation/SKILL.md for the full policy.
Naming Conventions
| Type | Convention | Example |
|---|---|---|
| Commands | PascalCase | RestartCfApp, GetHanaInstance |
| Inputs | PascalCase | BtpCredentials, JiraConfig |
| Catalogs | kebab-case | my-automations-xxx |
Names must not contain spaces (causes API failures with URL encoding).