asc-metadata-sync

Sync and validate App Store metadata with App Store Connect using asc CLI tool.

6|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/omega-bred/bluebubbles-chatgpt-agent --skill asc-metadata-sync-omega-bred
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-metadata-sync
Source: https://github.com/omega-bred/bluebubbles-chatgpt-agent/tree/main/.agents/skills/asc-metadata-sync
Command: npx skills add https://github.com/omega-bred/bluebubbles-chatgpt-agent --skill asc-metadata-sync-omega-bred

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires asc, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the synchronization, validation, and application of App Store metadata, streamlining the process of updating and maintaining App Store Connect information.

Core Features & Use Cases

  • Metadata Synchronization: Pulls and applies App Store metadata from App Store Connect.
  • Validation: Ensures metadata conforms to App Store guidelines before uploading.
  • Use Case: Ideal for developers who need to frequently update their app's metadata, including localizations, keywords, and descriptions.

Quick Start

Run the asc-metadata-sync skill to pull and validate App Store metadata for your app with the command: asc-metadata-sync pull validate --app "APP_ID" --version "1.2.3" --platform IOS.

Frequently Asked Questions about asc-metadata-sync

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

FAQPage Schema
How do I automate App Store Connect metadata synchronization for my app?

You can automate App Store metadata synchronization by running a command that pulls, edits, validates, and applies app-info and version localization fields directly through the App Store Connect API.

Can I validate App Store metadata before uploading it to App Store Connect?

Yes, you can validate App Store metadata before uploading by running a validation process that ensures your localizations, keywords, and descriptions conform to App Store guidelines before application.

Do I need the asc command-line tool to update app store localizations?

Yes, you need the asc command-line tool installed because the Skill requires it to interact with App Store Connect and handle the synchronization of your app's localization fields.

What is the best way to pull and update app store metadata for a specific iOS version?

The best way to pull and update app store metadata for a specific iOS version is to run a command specifying your App ID, version number, and platform to fetch and apply changes through App Store Connect.

Does metadata validation check both app-info and version localization fields?

Yes, metadata validation checks both app-info and version localization fields to ensure all updated descriptions and keywords conform to App Store guidelines before uploading.