Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기ui
스타2
포크0
업데이트2026년 1월 31일 02:48
Web UI management and server status
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Web UI management and server status
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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);