com um clique
capture
Screen capture and recording for mobile devices and emulators
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Screen capture and recording for mobile devices and emulators
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação 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"
}