add-app-clip
仓库创建 2026年1月15日最近提交 23 天前SkillHot 收录 22 天前
▸ 精选理由
自动化完成 App Clip 集成与 AASA 设置,减少手工错误。
这个 Skill 做什么
在 Expo 应用中添加 iOS App Clip 目标并处理相关配置。
在 Expo 项目里添加 iOS App Clip 目标并处理相关站点关联和配置,让你把轻量版功能通过 URL 快速调用。当需要发布 App Clip、配置 AASA(apple-app-site-association)或实现 smart app banner 时会用到。它会生成目标目录(如 targets/clip/)、设置必要权限和关联文件,省去手动修改原生工程的麻烦。
▸ 展开 SKILL.md 英文原文
Add an iOS App Clip target to an Expo app. Use when the user mentions App Clip, AASA, apple-app-site-association, appclips, smart app banner, or wants to ship a lightweight iOS Clip invoked from a URL alongside their parent app.
4.2w
Stars
6.8k
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/add-app-clip/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/add-app-clip/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Add an App Clip to an Expo App ## When to Use Use this skill when you need add an iOS App Clip target to an Expo app. Use when the user mentions App Clip, AASA, apple-app-site-association, appclips, smart app banner, or wants to ship a lightweight iOS Clip invoked from a URL alongside their parent app. Adds an iOS App Clip target to an Expo project. The Clip lives in `targets/clip/`, ships alongside the parent app, and is invoked from a URL on the app's domain via an Apple App Site Association (AASA) file. The parent app's bundle ID becomes `com.<username>.<app-name>` and the Clip's is automatically derived as `<parent>.clip` (e.g. `com.bacon.may20.clip`). ## 1. Set `bundleIdentifier`
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有