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 fortunto2/solo-factory --skill ios-releasegit clone --depth 1 https://github.com/fortunto2/solo-factoryWrote 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/fortunto2/solo-factory/ios-release)<a href="https://agentmods.dev/skills/fortunto2/solo-factory/ios-release"><img src="https://agentmods.dev/badge/skills/fortunto2/solo-factory/ios-release/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/fortunto2/solo-factory/ios-release"><img src="https://agentmods.dev/badge/skills/fortunto2/solo-factory/ios-release.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.00160 | $0.04468 |
| Opus 5 | $0.00080 | $0.02234 |
| Sonnet 5 | $0.00032 | $0.00894 |
| Haiku 4.5 | $0.00016 | $0.00447 |
Grade A, and why
solo-ios-release scanned grade A 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 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
`curl -s -o /dev/null -L -w '%{http_code}\n' "$URL"` How it starts
The opening of the file, as written. The whole thing — 359 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ios-release — ship iPhone via CLI
Everything runs through asc (App Store Connect CLI — official API, JWT-signed). The browser is
a fallback for the handful of flows Apple never exposed publicly — see
references/browser.md.
Sibling skill: android-release. Build/signing/archive details live in ios-app.
There is no APK-style sideload on iOS — testers install via TestFlight.
Golden rules:
- Never submit for review without the user's explicit OK — outward-facing and hard to reverse. TestFlight internal-tester rollout is low-risk (no Apple review); a prior "set it up" covers it.
- Dry-run before every mutation. The high-level commands take
--dry-run; add--confirmonly after the printed plan matches what the user asked for. asc validateis the source of truth, not your reading of the ASC web UI. Its ordered remediation plan is the task list — fix the first item, re-validate, repeat.- Confirm flags with
--helpbefore running. The CLI moves fast; don't trust memory.
Setup (once per machine)
brew install asc
asc auth login --name "default" --key-id "KEYID" --issuer-id "ISSUER-UUID" \
--private-key ~/Downloads/AuthKey_KEYID.p8 --network
asc auth status
The key comes from ASC → Users and Access → Integrations → App Store Connect API → Team Keys →
+ → role App Manager (Admin also works). The .p8 downloads exactly once. asc auth login
copies the key material into the macOS Keychain, so the file can be deleted afterwards. Env-var
fallbacks, CI setup and per-repo profiles: references/asc-cli.md.
Routing
| Intent | Go to |
|---|---|
| Get a build to testers | A. TestFlight |
| Ship a new app to the Store | B. App Store |
| New version of a listed app | C. Update |
| Crashes, feedback, testers, reviews | D. After release |
| App Review rejected the version | E. Rejection |
| Where installs and money come from | F. Analytics |
asc validate reports blockers |
references/readiness.md |
| Description, keywords, ASO, What's New | references/metadata-aso.md |
| Screenshots — capture, frame, upload | references/screenshots.md |
| Archive, export, signing, CI pipeline | references/build-upload.md |
| Create the app record, App Privacy | references/browser.md |
| Flags, auth, IDs, command discovery | references/asc-cli.md |
What ships with it
7 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 · 359 lines · 160 tokens per session scan A f5b045f1906a
solo-ios-release is a skill published in the GitHub repository fortunto2/solo-factory (18 stars, last pushed today), licensed MIT. It adds 160 tokens to every session and 4,468 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
phone-harness
Control the user's phone — iPhone through the Mac's iPhone Mirroring window, or an Android over adb: open apps, tap, type, swipe, read the screen.
ui-mobile
Mobile UI patterns - React Native, iOS/Android, touch targets.
android-kotlin
Android Kotlin development with Coroutines, Jetpack Compose, Hilt, and MockK testing.
app-ui-design
Mobile app UI design expert for iOS and Android. Use when designing app interfaces, creating design systems, ensuring accessibility, or following platform guidelines. Covers Material Design 3, Human Interface Guidelines, color theory, typography, and 2025 trends.
mobile-development
Configure ServiceNow Mobile (Now Mobile/Agent) — syssgmobileapp screens, card builders, push notifications, offline sync rules, mobile actions for barcode/GPS, and offline-queue change processing.
apple-ecosystem-expert
Expert guide for Apple Ecosystem development. Covers iOS support, Safari WebKit compatibility, PWAs (Progressive Web Apps) for iOS, and Human Interface Guidelines (HIG) for web and native apps / Panduan ahli pengembangan ekosistem Apple (iOS & Web).