wall-submit

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

37|12|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/exiao/skills --skill wall-submit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wall-submit
Source: https://github.com/exiao/skills/tree/main/app-store-connect/wall-submit
Command: npx skills add https://github.com/exiao/skills --skill wall-submit

SYSTEM DOCUMENTATION & REQUIREMENTS

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 consistency and reducing manual effort.

Core Features & Use Cases

  • Automated Submission: Integrates with the App-Store-Connect-CLI's make generate app command.
  • Data Consistency: Ensures entries in docs/wall-of-apps.json and README.md are synchronized.
  • Use Case: When you release a new app or update an existing one, use this skill to quickly add or modify its listing in the Wall of Apps repository without needing to manually edit JSON files or Markdown.

Quick Start

Use the wall-submit skill to add a new app named 'AwesomeApp' with link 'https://apps.apple.com/app/id1234567890' created by 'my-handle' for platforms 'iOS,macOS'.

Frequently Asked Questions about wall-submit

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

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

You submit an app to the Wall of Apps by providing the app name, link, creator handle, and platform labels. This skill automates the `make generate app` command to update the repository.

How do I automatically update wall-of-apps.json and README.md entries?

Automatically update wall-of-apps.json and README.md entries by running this skill. It synchronizes data across both files during the app submission process to ensure repository consistency without manual editing.

What information is required to add an app listing to the Wall of Apps repository?

Adding an app listing requires the app name, a direct link to the app, the creator handle, and platform labels. These fields are necessary inputs for the automated submission process.

Can I update an existing app entry in the Wall of Apps without manual JSON edits?

Yes, you can update an existing app entry without manual JSON edits. This skill modifies the existing records in the repository by executing the generation command with your updated app details.

Does this app submission tool work with macOS and iOS platform labels?

Yes, this app submission tool works with macOS and iOS platform labels. You specify the target platforms like iOS or macOS when providing the app details to ensure correct repository categorization.