원클릭으로
knowledge-brain
Search and visualize app knowledge from captured flows
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search and visualize app knowledge from captured flows
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | knowledge-brain |
| description | Search and visualize app knowledge from captured flows |
| context | fork |
| agent | general-purpose |
| always | true |
| tags | ["knowledge","search","context","app-flow","ui","screens","brain"] |
DiscoveryLab captures app recordings and analyzes them with AI, building a knowledge base of every flow, screen, and UI element. This skill lets you query and visualize that knowledge.
When the user asks about an app flow, show it visually by default using dlab.knowledge.open. The returned HTML renders as an interactive canvas with animated frame player, annotations, and navigation. Only fall back to text if the user explicitly asks for text or if no frames are available.
dlab.knowledge.open (primary - visual)Opens an interactive infographic of an app flow. Returns self-contained HTML.
dlab.knowledge.open { query: "login" }
dlab.knowledge.open { query: "onboarding flow" }
dlab.knowledge.open { projectId: "abc123" }
Use when:
dlab.knowledge.search (text answers)Search across all projects. Returns text with overview, flow steps, UI elements.
dlab.knowledge.search { query: "checkout" }
dlab.knowledge.search { query: "PROJ-123" }
Use when:
dlab.knowledge.summary (overview)Lists all captured knowledge grouped by app.
dlab.knowledge.summary {}
Use when:
dlab.project.import (sharing)Import a shared .applab project file.
dlab.project.import { filePath: "/path/to/project.applab" }
Use when someone shares a .applab file.
dlab.knowledge.open by default for flow questionsdlab.knowledge.summary to show what's availableGenerate 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
Web testing workflow with Playwright recording