with one click
ui
Web UI management and server status
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Web UI management and server status
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Search and visualize app knowledge from captured flows
Generate marketing assets from app screenshots
Full mobile testing workflow with Maestro recording
Open the DiscoveryLab web interface
Quickly capture iOS/Android emulator screen
Manage external links, requirements and test maps
| name | ui |
| description | Web UI management and server status |
| emoji | 🖥️ |
| version | 1.0.0 |
| category | ui |
| always | true |
| tools | ["dlab.ui.open","dlab.ui.status"] |
| tags | ["ui","web","server","browser"] |
Manage the DiscoveryLab web interface.
Open DiscoveryLab web UI in the default browser:
port: Server port (default: 3847)Check if the web UI server is running:
# Open the UI
dlab.ui.open {}
# Check server status
dlab.ui.status {}
The web UI provides:
The web server runs on http://localhost:3847 by default.
Start the server with:
npx applab-discovery serve
Or programmatically:
import { startServer } from 'applab-discovery';
await startServer(3847);