بنقرة واحدة
capture
Screen capture and recording for mobile devices and emulators
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Screen capture and recording for mobile devices and emulators
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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"
}