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 JasonColapietro/ios-app-dev-skills --skill ios-capacitor-shellgit clone --depth 1 https://github.com/JasonColapietro/ios-app-dev-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/jasoncolapietro/ios-app-dev-skills/ios-capacitor-shell)<a href="https://agentmods.dev/skills/jasoncolapietro/ios-app-dev-skills/ios-capacitor-shell"><img src="https://agentmods.dev/badge/skills/jasoncolapietro/ios-app-dev-skills/ios-capacitor-shell/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/jasoncolapietro/ios-app-dev-skills/ios-capacitor-shell"><img src="https://agentmods.dev/badge/skills/jasoncolapietro/ios-app-dev-skills/ios-capacitor-shell.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.00066 | $0.00311 |
| Opus 5 | $0.00033 | $0.00156 |
| Sonnet 5 | $0.00013 | $0.00062 |
| Haiku 4.5 | $0.00007 | $0.00031 |
Grade A, and why
ios-capacitor-shell 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.
What it actually says
iOS Capacitor Shell
First Question
Determine whether the change is web-delivered or binary-delivered:
- web/JS/CSS/content change: deploy the web app.
- native plugin/entitlement/Info.plist/capacitor config change: rebuild and resubmit the iOS binary.
Read references/capacitor-runbook.md before modifying a shell.
Wrapper Risk
Thin wrappers can be rejected under App Store Guideline 4.2. A shell needs native value, stable auth, polished iOS behavior, and reliable offline/failure states. Do not present a raw web page as a finished native app.
Build Rule
Use the package manager locked by the repo. If the repo has pnpm-lock.yaml,
use pnpm. If plugin patches are installed by pnpm, npm install can silently
drop them.
Completion Checks
cap sync iossucceeds.- Native plugins are present after sync.
- Entitlements and associated domains match the app's capabilities.
- Login/auth bridge works on device or simulator.
- Web fixes have actually been deployed if the shell loads a remote URL.
What ships with it
2 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.
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.
- 10d ago First seen · 38 lines · 66 tokens per session scan A bbea92846a15
ios-capacitor-shell is a skill published in the GitHub repository JasonColapietro/ios-app-dev-skills (2 stars, last pushed 3d ago), licensed MIT. It adds 66 tokens to every session and 311 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-08-31.
Other skills, from other repositories
app-rejection-recovery
When the user's app or update was rejected by Apple App Review or Google Play Review and they need to diagnose why, fix it, and resubmit fast. Use when the user mentions "app rejected", "App Review rejection", "guideline violation", "Apple rejected my app", "Google Play rejected", "Play policy violation", "Resolution…
apple-search-ads
When the user wants to set up, optimize, or scale Apple Search Ads (ASA) campaigns — including keyword bidding, match types, campaign structure, Creative Product Sets, CPP routing, and ROAS optimization. Use when the user mentions "Apple Search Ads", "ASA", "Search Ads", "Search tab ads", "Today tab ads", "CPT"…
attribution-setup
When the user wants to set up, debug, or interpret app install attribution — including SKAdNetwork (SKAN), Apple's AdAttributionKit, Google Play Install Referrer, MMPs (AppsFlyer, Adjust, Singular, Branch, Kochava), deep links, deferred deep links, conversion values, postback windows, or privacy thresholds. Use when…
web-to-app-funnel
When the user wants to design or optimize the funnel that takes web visitors into installing and onboarding the app — including smart app banners, web-to-app deep links, deferred deep links, web onboarding (Stripe-paid web flow before app install), QR codes, "open in app" CTAs, and the trade-off between paying on web…
android-aso
When the user wants to optimize their Google Play Store listing — title, short description, full description, keywords, ratings, or Play Store-specific features. Use when the user mentions "Google Play", "Android", "Play Store", "Play Console", "short description", "full description indexed", "Google Play ASO", or…
app-clips
When the user wants to implement, optimize, or use App Clips for app discovery and conversion. Use when the user mentions "App Clip", "app clip code", "mini app", "instant app", "App Clip card", "App Clip link", "no download required", "instant experience", or wants to understand how App Clips appear in App Store…