Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
truongduy2611 avatar

Appshots Cli Usage

  • 7 installs
  • 1 repo stars
  • Updated March 19, 2026
  • truongduy2611/app-screenshots-cli-skills

Helps with ai & agent building tasks.

About

appshots-cli-usage is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • appshots-cli-usage
  • AI & Agent Building
  • AI-coding skill

Appshots Cli Usage by the numbers

  • 7 all-time installs (skills.sh)
  • Ranked #12,545 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/truongduy2611/app-screenshots-cli-skills --skill appshots-cli-usage

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs7
repo stars1
Last updatedMarch 19, 2026
Repositorytruongduy2611/app-screenshots-cli-skills

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

appshots CLI Usage

Controls the running App Screenshots desktop app via HTTP commands on localhost.

Prerequisites

  • The App Screenshots desktop app must be running
  • Install CLI: dart pub global activate --source path packages/app_screenshots_cli
  • Port auto-discovered from ~/.config/app-screenshots/server.port

Connection

# Check the app is running and server is available
appshots status

JSON Mode

All commands support --json for machine-readable output — essential for AI agents and scripted workflows:

appshots --json editor state
appshots --json translate get-texts
appshots --json library list
appshots --json editor list-overlays

Command Groups

GroupCountDescription
editor42Canvas, backgrounds, device frames, overlays, export
multi11Multi-screenshot editor (max 10 slots)
translate10AI translation, per-locale overrides, locale images
library10Saved designs, folders, import/export .appshots
preset2Browse & apply design presets
status1Connection check

Quick Reference

# Status & state
appshots status                        # Check connection
appshots editor state                  # Current design state
appshots multi state                   # Multi-editor state
appshots translate state               # Translation state

# Browse resources
appshots editor list-devices           # Available device frames
appshots editor list-fonts --query ""  # Google Fonts (browsable)
appshots editor list-icons --query ""  # Material & SF Symbols
appshots preset list                   # Available presets
appshots library list                  # Saved designs

API Response Format

All responses return JSON:

{"ok": true, "data": { ... }}
{"ok": false, "error": "Error message"}

Display Types

IDDescriptionResolutionRequired (2025)
APP_IPHONE_69iPhone 6.9" (Pro Max)1320 × 2868✅ Mandatory
APP_IPHONE_67iPhone 6.7" (Pro Max)1290 × 2796Auto-scaled
APP_IPHONE_65iPhone 6.5"1284 × 2778Auto-scaled
APP_IPHONE_55iPhone 5.5"1242 × 2208Auto-scaled
APP_IPAD_PRO_M4_13iPad Pro M4 13"2064 × 2752✅ Mandatory
APP_IPAD_PRO_6G_129iPad Pro 12.9"2048 × 2732Auto-scaled
APP_MACMac App Store2880 × 1800Optional
Tip: For 2025, design at 6.9" iPhone + 13" iPad as your base — Apple auto-scales to smaller sizes.

File Format

  • Export as PNG (recommended for sharp text and fine UI details)
  • JPEG also accepted
  • Must be RGB color space, no transparency, flattened

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.