asc-wall-submit

Submit or update app entries in the App-Store-Connect-CLI Wall of Apps.

32|10|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/moasq/nanowave --skill asc-wall-submit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-wall-submit
Source: https://github.com/moasq/nanowave/tree/main/internal/orchestration/skills/features/asc-wall-submit
Command: npx skills add https://github.com/moasq/nanowave --skill asc-wall-submit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of submitting or updating app entries in the App-Store-Connect-CLI's "Wall of Apps," ensuring consistent and automated updates without manual intervention.

Core Features & Use Cases

  • Automated Submission: Adds or updates app details in docs/wall-of-apps.json.
  • README Integration: Automatically regenerates the Wall of Apps snippet in README.md.
  • Use Case: When you release a new version of your app or want to add it to the Wall of Apps for the first time, this Skill handles the generation and PR creation process.

Quick Start

Use the asc-wall-submit skill to add your app named "MyApp" with link "https://apps.apple.com/app/id1234567890" created by "your-handle" for platforms "iOS,macOS".

Frequently Asked Questions about asc-wall-submit

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

FAQPage Schema
How do I submit my app to the App Store Connect CLI Wall of Apps?

To submit your app to the App Store Connect CLI Wall of Apps, use this Skill to provide your app name, URL, creator handle, and platform details. It automatically handles the JSON entry, README regeneration, and pull request workflow.

Can I update an existing app entry in the Wall of Apps?

Yes, you can update an existing app entry in the Wall of Apps. The workflow detects existing entries and updates the app name, URL, creator, and platform details, then regenerates the JSON and README snippets accurately.

What information do I need to add an app to the Wall of Apps?

To add an app to the Wall of Apps, you need the app name, the App Store URL, your creator handle, and the target platforms like iOS or macOS. This information is required for the automated submission and PR process.

Does the Wall of Apps submission process automatically update the README file?

Yes, the Wall of Apps submission process automatically updates the README file. It uses predefined make commands to ensure the Wall of Apps snippet in README.md is accurately regenerated alongside the wall-of-apps.json data.

What's the best way to automate adding apps to the Wall of Apps without manual file edits?

The best way to automate adding apps to the Wall of Apps without manual file edits is using a predefined generation and pull request workflow. This approach handles JSON updates, README integration, and PR creation seamlessly.

Why should I use an automated workflow for the Wall of Apps instead of editing JSON directly?

You should use an automated workflow for the Wall of Apps to ensure consistent updates and accurate JSON and README regeneration via make commands. It eliminates manual intervention and prevents formatting errors across multiple files.