/ 目录 / 演练场 / aso-skill
● 社区 furkancingoz ⚡ 即开即用

aso-skill

作者 furkancingoz · furkancingoz/aso-skill

End-to-end App Store Optimization from Claude Code: metadata + competitor analysis + screenshots + direct App Store Connect submission via JWT.

Six commands covering ASO lifecycle: metadata generation with character validation, competitor analysis via iTunes API, AI-generated screenshots (Gemini MCP), App Store Connect API submission (JWT), version management, and auto-generated legal (privacy, terms). Eliminates web interface clicking for iOS submissions.

为什么要用

核心特性

实时演示

实际使用效果

aso-skill.replay ▶ 就绪
0/0

安装

选择你的客户端

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "aso-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/furkancingoz/aso-skill",
        "~/.claude/skills/aso-skill"
      ],
      "_inferred": true
    }
  }
}

打开 Claude Desktop → Settings → Developer → Edit Config。保存后重启应用。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "aso-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/furkancingoz/aso-skill",
        "~/.claude/skills/aso-skill"
      ],
      "_inferred": true
    }
  }
}

Cursor 使用与 Claude Desktop 相同的 mcpServers 格式。项目级配置优先于全局。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "aso-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/furkancingoz/aso-skill",
        "~/.claude/skills/aso-skill"
      ],
      "_inferred": true
    }
  }
}

点击 Cline 侧栏中的 MCP Servers 图标,然后选 "Edit Configuration"。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "aso-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/furkancingoz/aso-skill",
        "~/.claude/skills/aso-skill"
      ],
      "_inferred": true
    }
  }
}

格式与 Claude Desktop 相同。重启 Windsurf 生效。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "aso-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/furkancingoz/aso-skill",
        "~/.claude/skills/aso-skill"
      ]
    }
  ]
}

Continue 使用服务器对象数组,而非映射。

~/.config/zed/settings.json
{
  "context_servers": {
    "aso-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/furkancingoz/aso-skill",
          "~/.claude/skills/aso-skill"
        ]
      }
    }
  }
}

加入 context_servers。Zed 保存后热重载。

claude mcp add aso-skill -- git clone https://github.com/furkancingoz/aso-skill ~/.claude/skills/aso-skill

一行命令搞定。用 claude mcp list 验证,claude mcp remove 卸载。

使用场景

实战用法: aso-skill

Optimize an existing App Store listing in one session

👤 Indie iOS devs whose install rate stalled ⏱ ~60 min intermediate

何时使用: Conversion rate on your product page is flat and you want a data-driven refresh.

前置条件
  • App Store Connect API key (JWT) — App Store Connect -> Users and Access -> Integrations -> create key; download .p8
  • Skill installed — git clone https://github.com/furkancingoz/aso-skill ~/.claude/skills/aso-skill
步骤
  1. Run competitor analysis
    Use aso-skill to pull the top 10 competitors for 'habit tracker' in the US store. Compare their subtitles and keywords.✓ 已复制
    → Comparison table with frequency-weighted keyword clusters
  2. Generate optimized metadata
    Now generate a new title, subtitle, keyword list, and promotional text for my app. Validate character limits.✓ 已复制
    → Fields under limit, ranked by estimated impact
  3. Submit via ASC API
    Push the new metadata to App Store Connect as a new version pending submission.✓ 已复制
    → Version draft created; ready for manual review

结果: A refreshed listing with a data-grounded story, submitted without clicking through ASC.

注意事项
  • Keyword stuffing beyond the 100-char field — Skill validates, but double-check — stuffing kills relevance
搭配使用: github

Submit a brand-new iOS app end-to-end

👤 Solo devs shipping for the first time ⏱ ~180 min advanced

何时使用: You have an IPA ready and want everything else automated.

前置条件
  • IPA uploaded to App Store Connect — xcode or Transporter
步骤
  1. Generate metadata + legal
    Generate metadata and auto-draft privacy policy + terms for a meditation app targeting EN/DE/FR.✓ 已复制
    → Localized metadata + hosted legal URLs
  2. Generate screenshots
    Use aso-skill + Gemini MCP to generate 5 App Store screenshots per locale matching the app's visual identity.✓ 已复制
    → PNG set at correct resolutions
  3. Submit for review
    Attach the build, upload screenshots, submit for review with a phased 7-day rollout.✓ 已复制
    → Version status: Waiting For Review

结果: App in review without opening ASC manually.

注意事项
  • Screenshot text violates store guidelines — Ask the skill to keep screenshot text minimal and within safe areas

Quarterly keyword refresh based on competitor drift

👤 Growth marketers on live apps ⏱ ~30 min intermediate

何时使用: Every quarter or when competitors shift their keyword strategy.

步骤
  1. Diff keyword sets vs last quarter
    Compare this quarter's competitor keyword cluster against last quarter's. What's new?✓ 已复制
    → Added / dropped keywords
  2. Propose updates
    Propose a keyword update — keep my wins, capture 2–3 new opportunities.✓ 已复制
    → Revised 100-char keyword field

结果: Live keyword edit that reflects reality, not 6-month-old research.

组合

与其他 MCP 搭配,撬动十倍杠杆

Use the other ASO skill's reporting layer over this one's execution layer

After aso-skill submits, use claude-code-aso-skill reporting to summarize the changes.✓ 已复制
aso-skill + github

Commit the metadata and screenshots to repo for version control

Write metadata to fastlane/metadata and commit with the version tag.✓ 已复制

工具

此 MCP 暴露的能力

工具输入参数何时调用成本
competitor_analysis search term, country Research phase 0 (iTunes API free)
generate_metadata app profile, target keywords Drafting 0
generate_screenshots app identity, device sizes Asset prep Gemini MCP quota
generate_legal app profile, jurisdictions Before submission 0
asc_submit version, metadata, screenshots, build Final submission ASC API calls

成本与限制

运行它的成本

API 配额
iTunes Search API: free, lightly rate-limited. App Store Connect: per-account quota.
每次调用 Token 数
Large for screenshot generation; moderate otherwise
费用
Free skill; Gemini usage is separate
提示
Cache competitor data locally for a quarter — it doesn't change hourly

安全

权限、密钥、影响范围

最小权限: App Store Connect: App Manager on one app (prefer) over admin
凭据存储: JWT .p8 key stored locally; reference via path in env, never check into git
数据出站: iTunes API (public), Apple ASC API, Gemini MCP if screenshots enabled
切勿授予: Account Holder role to the key used by the skill

故障排查

常见错误与修复

ASC 401

JWT expired (max 20min) — regenerate; check issuer id and key id are correct

验证: curl with the JWT against https://api.appstoreconnect.apple.com/v1/apps
Metadata field rejected for character limit

Skill validation missed localization — validate per-locale

Screenshots wrong resolution

Specify device list explicitly; Apple's required sizes change

替代方案

aso-skill 对比其他方案

替代方案何时用它替代权衡
claude-code-aso-skillYou want the agent-based ASO reporting frameworkLess direct ASC integration
Fastlane deliverYou already have a Fastlane pipelineNo AI metadata drafting

更多

资源

📖 阅读 GitHub 上的官方 README

🐙 查看未解决的 issue

🔍 浏览全部 400+ MCP 服务器和 Skills