在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用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 职业分类
| 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);
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