Claude Skill
adamlyttleapps/claude-skill-aso-appstore-screenshots
使用此Claude Skill自动化创建App Store截图。根据应用元数据生成本地化、带设备边框的视觉效果,助力ASO。支持多种屏幕尺寸。
概览
仓库信息
安装这个 Skill
pip install PillowRegistry 信息
pip install Pillownpm install -g @houtini/gemini-mcp
项目简介
一个Claude Skill,可自动生成用于ASO(应用商店优化)的App Store截图,利用AI根据应用元数据创建本地化、带设备边框的视觉效果。
要点
- 根据应用元数据自动生成截图
- 本地化文本与设备边框叠加
- 支持多种屏幕尺寸和方向
- 与Claude集成,支持自然语言提示
- 输出可直接上传的App Store素材
使用场景
- 为新应用发布快速生成App Store截图
- 为多种语言和地区本地化截图
- 为ASO活动中的A/B测试更新截图
- 生成带设备边框的营销素材视觉效果
- 为独立开发者简化应用商店素材创建流程
README 摘要
# ASO App Store Screenshots A Claude Code skill that generates high-converting App Store screenshots for your iOS app. It analyzes your codebase, identifies core benefits, and creates professional screenshot images using AI. ## What It Does 1. **Benefit Discovery** — Analyzes your app's codebase to identify the 3-5 core benefits that drive downloads 2. **Screenshot Pairing** — Reviews your simulator screenshots, rates them, and pairs each with the best benefit 3. **Generation** — Creates polished App Store screenshots using a two-stage process: deterministic scaffolding (compose.py) + AI enhancement (Nano Banana Pro via Gemini MCP) 4. **Showcase** — Generates a preview image with all screenshots side-by-side ## Installation ### 1. Add the skill to Claude Code ```bash claude install-skill github.com/adamlyttleapps/claude-skill-aso-appstore-screenshots ``` ### 2. Install Python dependencies ```bash pip install Pillow ``` ### 3. Font requirement The skill uses **SF Pro Display Black** for headline text. On macOS, install it from [Apple's developer fonts](https://developer.apple.com/fonts/). The expected path is: ``` /Library/Fonts/SF-Pro-Display-Black.otf ``` ### 4. Set up Gemini MCP (for AI enhancement) The generation phase requires [@houtini/gemini-mcp](https://www.npmjs.com/package/@houtini/gemini-mcp) to be configured as an MCP server in Claude Code: ```bash npm install -g @houtini/gemini-mcp ``` Then add it to your Claude Code MCP config (`~/.claude/settings.json` or project `.mcp.json`). ## Usage From within your app's project directory, run: ``` /aso-appstore-screenshots ``` The skill will guide you through each phase interactively. Progress is saved to Claude Code's memory system, so you can resume across conversations. ## How It Works ### Scaf
话题
暂无话题