crosspad_apps_install
Install an app from the crosspad-apps registry as a git submodule, using the authenticated gh CLI.
Instructions
Install an app from the crosspad-apps registry as a git submodule. Requires gh CLI authenticated. Delegates to /{tools|scripts}/app_manager.py.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Git ref (branch, tag, or commit SHA) | main |
| force | No | Install even if marked incompatible. | |
| app_name | Yes | App ID from registry (e.g. 'metronome') | |
| platform | Yes | Platform repo (idf=platform-idf, pc=crosspad-pc, arduino=ESP32-S3) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| action | Yes | ||
| output | Yes | ||
| success | Yes | ||
| app_name | No | ||
| platform | Yes |