ios-dev
v1.0.0通用 iOS App 开发、构建、签名、测试与 App Store 上架流程(中国区)指南。用于当用户询问 iOS 开发/上架/审核/签名/TestFlight/App Store Connect/隐私合规/订阅配置,或输入触发词 iosdev 时。
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (iOS dev & App Store CN guidance) matches the included SKILL.md and reference files. There are no unexpected requirements (no binaries, env vars, or external services) that would be disproportionate to a documentation skill.
Instruction Scope
SKILL.md stays within scope: it instructs the agent to provide workflows and point to local reference files. It explicitly forbids exposing private keys and asks to use placeholders. There are no instructions to read unrelated system files, access credentials, or transmit data externally beyond citing official Apple links.
Install Mechanism
No install spec and no code files — the skill is instruction-only, so nothing is downloaded or written to disk by an install step.
Credentials
The skill declares no required environment variables, credentials, or config paths. The guidance explicitly warns against including secrets and recommends server-side handling for keys, which is proportionate for its purpose.
Persistence & Privilege
Flags show default behavior (always:false, autonomous invocation allowed). It does not request elevated persistence or modify other skills/settings.
Assessment
This skill is essentially an offline guide—safe in that it doesn't request secrets or install code. Before installing, note the package source is 'unknown' and there's no homepage or publisher information; if provenance matters to you, obtain the same documents from a trusted source or the official Apple docs. Never paste real API keys, account passwords, or private provisioning profiles into the skill's prompts; for any automated build or upload tasks, prefer tooling that runs in your controlled CI environment with scoped credentials.Like a lobster shell, security has layers — review code before you run it.
latest
iOS 开发与上架技能(中国)
快速使用
- 先确认:应用类型(个人/企业)、目标地区(中国区)、最低 iOS 版本、是否包含订阅/登录/UGC
- 若只要流程清单,输出“开发 → 构建 → 签名 → 上传 → 审核 → 发布”六步
- 需要细节时按需加载 references 中的对应文件
工作流程(建议输出结构)
- 需求与约束确认(Bundle ID、Team、最低 iOS、功能敏感项)
- 开发与构建准备(依赖管理、配置、版本号)
- 签名与归档(证书、Provisioning、Archive)
- 测试与验证(真机、崩溃、功能清单)
- App Store Connect 准备(元数据、截图、隐私政策)
- 提交审核与后续处理(审核备注、拒审处理、版本迭代)
参考资料加载指引
- 构建/签名/依赖与版本号 →
references/ios-development.md - App Store 上架流程(中国) →
references/app-store-release-cn.md - IAP/订阅配置与测试 →
references/iap-subscription.md - 隐私、ATS、安全与合规 →
references/privacy-security.md
输出约束
- 仅输出通用流程,不引用项目私有信息
- 避免提供真实密钥或账号,使用占位符
- 引用官方链接时优先 Apple Developer / App Store Review Guidelines
Comments
Loading comments...
