screenshot-automation

screenshot-automation is a skill for Claude Code from rshankras/claude-code-apple-skills. It costs 52 tokens per session (3,726 once invoked), scanned A, original, MIT.

An automated pipeline that captures App Store screenshots through UI tests, adds captions and device frames, and exports multiple required sizes.

In plain words
What is it for?
Use it to generate and batch-export localized App Store screenshots from automated UI test flows.
Why use it?
It replaces repetitive manual screenshot preparation when an app needs store images for several devices or languages.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool; positional $N argument.

Part of the apple-skills plugin — 147 skills shipped together , and of apple-skills

Good fit Use it to generate and batch-export localized App Store screenshots from automated UI test flows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rshankras/claude-code-apple-skills/screenshot-automation
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 rshankras/claude-code-apple-skills --skill screenshot-automation
Clone the repo
git clone --depth 1 https://github.com/rshankras/claude-code-apple-skills

Made for: Claude Code.

Or install apple-skills, the plugin that ships this one along with the rest of its 147 skills.

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 screenshot-automation

README.md
[![agentmods](https://agentmods.dev/badge/skills/rshankras/claude-code-apple-skills/screenshot-automation/github.svg)](https://agentmods.dev/skills/rshankras/claude-code-apple-skills/screenshot-automation)
Your own site
<a href="https://agentmods.dev/skills/rshankras/claude-code-apple-skills/screenshot-automation"><img src="https://agentmods.dev/badge/skills/rshankras/claude-code-apple-skills/screenshot-automation/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 screenshot-automation

Your own site · 80×15
<a href="https://agentmods.dev/skills/rshankras/claude-code-apple-skills/screenshot-automation"><img src="https://agentmods.dev/badge/skills/rshankras/claude-code-apple-skills/screenshot-automation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,726 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00052 $0.03726
Opus 5 $0.00026 $0.01863
Sonnet 5 $0.00010 $0.00745
Haiku 4.5 $0.00005 $0.00373

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

Security

Grade A, and why

screenshot-automation 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 7d 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/generators/screenshot-automation/SKILL.md · 386 lines

How it starts

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

Screenshot Automation Generator

Generate an automated App Store screenshot pipeline that captures screenshots via UI tests, adds localized marketing captions, applies device frames, and exports all required sizes for App Store Connect. Saves hours of manual screenshot creation every release.

When This Skill Activates

Use this skill when the user:

  • Asks about "screenshot automation" or "automate screenshots"
  • Wants to generate "App Store screenshots" or "store screenshots"
  • Mentions "automated screenshots" or "screenshot pipeline"
  • Asks to "generate screenshots" or "batch screenshots"
  • Wants "screenshot testing" or "UI test screenshots"
  • Mentions "fastlane snapshot" or wants a replacement for it

Pre-Generation Checks

1. Project Context Detection

  • Check Swift version (requires Swift 5.9+)
  • Check deployment target (iOS 16+ / macOS 13+)
  • Identify existing UI test target (look for *UITests target)
  • Check for existing UI test files
  • Check for fastlane presence (Fastfile, Snapfile)

2. Conflict Detection

Search for existing screenshot infrastructure:

Glob: **/*Screenshot*.swift, **/*Snapshot*.swift, **/Snapfile, **/Fastfile
Grep: "XCTAttachment" or "screenshot" or "snapshot" in UI test files

If fastlane snapshot already configured:

  • Ask if user wants to replace or augment it
  • If keeping fastlane, generate only the post-processing pipeline

3. Localization Detection

Check for existing localization setup:

Glob: **/*.lproj/*.strings, **/*Localizable*, **/*.xcstrings

Determine which locales are already configured in the project.

Configuration Questions

Ask user via AskUserQuestion:

  1. Screenshot capture method?

    • XCUITest only (pure Apple, no dependencies)
    • fastlane snapshot (uses fastlane tooling)
    • Both (XCUITest capture + fastlane orchestration)
  2. Target devices? (multi-select)

    • iPhone 6.7" (iPhone 15 Pro Max / 16 Pro Max) -- required for App Store
    • iPhone 6.5" (iPhone 11 Pro Max / XS Max) -- required for older slot
    • iPhone 5.5" (iPhone 8 Plus) -- optional legacy
    • iPad 12.9" (iPad Pro 6th gen) -- required if universal app
    • iPad 11" (iPad Air) -- optional

Read the full file on GitHub · 386 lines

Files

What ships with it

1 file 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. 7d ago First seen · 386 lines · 52 tokens per session scan A 8520a2e25da5

Subscribe to this mod's changes

screenshot-automation is a skill published in the GitHub repository rshankras/claude-code-apple-skills (719 stars, last pushed 1mo ago), licensed MIT. It adds 52 tokens to every session and 3,726 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-09-03.

Related

Other skills, from other repositories

multi-agent-e2e-validation

Multi-agent parallel E2E validation for database refactors. TRIGGERS - E2E validation, schema migration testing, database refactor validation.

terrylica/cc-skills · 38 tokens

symmetric-dogfooding

Bidirectional integration validation where two repositories validate each other before release.

terrylica/cc-skills · 20 tokens

schema-e2e-validation

Earthly E2E validation for YAML schema contracts. TRIGGERS - schema validation, YAML schema, schema contracts, regenerate types.

terrylica/cc-skills · 34 tokens

cypress-ops

Cypress end-to-end and component testing operations - selector/retry-ability strategy, cy.intercept network stubbing, cy.session auth, component vs e2e, flake diagnosis, CI, Test Replay. Use for: cypress, e2e test, component test, cy.get, cy.intercept, cy.session, data-cy, data-test, retry-ability, flake, flaky test…

0xDarkMatter/claude-mods · 104 tokens

playwright-ops

Playwright end-to-end testing operations - selectors, fixtures, network mocking, auth, parallelism, CI, visual regression, flake hunting. Use for: playwright, e2e test, end-to-end testing, browser test, getByRole, page object, storageState, trace viewer, flaky test, test sharding, visual regression, toHaveScreenshot…

0xDarkMatter/claude-mods · 85 tokens

build-loop

Drive a build to actually-works, near-finish-line craft by looping build → see → exercise → check → critique → rebuild over the agent's existing tools (bash build/test, headless screenshot + vision, Playwright, axe/Lighthouse) until acceptance criteria pass or an explicit stop-condition fires — no infinite thrash.…

nelsonwerd/idea-to-ship-skills · 206 tokens