What problem does it solve? When building automation commands for SAP Automation Pilot, you often don't know which executors and commands already exist in your tenant, leading to duplicated work or invalid references. This Skill lets you query the Automation Pilot API to list catalogs, inspect command definitions, and search across catalogs before generating new commands. ## Core Features & Use Cases - Catalog Discovery: List all catalogs in a tenant, filtered by SAP-provided (provided=true) or custom (own=true). - Command Inspection: List commands within a catalog and fetch full command definitions including parameters by command ID. - Cross-Catalog Search: Iterate over multiple catalogs (e.g., applm-sapcp, sm-sapcp, cf-sapcp) to find executors matching a keyword. - Use Case: Before generating a composite command that restarts Cloud Foundry apps and checks Service Manager bindings, query the applm-sapcp and sm-sapcp catalogs to find RestartCfApp and GetServiceBinding, fetch their definitions, and reuse them as executors. ## Quick Start Set the AUTOPI_HOSTNAME, AUTOPI_USERNAME, and AUTOPI_PASSWORD environment variables, then ask the AI to list all available commands in the applm-sapcp catalog of your SAP Automation Pilot tenant.