tool-take-screenshot

star 6

Use when calling MCP take_screenshot or capturing device/simulator screen without app code.

ohah By ohah schedule Updated 2/15/2026

name: tool-take-screenshot description: Use when calling MCP take_screenshot or capturing device/simulator screen without app code.

take_screenshot

How it works

  • Runs host CLI only: Androidadb exec-out screencap -p, iOSxcrun simctl io booted screenshot <path> then read file. No native module or eval in the app.
  • Default for AI vision: JPEG 80% + 720p (max height). Full PNG often causes timeout; this sweet spot keeps quality while reducing payload.
  • platform is required (android | ios); iOS is simulator only.
  • Optional: filePath, format (default jpeg), quality (default 80), maxHeight (default 720; use 0 for original size). Use when you need to verify UI or share a screenshot.
Install via CLI
npx skills add https://github.com/ohah/react-native-mcp --skill tool-take-screenshot
Repository Details
star Stars 6
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator