← ClaudeAtlas

list-appslisted

List all installed apps with their status, version, and proxy URLs.
0xMaxMa/claude-gateway · ★ 21 · AI & Automation · score 67
Install: claude install-skill 0xMaxMa/claude-gateway
# /list-apps — List Installed Apps Arguments passed: `$ARGUMENTS` --- Call `list_apps` and format the result as a readable table: ``` Installed Apps ────────────────────────────────────────────── NAME VERSION STATUS SOURCE my-app 1.2.0 running registry another-app 0.3.1 stopped custom ────────────────────────────────────────────── Total: 2 app(s) ``` For each app also show its proxy URLs if it has ports: ``` Proxy routes: api → /app/my-app/api/ web → /app/my-app/web/ ``` If no apps are installed, say so clearly.