add-app-clip

仓库创建 2026年1月15日最近提交 4 小时前SkillHot 收录 4 小时前
▸ 精选理由

对需发布轻量 iOS Clip 的移动/前端开发者提供实务性配置指导。

这个 Skill 做什么

在 Expo 应用中添加并配置 iOS App Clip 目标与关联文件(AASA 等)。

在 Expo 项目里添加一个 iOS App Clip target,并处理关联文件(比如 AASA/apple‑app‑site‑association)和启动配置,让用户能通过 URL 快速调起轻量级剪辑版应用。适合做短入口体验、智能横幅或把主应用以外的轻量功能单独发布的场景。实现会在项目里生成 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.

开发编程ExpoiOSApp Clip通用
4.4w
Stars
6.5k
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/skills/add-app-clip/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/agentic-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 公开信息 · 原文版权归作者所有