ios-capacitor-shell

ios-capacitor-shell is a skill for Codex from JasonColapietro/ios-app-dev-skills. It costs 66 tokens per session (311 once invoked), scanned A, original, MIT.

A guide for inspecting, fixing, building, or releasing a Capacitor iOS shell around a web app. Capacitor packages web code in a native iOS project so it can use selected iOS features.

In plain words
What is it for?
It helps sync Capacitor, preserve the repository’s package manager and lockfile, configure plugins and entitlements, test login on a device or simulator, and verify remote web deployments.
Why use it?
It clarifies whether a change needs a web deployment or a new iOS build and checks the authentication, plugins, permissions, and App Store risks involved.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit It helps sync Capacitor, preserve the repository’s package manager and lockfile, configure plugins and entitlements, test login on a device or simulator, and verify remote web deployments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jasoncolapietro/ios-app-dev-skills/ios-capacitor-shell
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 JasonColapietro/ios-app-dev-skills --skill ios-capacitor-shell
Clone the repo
git clone --depth 1 https://github.com/JasonColapietro/ios-app-dev-skills

Made for: Codex.

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 ios-capacitor-shell

README.md
[![agentmods](https://agentmods.dev/badge/skills/jasoncolapietro/ios-app-dev-skills/ios-capacitor-shell/github.svg)](https://agentmods.dev/skills/jasoncolapietro/ios-app-dev-skills/ios-capacitor-shell)
Your own site
<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.

agentmods 80×15 button for ios-capacitor-shell

Your own site · 80×15
<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>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 311 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.
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.00066 $0.00311
Opus 5 $0.00033 $0.00156
Sonnet 5 $0.00013 $0.00062
Haiku 4.5 $0.00007 $0.00031

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

Security

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.

skills/ios-capacitor-shell/SKILL.md · 38 lines

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 ios succeeds.
  • 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.
Files

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.

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. 10d ago First seen · 38 lines · 66 tokens per session scan A bbea92846a15

Subscribe to this mod's changes

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.

Related

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…

Eronred/aso-skills · 168 tokens

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"…

Eronred/aso-skills · 127 tokens

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…

Eronred/aso-skills · 201 tokens

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…

Eronred/aso-skills · 183 tokens

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…

Eronred/aso-skills · 98 tokens

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…

Eronred/aso-skills · 98 tokens