en un clic
ui
Web UI management and server status
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Web UI management and server status
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
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);