List all installed apps with their status, version, and proxy URLs.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add 0xMaxMa/claude-gateway --skill list-apps --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of List Apps?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/0xmaxma-list-apps)More formats (shields.io, HTML) on the badges page.
---
name: list-apps
description: List all installed apps with their status, version, and proxy URLs.
user-invocable: true
allowed-tools:
- mcp__gateway__list_apps
---
# /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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!