/ 目錄 / 演練場 / claude-code-aso-skill
● 社群 wsbs20 ⚡ 即開即用

claude-code-aso-skill

作者 wsbs20 · wsbs20/claude-code-aso-skill

基於代理的 ASO 框架,專為 Claude Code 設計:一組子代理,負責規劃、執行、報告、待辦事項與執行摘要 — 以斜線指令驅動。

以多代理方式實現 App Store 最佳化。不採用單一龐大架構,而是啟動專責的 AEO 子代理——規劃者、執行者、報告者、待辦事項管理者、摘要生成者——由斜線指令觸發。每次自動化任務執行後產出結構化報告,並允許自訂行動清單。適合想要在單一介面同時處理 iOS 與 Android ASO、且沒有太多經驗的入門使用者。

為什麼要用

核心特性

即時演示

實際使用效果

claude-code-aso-skill-2.replay ▶ 就緒
0/0

安裝

選擇你的客戶端

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

開啟 Claude Desktop → Settings → Developer → Edit Config。儲存後重啟應用。

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

Cursor 使用與 Claude Desktop 相同的 mcpServers 格式。專案級設定優先於全域。

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

點擊 Cline 側欄中的 MCP Servers 圖示,然後選 "Edit Configuration"。

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

格式與 Claude Desktop 相同。重啟 Windsurf 生效。

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

Continue 使用伺服器物件陣列,而非映射。

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

加入 context_servers。Zed 儲存後熱重載。

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

一行命令搞定。用 claude mcp list 驗證,claude mcp remove 移除。

使用場景

實戰用法: claude-code-aso-skill

一道指令產生含待辦事項的 ASO 報告

👤 希望每週進行 ASO 健康檢查的獨立開發者 ⏱ ~20 min beginner

何時使用: 每隔一到兩週,想快速掌握應用程式上架狀況時。

前置條件
  • 已安裝技能 — git clone https://github.com/wsbs20/claude-code-aso-skill ~/.claude/skills/claude-code-aso-skill
步驟
  1. 執行斜線指令
    /aso-report my app: com.acme.habit — cover metadata, competitors, screenshots.✓ 已複製
    → 規劃代理啟動,接著執行,最後產出摘要
  2. 檢閱行動項目
    Show the action items; let me customize the list.✓ 已複製
    → 可編輯的清單;根據需求移除或提升優先順序

結果: 一份 5 分鐘內可讀完、附有排序後續步驟的報告。

注意事項
  • 把行動項目當作已完成,但其實只是建議 — 明確標記狀態;此技能會追蹤執行進度
搭配使用: aso-skill

iOS 與 Android 跨平台上架前 ASO 檢查

👤 同時在兩個平台上架的小型團隊 ⏱ ~90 min intermediate

何時使用: 雙平台上架前 2~3 週。

步驟
  1. 執行規劃代理
    /aso-plan launch for iOS + Android. Target markets: US, UK, DE.✓ 已複製
    → 依平台與市場分類的待確認清單
  2. 執行檢查
    /aso-execute — run the checks.✓ 已複製
    → 各平台報告,並標示出待補強的缺口

結果: 上架當天不再有任何遺漏需要追趕。

組合

與其他 MCP 搭配,撬動十倍槓桿

claude-code-aso-skill-2 + aso-skill

本技能負責報告與協調;aso-skill 負責實際提交至 App Store Connect

After /aso-report, hand the action items to aso-skill to actually submit metadata changes.✓ 已複製

工具

此 MCP 暴露的能力

工具輸入參數何時呼叫成本
/aso-plan app id + scope 任何 ASO 工作階段的起點 0
/aso-execute plan id 計畫核准後執行 0
/aso-report app id 工作階段結束時的快照 0

成本與限制

運行它的成本

API 配額
每次呼叫 Token 數
中等 — 多代理執行消耗的 token 數多於單次呼叫
費用
免費
提示
每週執行一次 /aso-report 即可,不需每天 — 各代理之間會有重疊

安全

權限、密鑰、影響範圍

憑證儲存: 本身不儲存任何憑證;如需實際 ASC 驗證,請搭配 aso-skill 使用
資料出站: 公開商店資料

故障排查

常見錯誤與修復

Agents produce contradictory suggestions

縮小計畫範圍;範圍過廣會導致代理間產生分歧

Reports feel generic

在規劃步驟中明確提供競爭對手清單與目標關鍵字

替代方案

claude-code-aso-skill 對比其他方案

替代方案何時用它替代權衡
aso-skill需要直接提交至 ASC,而不只是產出報告時較少的元規劃能力

更多

資源

📖 閱讀 GitHub 上的官方 README

🐙 查看未解決的 issue

🔍 瀏覽全部 400+ MCP 伺服器和 Skills