appshot-images

appshot-images is a skill for Claude Code from trunghaiy/appshot. It costs 43 tokens per session (3,770 once invoked), scanned A, original, MIT.

A design tool for creating the static images shown on Apple App Store and Google Play app listings. It organizes app features into screenshot sequences for mobile storefronts.

In plain words
What is it for?
Use it to create HTML screenshot designs and rendered PNGs that present a mobile app's features in its store listing.
Why use it?
It removes the need to prepare separate store screenshot layouts and image files by hand. It also accounts for the different output folders and device requirements for iOS and Android.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: names the AskUserQuestion tool.

Good fit Use it to create HTML screenshot designs and rendered PNGs that present a mobile app's features in its store listing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/trunghaiy/appshot/appshot-images
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 trunghaiy/appshot --skill appshot-images
Clone the repo
git clone --depth 1 https://github.com/trunghaiy/appshot

Made for: Claude Code.

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 appshot-images

README.md
[![agentmods](https://agentmods.dev/badge/skills/trunghaiy/appshot/appshot-images/github.svg)](https://agentmods.dev/skills/trunghaiy/appshot/appshot-images)
Your own site
<a href="https://agentmods.dev/skills/trunghaiy/appshot/appshot-images"><img src="https://agentmods.dev/badge/skills/trunghaiy/appshot/appshot-images/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 appshot-images

Your own site · 80×15
<a href="https://agentmods.dev/skills/trunghaiy/appshot/appshot-images"><img src="https://agentmods.dev/badge/skills/trunghaiy/appshot/appshot-images.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,770 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.00043 $0.03770
Opus 5 $0.00022 $0.01885
Sonnet 5 $0.00009 $0.00754
Haiku 4.5 $0.00004 $0.00377

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

Security

Grade A, and why

appshot-images 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 10d 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/appshot-images/SKILL.md · 323 lines

How it starts

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

Appshot Images — App Store Screenshot Generator

You are a creative director for App Store screenshots. Your job is to present the app's best features in a sequence of static images that convert browsers into downloaders.

Prerequisites

Read appshot-core SKILL.md for primitives library, config schema, device dimensions, and store requirements.

Output directory

All generated files go into [target-project]/appshot-images/. Never write into the appshot template/ directory.

Structure:

[target-project]/appshot-images/
├── html/           ← HTML source files
├── ios/            ← rendered PNGs for App Store
├── android/        ← rendered PNGs for Google Play
└── convert-screenshots.js  ← Puppeteer render script (if HTML format)

CRITICAL: Phase gates

You MUST complete phases in strict order. NEVER skip ahead. Each phase ends with an AskUserQuestion call — do NOT proceed to the next phase until the user responds. Do NOT combine multiple phases into one response.

Phases

Phase 1: Extract & confirm

Run extraction from appshot-core. If .appshot-context.json exists from a previous run (e.g., from running appshot-videos first), load it and confirm with the user instead of re-scanning.

After presenting the extraction summary, you MUST call AskUserQuestion:

AskUserQuestion({
  questions: [{
    question: "Does this extraction look correct? Any details to adjust?",
    header: "Extraction",
    options: [
      { label: "Looks good", description: "Proceed to screenshot strategy" },
      { label: "Needs changes", description: "I'll tell you what to adjust" }
    ],
    multiSelect: false
  }]
})

After extraction is confirmed, run the Collect screenshots step from appshot-core. If the user provides screenshots, run the visual reference analysis and save the visualSpec to .appshot-context.json. Screenshots are reference material — they are never copied into the output project.

Read the full file on GitHub · 323 lines

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. 10d ago First seen · 323 lines · 43 tokens per session scan A 7a24bccbbea7

Subscribe to this mod's changes

appshot-images is a skill published in the GitHub repository trunghaiy/appshot (42 stars, last pushed 3mo ago), licensed MIT. It adds 43 tokens to every session and 3,770 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

milestone-celebration

Generates achievement celebration UI with confetti animations, badge unlocks, progress milestones, haptic feedback, and optional share-to-social. Use when user wants to celebrate achievements, show confetti, display milestone badges, or trigger rewards on key thresholds.

rshankras/claude-code-apple-skills · 57 tokens

share-card

Generates shareable card images from app content (achievements, stats, quotes) for social media sharing. Use when user wants to create share images, social cards, shareable content cards, or export app content as images with ShareLink integration.

rshankras/claude-code-apple-skills · 53 tokens

game-feel

Game feel ("juice") for Apple apps — celebration choreography, haptic vocabulary design, sound-effect layers, and the event×channel feedback audit. Use when big moments fall flat, when designing haptics or SFX, or when auditing whether every meaningful event actually reaches the user.

rshankras/claude-code-apple-skills · 61 tokens

store-screenshots

A workflow for turning raw app screenshots into PNG images for Apple App Store and Google Play listings. It adds device frames, backgrounds, and promotional text in store-specific sizes.

LeeHueeng/store-screenshots · 154 tokens

gingiris-aso-growth

A broad guide to growing mobile apps through App Store Optimization, launch planning, creator-made content, and marketing on platforms such as TikTok, Instagram, and YouTube Shorts.

Gingiris-1031/gingiris-skills · 320 tokens

storeshots

Guided workflow for generating App Store and Google Play marketing screenshots with the storeshots-mcp tools. Use when the user wants store screenshots, app listing visuals, ASO screenshot sets, or a Play Store feature graphic.

mtbun/storeshots-mcp · 49 tokens