con un clic
knowledge-brain
Search and visualize app knowledge from captured flows
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Search and visualize app knowledge from captured flows
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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
Web testing workflow with Playwright recording
Basado en la clasificación ocupacional 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 available