PLUGIN · CLAUDE CODE + CODEX CLI

AppMate
Autopilot for iOS app growth

Installs on both Claude Code and Codex CLI in two lines. Seven shared iOS growth skills; reports render in whatever language you're chatting in. Built on the official App Store Connect API + the public iTunes Search API — read-only by design, so AppMate physically can't write to your live App Store data.

  • Daily sales report
  • Daily ASO keyword report
  • One-tap ASO rewrite
  • One-tap feature ideas
  • One-tap competitor report
  • One-tap growth strategy
View source on GitHub
Public BETA · FreeRead-only · zero writesOpen on GitHubClaude Code + Codex CLI
INSTALL

Two steps — pick your CLI

Either Claude Code or Codex CLI works — both register the same set of 7 skills. Two steps per side: add the marketplace, wait for it to finish, then install the plugin.

Claude Codeprompt
STEP 1Add the marketplace
/plugin marketplace add fengyiqicoder/AppMate
STEP 2Install the plugin
/plugin install appmate@appmate-marketplace
Codex CLIprompt $
STEP 1Add the marketplace
$codex plugin marketplace add fengyiqicoder/appmate
STEP 2Install the plugin
$codex plugin install appmate
01

Get started in 3 steps

From install to your first daily report — under 5 minutes.

  1. 01

    Install on Claude Code or Codex CLI

    On Claude Code: /plugin marketplace add fengyiqicoder/AppMate + /plugin install appmate@appmate-marketplace. On Codex CLI: codex plugin marketplace add fengyiqicoder/appmate + codex plugin install appmate. Both register the same set of 7 skills (Codex has no slash commands — invoke via $skill-name or natural language).

  2. 02

    Install deps + run /appmate-setup

    In the plugin directory (Claude default ~/.claude/plugins/.../appmate/, Codex default ~/.codex/plugins/appmate/), run pip install -r requirements.txt, then /appmate-setup (Codex: $appmate-setup) walks you through the 4 App Store Connect credentials + runs a 4-point self-check (credentials / role probe / JWT / live ASC call), ~3 minutes total.

  3. 03

    Call any /appmate-* command, anytime

    /appmate-sales for a sales report, /appmate-aso-daily for keyword tracking, /appmate-aso-optimize <app> to rewrite ASO copy. App arg accepts App Store ID, bundle ID, SKU or fuzzy name. On Codex the equivalents are $sales-daily-report, $aso-daily-report, $aso-optimize <app>.

02

7 /appmate-* commands

6 day-to-day growth workflows + 1 one-time setup. Invoke via /appmate-* slash on Claude Code, or via $skill-name / natural language on Codex CLI. Reports render in whatever language you're chatting in (English / 中文 / 日本語 / Español…), while App Store metadata strings stay in the target App Store's locale.

01/appmate-setup≈ 3 min

One-time wiring of your 4 App Store Connect credentials. Finishes with a 4-point self-check (credentials complete / read-only role probe / JWT / ASC live call) — any write-capable role (Admin / Developer / Finance) is caught by the probe and refuses to start any workflow.

Input/appmate-setup
Outputconfig/credentials.txt written + 4-point self-check all green
02/appmate-sales≈ 30 s

Daily sales report — every live app, 5 time dimensions (yesterday / 7d / 30d / WTD / MTD). Auto-anchors to the most recent day Apple actually has data for.

Input/appmate-sales
Output5-dimension sales · downloads · subs · refunds, with anomaly notes
03/appmate-aso-optimize <app>≈ 2 min

Deep ASO rewrite. Paste-ready title (30 char) · subtitle (30 char) · keywords (100 char) via a 10-section methodology, with OLD vs NEW table and an add/drop checklist (pop / diff / rank columns).

Input/appmate-aso-optimize Sticky Note Pro
OutputNew title · subtitle · keywords + decision table + add/drop checklist
04/appmate-aso-daily≈ 1 min

Daily ASO keyword report — LLM-tokenizes your top-3 apps (by 30-day downloads), checks iTunes Top-200, filters to rank ≤ 20, diffs against yesterday's snapshot.

Input/appmate-aso-daily
OutputKeywords ranked ≤ 20 + today's diff + entries / drops
05/appmate-feature-ideas <app>≈ 1 min (+1 min on first-run chain)

Prioritized feature ideas from raw last-90-day reviews (LLM classifies complaint / suggestion / praise on its own) + the curated rival set from /appmate-competitors. First run for an app auto-chains /appmate-competitors — you get both reports out of one ask, then cached. Two sentences per idea (what + why), no scores shown.

Input/appmate-feature-ideas Sticky Note Pro
OutputPrioritized feature list, grounded in real reviews + competitor evidence
06/appmate-competitors <app>≈ 1 min

Find the top 5-10 rivals outranking your app on its own core keywords. Pure iTunes Search SERP overlap, hard-filtered by category + outrank density, with an LLM relevance pass on name + description.

Input/appmate-competitors Sticky Note Pro
OutputMarkdown rival report (in your conversation language) + stable data/competitors_<slug>.json for downstream skills
07/appmate-growth <app>≈ 1 min

Stage-diagnosed growth (cold start / early growth / plateau / decline), then 3–5 strategies — each with 4 executable steps + 1 measurement step.

Input/appmate-growth 1482080766
OutputStage diagnosis + 3–5 strategies, each with steps and KPI measurement
03

Data sources

Everything is grounded in real APIs and static references — never on model memory.

App Store Connect
Official API

Your sales / downloads / subs / refunds / reviews / builds, pulled live via ASC API — using your own 4 credentials.

iTunes Search
Public API · no key

Public SERP + category data. /appmate-aso-daily and /appmate-competitors use it for Top-200 per-keyword ranks.

4,510
Keyword reference

CN 2,417 + US 2,093 entries, each with pop (1–99) / diff (1–99) / apps_count. Ships with the plugin.

7 · 7 · 159
Commands / skills / tests

7 /appmate-* commands (Claude Code) + 7 shared skills (same SKILL.md files on both CLIs) + 15 Python scripts. pytest suite: 159 cases, < 0.5 s, all green.

Install it now

Two commands in Claude Code or Codex CLI. Public BETA — free.

Claude Codeprompt
STEP 1Add the marketplace
/plugin marketplace add fengyiqicoder/AppMate
STEP 2Install the plugin
/plugin install appmate@appmate-marketplace
Codex CLIprompt $
STEP 1Add the marketplace
$codex plugin marketplace add fengyiqicoder/appmate
STEP 2Install the plugin
$codex plugin install appmate
github.com/fengyiqicoder/AppMate ↗