Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/lh17708357536-gif/flutter-cn-overseas-app-skillsnpx agentmods add skills/lh17708357536-gif/flutter-cn-overseas-app-skills/ios-app-storeWrote 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/lh17708357536-gif/flutter-cn-overseas-app-skills/ios-app-store)<a href="https://agentmods.dev/skills/lh17708357536-gif/flutter-cn-overseas-app-skills/ios-app-store"><img src="https://agentmods.dev/badge/skills/lh17708357536-gif/flutter-cn-overseas-app-skills/ios-app-store/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/lh17708357536-gif/flutter-cn-overseas-app-skills/ios-app-store"><img src="https://agentmods.dev/badge/skills/lh17708357536-gif/flutter-cn-overseas-app-skills/ios-app-store.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.00071 | $0.03454 |
| Opus 5 | $0.00036 | $0.01727 |
| Sonnet 5 | $0.00014 | $0.00691 |
| Haiku 4.5 | $0.00007 | $0.00345 |
Grade A, and why
ios-app-store 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.
How it starts
The opening of the file, as written. The whole thing — 276 lines — stays where its author put it; the contents beside it link to each section on GitHub.
iOS App Store 发布 Skill
适用于 Flutter iOS 上架 App Store / TestFlight。所有
<PLACEHOLDER>替换为项目实际值。跨平台共用规则在
~/.claude/skills/_shared/rules.md:
- §3 buildNumber + Changelog 三件套(双平台共用)
- §5 ICP 备案应用名(iOS / Android 共用)
本 skill 只补充 iOS 特有的内容。
1. TestFlight train-closed 409 应对(iOS 独有)
症状:上传 IPA 后 Apple Connect 返回:
Validation failed (409)
Invalid Pre-Release Train. The train version 'X.Y.Z' is closed for new build submissions
根因:上一发布(如 1.0.1+19)已在 App Store 上线,App Store Connect 自动关闭 1.0.1 这条 pre-release train,不再接受任何 1.0.1+N build。
应对:必须按版本号纪律 patch +1,开新 train:
1.0.1+21→1.0.2+22(patch +1,buildNumber 同步 +1)pubspec.yaml、所有docs/changelog/{ios,android}/*.md文件名、CHANGELOG.mdheader 全部同步改名/同步号
2. build_ios_testflight.sh 模板
完整可执行模板见 templates/build_ios_testflight.sh.template。落地步骤:
cp ~/.claude/skills/ios-app-store/templates/build_ios_testflight.sh.template scripts/build_ios_testflight.sh- 替换
<PROD_API_URL> chmod +x scripts/build_ios_testflight.sh
调用:
./scripts/build_ios_testflight.sh --build-name 1.0.2 --build-number 22
3. pubspec.yaml Release 默认值
name: <app_name_snake>
description: "<App Display Description>"
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.10.0
生产口径:iOS / TestFlight / App Store 生产包默认后端必须固定(不能 fallback 到 localhost / 空值)。build_ios_testflight.sh 强制传 API_BASE_URL。
4. Info.plist 关键字段
<key>CFBundleDisplayName</key>
<string><App 显示名(用户主屏看到的)></string>
<key>CFBundleName</key>
<string><App 短名 ASCII(技术字段,≤16 chars)></string>
<key>CFBundleShortVersionString</key>
<string>$(FLUTTER_BUILD_NAME)</string>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<!-- 隐私权限说明(用到才声明,未用不写) -->
<key>NSCameraUsageDescription</key>
<string>用于扫码、拍照等业务功能</string>
<key>NSMicrophoneUsageDescription</key>
<string>用于语音输入和通话功能</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>用于选择照片上传</string>
<!-- ★ 不使用 IDFA 时禁止声明 NSUserTrackingUsageDescription -->
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.
- 12d ago First seen · 276 lines · 71 tokens per session scan A 00bf790b2142
ios-app-store is a skill published in the GitHub repository lh17708357536-gif/flutter-cn-overseas-app-skills (20 stars, last pushed 2mo ago), licensed MIT. It adds 71 tokens to every session and 3,454 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-30.
Other skills, from other repositories
app-store-preflight-compliance
Pre-submission compliance scanner workflow for Apple App Store apps. Use when reviewing iOS, macOS, tvOS, watchOS, or visionOS projects (Swift, Objective-C, React Native, Expo) for App Store rejection risks, submission readiness, privacy compliance, or guideline violations.
gingiris-aso-growth
A broad guide to growing mobile apps through App Store Optimization, launch planning, creator-made content, and marketing on platforms such as TikTok, Instagram, and YouTube Shorts.
app-paywall-pilot
Design, audit, debug, and implement App Store-compliant mobile paywalls, subscription flows, pricing screens, trials, offers, feature gates, and subscription lifecycle UX. Use when the user asks to audit my paywall, fix App Store 3.1.2 rejection, improve trial-to-paid, choose plans/prices/trials, review…
ipaship-audit
Use when auditing iOS/Android app submissions for compliance with Apple App Store Review Guidelines or Google Play Developer Policies. Scan .ipa, .apk, or .zip files against official store policies, generate structured compliance reports, and identify violations with remediation steps.
aso-asc
Apple App Store Connect API integration. Fetch iOS app metadata, reviews, ratings, and version info directly from App Store Connect. Requires API key. Triggers on: "app store connect", "asc".
mobile-engineer
You are the Mobile Engineer Specialist — a cross-platform mobile development expert who builds performant, production-ready mobile applications. You specialize in React Native (Expo) and Flutter, with deep expertise in native integrations, offline-first architectures, and app store deployment.