ranahaani

Claude Playstore Screenshots Generator — AI skill for Claude Code

AI community

Claude Code skill — capture Android screenshots, extract brand colors, and generate Play Store assets (icon, feature graphic, screenshots) using Gemini Imagen, AI Studio, or Replicate.

How to install Claude Playstore Screenshots Generator

This entry records only its repository, not the path inside it, so there is no exact command to give. Open ranahaani/claude-playstore-screenshots-generator and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Playstore Screenshots Generator does

Claude Code skill — capture Android screenshots, extract brand colors, and generate Play Store assets (icon, feature graphic, screenshots) using Gemini Imagen, AI Studio, or Replicate.

Alternatives in AI

  • Cursor Tools — by eastlondoner - Creates a versatile AI command interface supporting multiple providers and models with flexi 4.7k ★
  • Peekaboo — Peekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, o 3.2k ★
  • Launch An AI Feature — Workflow recipe — take an AI/LLM feature from a probabilistic-aware PRD to a launch-ready model card by chaini 1.3k ★

README

claude-playstore-screenshots-generator

A Claude Code skill that automates the full **Google Play Store asset pipeline** for Android and Flutter apps.

Boot your emulator → capture real screenshots → extract brand colors → generate icon, feature graphic, and framed screenshots using AI — all in one command.

/play-store-forge

What it does

Step Action
1 Reads your app name, package ID, and brand colors from project files
2 Checks for a running Android emulator — boots one if needed
3 Captures screenshots from every key screen via adb
4 Extracts dominant brand colors from screenshots or theme files
5 Generates Play Store assets using AI image generation
6 Resizes and crops everything to exact Play Store specs

**Output ready for Play Console upload:**

  • icon_512.png — App icon (512×512)
  • feature_graphic_1024x500.jpg — Feature graphic (1024×500)
  • screenshot_01.jpg … screenshot_05.jpg — Phone screenshots

Requirements

  • Claude Code installed
  • adb in PATH (part of Android SDK platform-tools)
  • python3 with pip
  • A running Android emulator or connected device
  • One of the image generation providers below

Install

1. Add the skill to Claude Code

# Copy the skill to your Claude skills directory
cp -r . ~/.claude/skills/play-store-forge

2. Install Python dependencies

# Core (always needed)
pip install Pillow

# Pick your image generation provider:
pip install google-genai google-auth   # Vertex AI or AI Studio
pip install replicate requests         # Replicate

3. Set up credentials

cp .env.example .env
# Fill in your API key in .env

Image generation providers

Option A — Google Vertex AI (~$0.02/image) ⭐ Recommended

Best image quality. Needs a GCP project with Vertex AI enabled.

# 1. Create a service account key in GCP Console:
#    IAM & Admin → Service Accou