ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

app-store-screenshot-generation

Generate App Store and Google Play screenshot assets using each::sense AI. Create device-framed screenshots, feature highlights, localized versions, and promotional visuals optimized for iOS App Store and Google Play Store requirements.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/eftalyurtseven/app-store-screenshot-generation
Or

App Store Screenshot Generation

Generate high-converting App Store and Google Play screenshot assets using each::sense. This skill creates images optimized for app store requirements, featuring device frames, feature callouts, and promotional visuals that drive downloads.

Features

  • iOS App Store Screenshots: iPhone and iPad device frames with proper dimensions
  • Google Play Screenshots: Android device frames optimized for Play Store
  • Feature Highlights: Screenshots with callout text and visual emphasis
  • Lifestyle Context: App shown in real-world usage scenarios
  • Localized Screenshots: Multi-language versions for global markets
  • App Preview Thumbnails: Video preview poster frames
  • Before/After Comparisons: Transformation showcases for utility apps
  • Onboarding Flows: Multi-screen app walkthrough sequences
  • Dark/Light Mode Variants: Both theme versions for completeness
  • A/B Test Variations: Multiple creative approaches for optimization

Quick Start

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create an iPhone App Store screenshot for a fitness tracking app showing the workout dashboard with an iPhone 15 Pro device frame, 1320x2868 pixels",
    "mode": "max"
  }'

Screenshot Specifications

PlatformDeviceDimensionsAspect RatioUse Case
iOS App StoreiPhone 6.7"1320x2868~1:2.17iPhone 15 Pro Max, 14 Pro Max
iOS App StoreiPad 12.9"2064x2752~3:4iPad Pro screenshots
Google PlayPhone1080x19209:16Standard Android phone

Use Case Examples

1. iOS App Store Screenshot with Device Frame

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create an iPhone App Store screenshot at 1320x2868 pixels. Show a sleek iPhone 15 Pro device frame displaying a meditation app interface with a calming gradient background, session timer, and breathing animation. Add headline text at the top: \"Find Your Inner Peace\". Clean, minimal design with soft purple and blue tones.",
    "mode": "max"
  }'

2. Google Play Screenshot

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a Google Play Store screenshot at 1080x1920 pixels. Show an Android phone displaying a recipe app with a food photo, ingredients list, and cooking steps. Include feature text: \"10,000+ Recipes at Your Fingertips\". Bright, appetizing color scheme with warm orange accents.",
    "mode": "max"
  }'

3. Feature Highlight Screenshot

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-eftalyurtseven-app-store-screenshot-generation": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.