@redredchen01/foundry-dashboard
v1.0.0
Published
Local web dashboard for Skill Foundry — monitor and execute all CLI skills from browser
Maintainers
Readme
@redredchen01/foundry-dashboard
Local web dashboard for Skill Foundry — monitor, browse, and execute all 103 CLI commands from your browser.
Quick Start
# Via foundry CLI
foundry dashboard
# Or directly
npx @redredchen01/foundry-dashboard
# Custom port
foundry dashboard --port 8080Then open http://localhost:3170 in your browser.
Features
- Skill Grid: Visual overview of all 15+ installed skills with version and command count
- Command Browser: Click a skill to see all commands with descriptions
- One-Click Execute: Run any command with arguments from the browser
- Output Display: Monospace terminal-style output with JSON highlighting
- Activity Log: Recent command history with timestamps and status
- Auto-Refresh: Skills status updates every 30 seconds
- Dark Theme: Professional dark UI with responsive layout
- Zero Dependencies: Pure Node.js HTTP server, no npm dependencies
API
The dashboard exposes a REST API:
| Endpoint | Method | Description |
|----------|--------|-------------|
| /api/skills | GET | List all skills and commands (JSON) |
| /api/skill/:name | GET | Detailed info for one skill |
| /api/run | POST | Execute a command: {"skill":"...","command":"...","args":"..."} |
| /api/health | GET | Server health check |
Screenshots
Open http://localhost:3170 after starting the server to see the dashboard.
