en un clic
capture
Screen capture and recording for mobile devices and emulators
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Screen capture and recording for mobile devices and emulators
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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"
}