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.
git clone --depth 1 https://github.com/rahulkeerthi/expo-toolkitWrote 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.
[](https://agentmods.dev/commands/rahulkeerthi/expo-toolkit/screenshots)<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>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.
| Model | Per session | Once 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 |
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 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
- Detect current setup - Check for existing Fastlane configuration
- Gather requirements - Platforms, device sizes, locales
- Setup Fastlane - If not configured
- Generate screenshots - Run automation or guide manual capture
- 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,
},
],
});
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.
- 7d ago First seen · 644 lines · 11 tokens per session scan B 30b5938b8bf6
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.
Other commands, from other repositories
app-store-audit
Run an enterprise pre submission compliance audit on an iOS or Android app against Apple App Store and Google Play rejection rules. Pass a project path or run from the project root.
initialize-ios
Manual override: initialize ast-index for iOS/Swift/ObjC project.
maestro-selectors-instructions
Guide to using Maestro selectors for targeting UI elements in tests.
mobile-performance-check
Analyze mobile app for performance issues using the mobile-best-practices database.
flutter-review
Review Flutter/Dart code for idiomatic patterns, widget best practices, state management, performance, accessibility, and security. Invokes the flutter-reviewer agent.
flutter-test
Run Flutter/Dart tests, report failures, and incrementally fix test issues. Covers unit, widget, golden, and integration tests.