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.
npx skills add amandeepmittal/expo-docs-skills --skill ide-screenshot-driftgit clone --depth 1 https://github.com/amandeepmittal/expo-docs-skillsWrote 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/skills/amandeepmittal/expo-docs-skills/ide-screenshot-drift)<a href="https://agentmods.dev/skills/amandeepmittal/expo-docs-skills/ide-screenshot-drift"><img src="https://agentmods.dev/badge/skills/amandeepmittal/expo-docs-skills/ide-screenshot-drift/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.
<a href="https://agentmods.dev/skills/amandeepmittal/expo-docs-skills/ide-screenshot-drift"><img src="https://agentmods.dev/badge/skills/amandeepmittal/expo-docs-skills/ide-screenshot-drift.svg" alt="Reviewed on agentmods" width="80" 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.00087 | $0.02629 |
| Opus 5 | $0.00044 | $0.01314 |
| Sonnet 5 | $0.00017 | $0.00526 |
| Haiku 4.5 | $0.00009 | $0.00263 |
Grade A, and why
ide-screenshot-drift 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 12d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
8 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.
- config.example.json 49 B
- manifest.json 7.6 KB
- references/update-mode.md 4.4 KB
- scripts/capture_window.sh 1.1 KB runs code
- scripts/check_required_sdk.sh 1.8 KB runs code
- scripts/check_versions.sh 3.4 KB runs code
- scripts/extract_doc_targets.sh 1.4 KB runs code
- scripts/update_android_studio.sh 3.4 KB runs code
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.
- 12d ago First seen · 137 lines · 87 tokens per session scan A 294b10f386de
ide-screenshot-drift is a skill published in the GitHub repository amandeepmittal/expo-docs-skills (1 stars, last pushed 12d ago), with no licence file. It adds 87 tokens to every session and 2,629 once invoked, about $0.0004 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.
Other skills, from other repositories
neo-swift-ui
Use this skill when building, debugging, refactoring, or reviewing SwiftUI apps or views for iOS 16+ and related Apple platforms. Trigger for NavigationStack, Observation/state flow, view composition, previews, performance, accessibility, and SwiftUI architecture.
neo-swift
Use this skill when writing, reviewing, debugging, or modernizing Swift code for iOS, macOS, server-side Swift, or shared packages. Trigger for Swift 5+ language features, structured concurrency, memory safety, protocols/generics, SwiftUI integration, and performance-sensitive code.
app-icon
Generate app icons for your React Native Expo app with iOS 26 support.
theming
Scaffold a unified, cross-platform color theme system into an Expo Router app. Sets up semantic system colors (resolved from native iOS labels and Android Material You dynamic colors), brand colors, automatic dark/light re-rendering, the React Navigation ThemeProvider, and a useColors() / useTheme() context hook. Use…
ship
Scaffold production-ready React Native apps using the @codewithbeto/ship CLI. Use when the user wants to create a new app from a Code with Beto template, scaffold a project with Platano, or run bunx @codewithbeto/ship. Always use flag-based (non-interactive) mode — the interactive TUI requires a terminal.
local-build
Build a release APK and a simulator .app file locally for a React Native Expo app using gradlew and xcodebuild. Use when the user wants to produce installable artifacts without EAS (for e2e testing, sharing a build with a teammate, or quick iteration on a real device/simulator). Generates two shell scripts wired up to…