add-app-clip

Automate iOS App Clip setup in Expo apps with AASA and TestFlight.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/KOU050223/animeishi --skill add-app-clip-kou050223
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-app-clip
Source: https://github.com/KOU050223/animeishi/tree/main/.agents/skills/add-app-clip
Command: npx skills add https://github.com/KOU050223/animeishi --skill add-app-clip-kou050223

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires expo-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of adding an iOS App Clip to an Expo app, handling AASA, associated domains, and TestFlight setup.

Core Features & Use Cases

  • App Clip Creation: Automates the creation of an iOS App Clip target within an Expo app.
  • AASA Configuration: Manages the Apple App Site Association (AASA) file for App Clip invocation.
  • TestFlight Setup: Integrates with TestFlight for App Clip submission and verification.
  • Use Case: For developers looking to enhance their Expo app with an App Clip feature, this Skill automates the complex steps involved in setting up and deploying the App Clip.

Quick Start

Use the add-app-clip skill to add an iOS App Clip to your Expo app by running the command 'bun create target clip'.

Frequently Asked Questions about add-app-clip

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add an iOS App Clip to my Expo app?

To add an iOS App Clip to an Expo app, you need to configure the AASA file, set up associated domains, and integrate TestFlight. This process automates App Clip target creation and deployment for lightweight, URL-invoked experiences.

What is an AASA file and why is it needed for App Clips?

An AASA file, or Apple App Site Association file, is needed to manage URL-invoked App Clip experiences. It configures the associated domains required for iOS to verify and launch your App Clip from a web link.

Can I use Expo CLI to set up App Clips for TestFlight?

Yes, you can use Expo CLI to set up App Clips for TestFlight. The setup integrates with TestFlight specifically for App Clip submission and verification, requiring an associated Apple Developer account.

Do I need an Apple Developer account to deploy an App Clip in Expo?

Yes, an Apple Developer account is required to deploy an App Clip in Expo. The setup process handles TestFlight integration and associated domains, which both necessitate active Apple Developer credentials for verification and submission.

Does this App Clip setup work without ejecting from Expo?

The setup uses Expo CLI to automate App Clip target creation and AASA configuration directly within your Expo project. It streamlines adding lightweight, URL-invoked App Clips without manual native iOS configuration steps.