An automated workflow for deploying iOS applications to TestFlight and the App Store using the App Store Connect CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install asc-release-flow
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install asc-release-flow using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The asc-release-flow is a specialized toolset designed for developers using Openclaw Skills to manage the entire lifecycle of Apple app distribution. It provides high-level commands for publishing builds directly to TestFlight beta groups or submitting production releases to the App Store.
By leveraging this skill, AI agents can handle the complexities of build uploading, version attachment, and submission status monitoring without manual intervention in the App Store Connect web portal. It simplifies the developer experience by abstracting low-level API calls into actionable release workflows.
To use this within your Openclaw Skills environment, ensure the asc CLI is installed and configured.
# Authenticate with your Apple Developer account
asc auth login
# Alternatively, set required environment variables
export ASC_APP_ID="your_app_id"
The skill interacts with App Store Connect objects and produces structured output. By default, responses are in JSON format for agent consumption.
| Property | Description |
|---|---|
| APP_ID | The unique identifier for your app in App Store Connect. |
| BUILD_ID | The internal Apple identifier for a specific uploaded binary. |
| IPA_PATH | The local file path to the compiled .ipa file. |
| GROUP_ID | The identifier for TestFlight beta tester groups. |
| VERSION | The marketing version string (e.g., 1.0.0). |
Loading
Enable AI agents to accept Bitcoin Lightning payments, generate invoices, and handle microtransactions via natural language.

A robust command-line interface for Planning Center Services that streamlines church service planning and team scheduling through the Openclaw Skills framework.

A specialized markdown-first search engine API designed for AI agents to find, retrieve, and index web content as clean markdown.

A Python-based CLI tool to pull real-time training data, workout details, and performance metrics from TrainingPeaks using cookie-based authentication.

A command-line interface designed to fetch health, sleep, and activity metrics from the Oura Ring V2 API for AI agent consumption.

A streamlined integration for managing Beeminder commitment devices and habit tracking through direct REST API access.








































