AI-powered app testing & evidence generator - Claude Code Plugin
npm install @veolab/discoverylab

!Node.js


> AI-powered app testing & marketing asset generator. A Claude Code plugin.
``mermaid
flowchart LR
subgraph Input
A[Mobile App] --> R[Record]
B[Web App] --> R
C[Video File] --> U[Upload]
end
subgraph DiscoveryLab
R --> P[Process]
U --> P
P --> AI[AI Analysis]
AI --> O[OCR + Features]
end
subgraph Output
O --> E1[Screenshots]
O --> E2[GIF / MP4]
O --> E3[Test Reports]
end
`
`bash`
npm install -g @veolab/discoverylab
discoverylab install # configures Claude Code MCP
discoverylab serve # opens web UI
| Feature | Description |
|---------|-------------|
| Screen Capture | Record iOS/Android emulators or web apps |
| Maestro Testing | Automated mobile app testing with screenshots |
| Playwright Testing | Web testing using your installed Chrome |
| AI Analysis | OCR, feature detection, smart summaries |
| Export | PNG, GIF, MP4 with professional quality |
| Task Hub | Jira, Notion, Figma, GitHub integration |
After installing, use these in Claude Code:
```
/discoverylab:open-ui → Open web interface
/discoverylab:quick-capture → Capture emulator screen
/discoverylab:mobile-test → Mobile testing with Maestro
/discoverylab:web-test → Web testing with Playwright
- Node.js 20+
- FFmpeg (for video/GIF export)
- Maestro CLI (optional)
- Playwright (optional)
| | macOS | Windows | Linux |
|---|:---:|:---:|:---:|
| Web UI | ✓ | ✓ | ✓ |
| iOS Capture | ✓ | — | — |
| Android Capture | ✓ | ✓ | ✓ |
| Web Recording | ✓ | ✓ | ✓ |
| Apple Vision OCR | ✓ | — | — |
MIT