con un clic
capture
Screen capture and recording for mobile devices and emulators
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ú
Screen capture and recording for mobile devices and emulators
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.
Basado en la clasificación ocupacional 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 | capture |
| description | Screen capture and recording for mobile devices and emulators |
| emoji | 📸 |
| version | 1.0.0 |
| category | capture |
| requires | {"bins":["adb"]} |
| os | ["darwin","linux","win32"] |
| install | {"brew":"android-platform-tools","apt":"android-tools-adb","manual":"Install Android SDK Platform Tools or Xcode Command Line Tools"} |
| tools | ["dlab.capture.screen","dlab.capture.emulator","dlab.capture.start","dlab.capture.stop","dlab.emulators.list"] |
| tags | ["capture","screenshot","recording","mobile","emulator","ios","android"] |
Screen capture and recording capabilities for mobile devices and emulators.
Capture a screenshot from a running emulator or device:
Capture emulator screen with device frame:
Start recording the screen:
Stop active recording and save the result.
List available emulators and simulators:
# List available devices
dlab.emulators.list {}
# Capture iOS Simulator screenshot
dlab.capture.screen {
"platform": "ios",
"deviceId": "booted"
}
# Capture Android with device frame
dlab.capture.emulator {
"platform": "android",
"frame": "pixel6"
}