screenshots

screenshots is a command for Claude Code from rahulkeerthi/expo-toolkit. It costs 11 tokens per session (3,494 once invoked), scanned B, original, MIT.

A command for creating app-store screenshots with Fastlane, a tool that automates mobile release tasks. It can help set up screenshot generation, use existing configuration, or provide manual alternatives.

In plain words
What is it for?
Use it to prepare iOS App Store and Google Play screenshots, check required device sizes, and organize the resulting files.
Why use it?
It reduces the manual work of capturing and organizing screenshots for different phones, tablets, and languages before a store listing is submitted.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: model in frontmatter; names the AskUserQuestion tool.

Part of the expo-toolkit plugin — 6 skills, 7 commands, 5 agents shipped together

Good fit Use it to prepare iOS App Store and Google Play screenshots, check required device sizes, and organize the resulting files.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/rahulkeerthi/expo-toolkit/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.

Clone the repo
git clone --depth 1 https://github.com/rahulkeerthi/expo-toolkit

Made for: Claude Code.

Or install expo-toolkit, the plugin that ships this one along with the rest of its 6 skills, 7 commands, 5 agents.

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 screenshots

README.md
[![agentmods](https://agentmods.dev/badge/commands/rahulkeerthi/expo-toolkit/screenshots.svg)](https://agentmods.dev/commands/rahulkeerthi/expo-toolkit/screenshots)
Your own site
<a href="https://agentmods.dev/commands/rahulkeerthi/expo-toolkit/screenshots"><img src="https://agentmods.dev/badge/commands/rahulkeerthi/expo-toolkit/screenshots.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,494 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00011 $0.03494
Opus 5 $0.00005 $0.01747
Sonnet 5 $0.00002 $0.00699
Haiku 4.5 $0.00001 $0.00349

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

Security

Grade B, and why

screenshots scanned grade B with 1 finding 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo gem install fastlane
commands/screenshots.md · 644 lines

How it starts

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

App Store Screenshot Generation

Guide the user through setting up and running Fastlane for automated screenshot generation, or provide manual alternatives.

Workflow Overview

  1. Detect current setup - Check for existing Fastlane configuration
  2. Gather requirements - Platforms, device sizes, locales
  3. Setup Fastlane - If not configured
  4. Generate screenshots - Run automation or guide manual capture
  5. Organise output - Prepare for store upload

Required Screenshot Sizes

iOS (App Store Connect)

Device Size Required
iPhone 6.7" 1290 x 2796 Yes (iPhone 15 Pro Max)
iPhone 6.5" 1284 x 2778 Yes (iPhone 14 Plus)
iPhone 5.5" 1242 x 2208 Yes (iPhone 8 Plus)
iPad Pro 12.9" 2048 x 2732 If iPad support
iPad Pro 12.9" (6th gen) 2048 x 2732 If iPad support

Note: You can use one set of 6.7" screenshots for all iPhone sizes (scaled automatically).

Android (Play Console)

Type Size Required
Phone Min 320px, 16:9 or 9:16 Yes (2-8 per listing)
7" Tablet 1024 x 500 min If tablet support
10" Tablet 1024 x 500 min If tablet support

Recommended: 1080 x 1920 or 1440 x 2560 for phones.

Interactive Setup

AskUserQuestion({
  questions: [
    {
      question: "Which platform do you need screenshots for?",
      header: "Platform",
      options: [
        {
          label: "iOS",
          description: "App Store Connect screenshots",
        },
        {
          label: "Android",
          description: "Google Play Console screenshots",
        },
        {
          label: "Both",
          description: "Generate for both platforms",
        },
      ],
      multiSelect: false,
    },
    {
      question: "How would you like to capture screenshots?",
      header: "Method",
      options: [
        {
          label: "Fastlane automation (Recommended)",
          description: "Automated capture across devices and locales",
        },
        {
          label: "Manual capture with guidance",
          description: "I'll capture manually, provide device list",
        },
        {
          label: "Simulator screenshots",
          description: "Quick manual capture from simulators",
        },
      ],
      multiSelect: false,
    },
    {
      question: "Do you need localised screenshots?",
      header: "Locales",
      options: [
        {
          label: "English only",
          description: "Single language",
        },
        {
          label: "Multiple languages",
          description: "Different screenshots per locale",
        },
      ],
      multiSelect: false,
    },
  ],
});

Read the full file on GitHub · 644 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. 7d ago First seen · 644 lines · 11 tokens per session scan B 30b5938b8bf6

Subscribe to this mod's changes

screenshots is a command published in the GitHub repository rahulkeerthi/expo-toolkit (5 stars, last pushed 3mo ago), licensed MIT. It adds 11 tokens to every session and 3,494 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.