app-store-screenshots

app-store-screenshots is a skill for Claude Code from JuanMarchetto/agent-skills. It costs 64 tokens per session (2,415 once invoked), scanned A, original, MIT.

A guide and command-line workflow for creating screenshots and preview videos for Apple App Store and Google Play listings.

In plain words
What is it for?
Use it to prepare store galleries, device mockups, captions, preview videos, localized versions, and screenshot experiments.
Why use it?
It helps meet each store’s image sizes, device requirements, ordering rules, formats, and localization needs.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the app-store-screenshots plugin — 1 skill shipped together

Good fit Use it to prepare store galleries, device mockups, captions, preview videos, localized versions, and screenshot experiments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/juanmarchetto/agent-skills/app-store-screenshots
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add JuanMarchetto/agent-skills --skill app-store-screenshots
Clone the repo
git clone --depth 1 https://github.com/JuanMarchetto/agent-skills

Made for: Claude Code.

Or install app-store-screenshots, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for app-store-screenshots

README.md
[![agentmods](https://agentmods.dev/badge/skills/juanmarchetto/agent-skills/app-store-screenshots/github.svg)](https://agentmods.dev/skills/juanmarchetto/agent-skills/app-store-screenshots)
Your own site
<a href="https://agentmods.dev/skills/juanmarchetto/agent-skills/app-store-screenshots"><img src="https://agentmods.dev/badge/skills/juanmarchetto/agent-skills/app-store-screenshots/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for app-store-screenshots

Your own site · 80×15
<a href="https://agentmods.dev/skills/juanmarchetto/agent-skills/app-store-screenshots"><img src="https://agentmods.dev/badge/skills/juanmarchetto/agent-skills/app-store-screenshots.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,415 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00064 $0.02415
Opus 5 $0.00032 $0.01208
Sonnet 5 $0.00013 $0.00483
Haiku 4.5 $0.00006 $0.00242

Measured 11d ago against content hash 0762e0b0cd7d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

app-store-screenshots scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/app-store-screenshots/SKILL.md · 293 lines

How it starts

The opening of the file, as written. The whole thing — 293 lines — stays where its author put it; the contents beside it link to each section on GitHub.

App Store Screenshots

Create app store screenshots and preview videos via inference.sh CLI.

Quick Start

Requires inference.sh CLI (infsh). Get installation instructions: npx skills add inference-sh/skills@agent-tools

infsh login

# Generate a device mockup scene
infsh app run falai/flux-dev-lora --input '{
  "prompt": "iPhone 15 Pro showing a clean modern app interface with analytics dashboard, floating at slight angle, soft gradient background, professional product photography, subtle shadow, marketing mockup style",
  "width": 1024,
  "height": 1536
}'

Platform Specifications

Apple App Store (iOS)

Device Dimensions (px) Required
iPhone 6.7" (15 Pro Max) 1290 x 2796 Required
iPhone 6.5" (11 Pro Max) 1284 x 2778 Required
iPhone 5.5" (8 Plus) 1242 x 2208 Optional
iPad Pro 12.9" (6th gen) 2048 x 2732 If iPad app
iPad Pro 11" 1668 x 2388 If iPad app
  • Up to 10 screenshots per localization
  • First 3 screenshots are visible without scrolling (critical)
  • Formats: PNG or JPEG (no alpha/transparency for JPEG)

Google Play Store (Android)

Spec Value
Min dimensions 320 px (any side)
Max dimensions 3840 px (any side)
Aspect ratio 16:9 or 9:16
Max screenshots 8 per device type
Formats PNG or JPEG (24-bit, no alpha)
  • Feature graphic: 1024 x 500 px (required for featuring)
  • Promo video: YouTube URL (optional but recommended)

The First 3 Rule

80% of App Store impressions show only the first 3 screenshots (before the user scrolls). These three must:

  1. Communicate the core value proposition
  2. Show the best feature/outcome
  3. Differentiate from competitors

Screenshot Gallery Order

Position Content Purpose
1 Hero -- core value, best feature Stop the scroll, communicate what the app does
2 Key differentiator What makes you unique vs competitors
3 Most popular feature The thing users love most
4 Social proof or outcome Ratings, results, testimonials
5-8 Additional features Supporting features, settings, integrations
9-10 Edge cases Specialized features for niche users

Read the full file on GitHub · 293 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 293 lines · 64 tokens per session scan A 0762e0b0cd7d

Subscribe to this mod's changes

app-store-screenshots is a skill published in the GitHub repository JuanMarchetto/agent-skills (5 stars, last pushed 5mo ago), licensed MIT. It adds 64 tokens to every session and 2,415 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

youtube-to-bookplayer

Download YouTube audio and push to BookPlayer on iPhone via USB. TRIGGERS - youtube audio, bookplayer, download youtube.

terrylica/cc-skills · 33 tokens

video-gen

Video generation via fal.ai -- from quick one-off clips to multi-scene productions with keyframes, state tracking, and assembly. 10+ models including Kling 3.0, Veo 3.1, Sora 2, LTX-2.3. Two modes: light (fire-and-forget) and project (structured pipeline with gates).

buildoak/fieldwork-skills · 81 tokens

image-gen

Image generation, editing, and review via OpenRouter API. Five models from budget to premium. Style presets for series consistency, JSON structured prompts, reference image anchoring, system message support, prompt upsampling. Vision-based quality review loop. Zero dependencies beyond Python stdlib. Use when…

buildoak/fieldwork-skills · 79 tokens

unicli

Comprehensive guide to Uni-CLI — the open Agent-Computer Interface runtime for real software. Trigger when the user needs to fetch data from websites (Twitter, Bilibili, HackerNews, GitHub, Reddit, Bloomberg, Zhihu, WeChat, and hundreds more); interact with news, finance, social, academic, shopping, or video…

olo-dot-io/Uni-CLI · 180 tokens

unicli-smart-search

Route search queries to the best platform via unicli. Use when searching across websites, social media, tech forums, news, finance, shopping, or academic sources.

olo-dot-io/Uni-CLI · 38 tokens

unicli-browser

Control broker-owned hidden, existing-Chrome, or remote browser targets with explicit Agent identity, visibility, profile partitions, and lifecycle.

olo-dot-io/Uni-CLI · 30 tokens