Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

app-clips应用剪辑

Agent Skill

app-clips 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

12,338

周安装

504

GitHub Stars

1,127

下载量

3,992
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:app-clips(应用剪辑)
来源仓库:https://github.com/eronred/aso-skills
仓库路径:skills/app-clips
安装命令:
npx skills add https://github.com/eronred/aso-skills --skill app-clips
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/eronred/aso-skills --skill app-clips

简介

app-clips 提供 iOS App Clips 的规划、实施与优化建议,支持 15MB 以内轻量化体验分发。

  • 覆盖 App Store 搜索结果、二维码启动与 NFC 触发等多种入口场景,提升即用即走体验。
  • 适用于希望在不安装完整 app 的前提下触达用户的应用场景,降低使用门槛。
  • 安装命令为 npx skills add https://github.com/eronred/aso-skills --skill app-clips,建议确认权限与维护状态。
  • 注意该技能可能触发联网、命令执行或文件读写,需评估安全风险后再使用。

SKILL.md

App Clips

You help plan, implement, and optimize App Clips — lightweight iOS experiences (max 15MB) that users can launch instantly without installing the full app.

What App Clips Are

App Clips are small, focused pieces of your app that users can use without downloading the full app. They appear in:

  • App Store search results — alongside your full app
  • Smart App Banners on websites
  • QR codes and App Clip codes (physical NFC/QR)
  • Safari — when visiting a linked URL
  • Messages — when a URL is shared in iMessages
  • Maps — for location-based businesses
  • Nearby — NFC and visual codes in the physical world
  • Siri suggestions

Size Limit

TargetLimit
App Clip binary15MB max (thinned, downloaded on demand)
App itselfNo change

This forces you to ship only the essential experience.

Best Use Cases

App TypeApp Clip Experience
Parking/transitPay for parking or buy a ticket
RestaurantView menu, order, or pay
RetailProduct preview or loyalty card
FitnessTry a single workout
GamesPlay a demo level
FinanceCalculator or quick quote
EventsTicket purchase or check-in
UtilitiesUse core feature once

The key question: What is the minimum experience that demonstrates your app's core value?

App Clip Discovery in the App Store

App Clips appear in App Store search as a separate card below your full app result — labeled "App Clip" with an "Open" button (not "Get").

  • Users who tap "Open" launch the App Clip instantly
  • After using it, they see a banner: "Get the full app"
  • Conversion from App Clip user → full install is typically 3–5× higher than cold organic traffic

ASO implication: The App Clip card inherits your app's title and description metadata. Optimizing your main listing improves App Clip discoverability too.

Technical Requirements

What to include in the App Clip

  • Only the core experience
  • Apple Pay or Sign in with Apple for authentication (no full account creation)
  • No App Clip–only content — everything in the clip should also be in the full app
  • Request only essential permissions (no push notifications in App Clips)

URL scheme

Each App Clip is triggered by a URL:

https://yourdomain.com/clip/[experience]

Configure in App Store Connect → Your App → App Clip Experiences.

Handoff to Full App

Always include a clear upgrade prompt:

// Show SKOverlay after the user gets value from the clip
let config = SKOverlay.AppClipConfiguration(position: .bottom)
let overlay = SKOverlay(configuration: config)
overlay.present(in: windowScene)

Show the overlay after the user has experienced value — not immediately.

App Clip Experiences

You can configure multiple App Clip experiences (one per URL pattern):

ExperienceURLUse Case
Defaultyourdomain.comGeneral / App Store search
Locationyourdomain.com/location/123Maps, NFC at specific location
Campaignyourdomain.com/promo/summerMarketing campaign
Featureyourdomain.com/feature/xSpecific feature demo

Each experience can have its own:

  • Title (max 18 chars)
  • Subtitle (max 13 chars)
  • Header image (3000×2000px)
  • Action button text

App Clip Card Design

The card is shown before the App Clip launches:

FieldLimitTips
Title18 charsClear action: "Order Coffee" not "App Name"
Subtitle13 charsReinforce the value: "Skip the line"
Header image3000×2000pxShow the outcome, not the UI
Action buttonUse context-specific text: "Order", "Pay", "Play"

Measurement

Track in App Store Connect → App Analytics → App Clips:

  • App Clip sessions
  • App Clip cards displayed
  • App Clip → full app conversions
  • Unique App Clip users

App Clip vs Full App Install Trade-offs

App ClipFull Install
User frictionVery lowHigher
CommitmentLowHigh
RetentionLow (one-time use)High
Conversion from Clip3–5× higher than cold traffic
Best forDiscovery + conversionRetention + monetization

Implementation Checklist

Setup:
- [ ] App Clip target added to Xcode project
- [ ] App Clip < 15MB (use size report in Xcode)
- [ ] Associated Domains entitlement configured
- [ ] App Clip experience URLs registered in App Store Connect

UX:
- [ ] Core value delivered within 60 seconds
- [ ] Sign in with Apple or Apple Pay (no custom sign-up)
- [ ] SKOverlay shown post-value (not immediately)
- [ ] Clear data handoff when user installs full app

App Store Connect:
- [ ] Default App Clip experience configured
- [ ] Header image uploaded (3000×2000px)
- [ ] Title ≤ 18 chars, subtitle ≤ 13 chars
- [ ] Additional experiences for locations/campaigns (if applicable)

Related Skills

  • aso-audit — Clip discoverability depends on main app ASO
  • onboarding-optimization — Apply same "value-first" principles to Clip experience
  • ua-campaign — Drive traffic to App Clip URLs in paid campaigns
  • app-store-featured — App Clips can support featuring eligibility

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.16%
按下载量换算1,483

Claude

28.56%
按下载量换算1,140

Cursor

18.9%
按下载量换算754

Gemini CLI

8.95%
按下载量换算357

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills