Create professional App Store and Google Play screenshots with automatic sizing, device frames, marketing copy, and iterative visual learning.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add clawic/skills --skill screenshots --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Screenshots?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/clawic-screenshots)More formats (shields.io, HTML) on the badges page.
---
name: Screenshots
slug: screenshots
version: 1.0.1
description: Create professional App Store and Google Play screenshots with automatic sizing, device frames, marketing copy, and iterative visual learning.
homepage: https://clawic.com/skills/screenshots
changelog: Preferences now persist across skill updates
metadata:
clawdbot:
emoji: 📱
requires:
bins: []
os:
- linux
- darwin
- win32
displayName: Screenshots
---
## Quick Reference
| Context | File |
|---------|------|
| Store dimensions and specs | `specs.md` |
| Marketing text overlays | `text-style.md` |
| Visual templates by category | `templates.md` |
| Full creation workflow | `workflow.md` |
| Learning from feedback | `feedback.md` |
## Memory Storage
User preferences stored at `~/Clawic/data/screenshots/memory.md`. Read on activation.
**Format:**
```markdown
# Screenshots Memory
## Style Preferences
- style: dominant-color | gradient | minimal | dark | light
- fonts: preferred headline fonts
- frames: with-frame | frameless | floating
- tone: punchy | descriptive | minimal
## Learned Patterns
- templates that converted well
- font/size combinations that worked
```
Create folder on first use: `mkdir -p ~/screenshots`
## Workspace Structure
```
~/Clawic/data/screenshots/
├── memory.md # Style preferences (persistent)
├── {app-slug}/
│ ├── config.md # Brand: colors, fonts, style
│ ├── raw/ # Raw simulator/device captures
│ ├── v1/, v2/ # Version exports
│ └── latest -> v2/ # Symlink to current
└── templates/ # Reusable visual templates
```
## Core Workflow
1. **Intake** — Get raw screenshots + app icon + brand colors
2. **Size** — Generate all required dimensions per `specs.md`
3. **Style** — Apply backgrounds, device frames, text overlays
4. **Review** — Use vision to verify quality before sending
5. **Iterate** — Adjust based on user feedback
6. **Export** — Organize by store/device/language
## Quality Checklist
Use vision model to verify EVERY screenshot set:
- [ ] Text readable at thumbnail size?
- [ ] No text in unsafe zones (corners, notch area)?
- [ ] Consistent style across all screenshots?
- [ ] Device frames match the target size?
- [ ] Colors harmonious with app branding?
**If ANY check fails** → fix before presenting to user.
## Versioning Rules
- **Never overwrite** — each batch goes in `v{n}/`
- **Symlink `latest`** to current approved version
- **config.md** stores brand decisions for regeneration
- **Compare versions** when user says "go back to the old style"
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!