Terminal-styled command with copy button and a done-checkbox. Wire done/setDone to a ValueStore to track completion (used by training runbooks for progress).
| Field | Type | |
|---|---|---|
| label | string (optional, step title above the command) | optional |
| command | string (required, the shell command; empty for manual steps) | required |
| hint | string (optional, small helper line under the checkbox) | optional |
{
"type": "command_step",
"command": "npm install a2ui"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:command_step",
"displayName": "Command Step",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/command_step",
"capabilities": [
"google-apps-script-web",
"mcp-apps"
],
"description": "Terminal-styled command with copy button and a done-checkbox. Wire done/setDone to a ValueStore to track completion (used by training runbooks for progress).",
"representativeQueries": [
"show a copyable command with completion checkbox",
"terminal-styled command with copy button and a done-checkbox. wire done/setdone to a valuestore to t",
"render a command step"
]
}
The renderer is an open-source Google Apps Script web app. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →