list-appslisted
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.