appstore-performance-intel

appstore-performance-intel is a skill for Claude Code from mgcrea/mcp-appstore-connect. It costs 264 tokens per session (6,793 once invoked), scanned A, original, MIT.

A reporting guide that reads App Store Connect data, Apple's app-publishing service, and maintains a markdown report of app performance.

In plain words
What is it for?
Use it to calculate and document sales, proceeds, impressions, product-page views, conversion, retention, deletions, and ratings over time.
Why use it?
It reduces errors when interpreting downloads, money, currencies, conversion rates, retention, deletions, and ratings.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_SKILL_DIR} variable.

Part of the appstore-toolkit plugin — 2 skills shipped together

Good fit Use it to calculate and document sales, proceeds, impressions, product-page views, conversion, retention, deletions, and ratings over time.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mgcrea/mcp-appstore-connect/appstore-performance-intel
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mgcrea/mcp-appstore-connect --skill appstore-performance-intel
Clone the repo
git clone --depth 1 https://github.com/mgcrea/mcp-appstore-connect

Made for: Claude Code.

Or install appstore-toolkit, the plugin that ships this one along with the rest of its 2 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for appstore-performance-intel

README.md
[![agentmods](https://agentmods.dev/badge/skills/mgcrea/mcp-appstore-connect/appstore-performance-intel/github.svg)](https://agentmods.dev/skills/mgcrea/mcp-appstore-connect/appstore-performance-intel)
Your own site
<a href="https://agentmods.dev/skills/mgcrea/mcp-appstore-connect/appstore-performance-intel"><img src="https://agentmods.dev/badge/skills/mgcrea/mcp-appstore-connect/appstore-performance-intel/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for appstore-performance-intel

Your own site · 80×15
<a href="https://agentmods.dev/skills/mgcrea/mcp-appstore-connect/appstore-performance-intel"><img src="https://agentmods.dev/badge/skills/mgcrea/mcp-appstore-connect/appstore-performance-intel.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 264 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,793 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00264 $0.06793
Opus 5 $0.00132 $0.03397
Sonnet 5 $0.00053 $0.01359
Haiku 4.5 $0.00026 $0.00679

Measured 2d ago against content hash 0e6511857678, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

appstore-performance-intel scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/report_stats.py, scripts/test_report_stats.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/appstore-toolkit/skills/appstore-performance-intel/SKILL.md · 541 lines

How it starts

The opening of the file, as written. The whole thing — 541 lines — stays where its author put it; the contents beside it link to each section on GitHub.

App Store performance intel

This answers one question with real data: what are the numbers doing, and why? It reads App Store Connect, does the arithmetic in a script rather than by eye, and maintains one living markdown report you can diff against last month's.

Every run has two deliverables, and neither substitutes for the other: the markdown file, and a summary of it in the conversation. A file path alone makes the user open a document to learn whether anything is wrong; a chat-only answer leaves nothing to diff next month. Step 6 specifies the summary — it is not a sign-off line, it is the report's findings rendered for someone who will not open the file.

The failure modes here are specific and they are why the skill exists. People quote a truncated report as a total. They sum a per-unit money column and understate revenue by a hundred times. They add euros to yen. They call a release-day flood of free updates a sales surge. They report a conversion rate without saying which two reports it came from. Every one of those produces a confident number that is simply wrong, and none of them is visible in the output. Run the numbers through the script, label every figure with its source, and spend your judgment on what the movement means.

A second failure mode is subtler: answering from the shape of the question. If the user says "downloads died", the answer is not sympathy and a plausible cause. It is a measurement that either confirms it or doesn't, and quite often doesn't.

What this skill does not do

It does not propose features, read competitors, or judge positioning. When the run surfaces something that needs a product decision, name it and hand off to app-market-intel, which has the ledger of what has already been proposed and rejected. Two skills inventing roadmap independently is how contradictory advice gets written.

Recommendations here are allowed, expected, and bounded: every one must trace to a number measured in this run. "Search impressions fell 28% while web referrals rose — the keyword set is worth re-checking" is in scope. "Add a widget" is not, no matter how good the idea.

Read the full file on GitHub · 541 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago Changed · +43 lines 0e6511857678
  2. 9d ago First seen · 498 lines · 264 tokens per session scan A 051a577f594d

Subscribe to this mod's changes

appstore-performance-intel is a skill published in the GitHub repository mgcrea/mcp-appstore-connect (1 stars, last pushed 2d ago), licensed MIT. It adds 264 tokens to every session and 6,793 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

orca-emulator-android

Android device and emulator control from inside Orca over adb, with the live device view in Orca's emulator pane. Use when driving an adb-connected emulator or phone on Windows, Linux, or macOS: booting AVDs, taps, swipes, typing, hardware buttons, rotation, app install and launch, runtime permissions, the…

stablyai/orca · 102 tokens

android-tombstone-symbolication

Symbolicate the .NET runtime frames in an Android tombstone file. Extracts BuildIds and PC offsets from the native backtrace, downloads debug symbols from the Microsoft symbol server, and runs llvm-symbolizer to produce function names with source file and line numbers. USE FOR triaging a .NET MAUI or Mono Android app…

dotnet/skills · 176 tokens

dogfood

Systematically explore and test a mobile app on iOS/Android with agent-device to find bugs, UX issues, and other problems. Use when asked to dogfood, QA, exploratory test, find issues, bug hunt, or test this app on mobile.

callstack/agent-device · 55 tokens

winapp-maui

Package and sign .NET MAUI Windows apps with winapp, resolving the resizetizer manifest dependency. Use when packaging or signing a .NET MAUI Windows app, building a MAUI MSIX or signed unpackaged build in CI, or fixing 'manifest contains unresolved placeholders ($placeholder$)' errors from winapp package.

microsoft/winappCli · 71 tokens

apple-search-ads

When the user wants to set up, optimize, or scale Apple Search Ads (ASA) campaigns — including keyword bidding, match types, campaign structure, Creative Product Sets, CPP routing, and ROAS optimization. Use when the user mentions "Apple Search Ads", "ASA", "Search Ads", "Search tab ads", "Today tab ads", "CPT"…

Eronred/aso-skills · 127 tokens

android-pentest

A guide for authorized security testing of Android apps, covering APK inspection, runtime testing, traffic capture, code review, and function hooking. An APK is the installable package used by an Android app.

Netw0rkNoob/VulnClaw · 32 tokens