Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

asc-app-shots-promptasc 应用程序拍摄提示

Agent Skill

用于辅助提示词、系统指令、Agent 行为约束和工作流模板的整理。它适合让 Agent 规范任务边界、统一输出格式、拆分操作步骤或优化提示词可复用性。使用时需要保留真实业务约束,不要把示例当硬规则;涉及自动执行、外部工具或高风险操作时,应在提示词中明确确认步骤、权限边界和失败处理方式。

总安装

196

周安装

8

GitHub Stars

公开资料未说明

下载量

63
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:asc-app-shots-prompt(asc 应用程序拍摄提示)
来源仓库:https://github.com/tddworks/asc-cli-skills
仓库路径:skills/asc-app-shots-prompt
安装命令:
npx skills add https://github.com/tddworks/asc-cli-skills --skill asc-app-shots-prompt
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/tddworks/asc-cli-skills --skill asc-app-shots-prompt

简介

用于生成 App Store 营销截图的专业提示词,提升截图质量。

  • 适合需要精确 UI 元素、颜色和文案的营销场景。
  • 分析截图后输出定制提示词和运行命令,需保留业务约束。
  • 安装前确认权限范围和维护状态,避免自动执行风险。
  • asc-app-shots-prompt 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

App Shots Prompt Generator

You analyze an app screenshot and generate a detailed, optimized prompt for asc app-shots generate --prompt "..." that produces professional App Store marketing screenshots.

The generic default prompt in asc app-shots generate works OK, but a custom prompt that names exact UI panels, exact headline text, exact colors produces dramatically better results because Gemini has specific instructions instead of having to guess.

How it works

  1. Read the user's screenshot image
  2. Analyze what's on screen
  3. Generate a prompt with 6 specific components
  4. Output a ready-to-run command

Step 1 — Read the screenshot

Ask the user for their screenshot path, or if they've already provided one, read it immediately with the Read tool. Study the image carefully.

Step 2 — Analyze the image

Extract these details from the screenshot:

App identity:

  • What kind of app is this? (weather, fitness, finance, social, etc.)
  • What's the app name if visible?
  • Who's the target audience?

Visual elements:

  • What's the dominant color scheme? (dark/light mode, accent colors)
  • What UI components are visible? (lists, charts, cards, maps, buttons)
  • What data or content is shown? (specific text, numbers, labels)

Breakout candidate:

  • Which single UI panel or card is the most visually compelling?
  • It must be a complete section (not a single button or icon)
  • It should relate to the app's core value proposition

Marketing angle:

  • What's the #1 benefit a user gets from this app?
  • What action verb best captures it? (TRACK, FIND, CREATE, MANAGE, BOOST, etc.)
  • What makes this screenshot compelling at thumbnail size?

Step 3 — Generate the prompt

Build a prompt following this exact structure. Every field must be specific to THIS screenshot — no generic placeholders.

This is an App Store marketing screenshot for a [APP TYPE] app. The app shows [SPECIFIC CONTENT VISIBLE ON SCREEN].

KEEP EXACTLY:
- The iPhone device frame and the app content on screen
- The overall composition (headline text at top, phone below)

IMPROVE:
- Replace the headline text with "[ACTION VERB] [BENEFIT]" in large bold white uppercase text
- Replace the subtitle with "[6-10 word supporting statement]" in smaller white italic text
- Make the device frame photorealistic — sleek iPhone 15 Pro with reflections and subtle shadows
- Make the "[EXACT PANEL NAME]" [panel/card/section] break out from the device frame — scale it up so it extends beyond both edges of the phone, with a soft drop shadow, floating in front
- Use a clean [dark/light] gradient background ([COLOR 1] to [COLOR 2]) that complements the [dark/light] app UI
- Add a small [CONTEXTUAL BADGE — e.g. a stat, rating, or label] floating near the top-right as a supporting element
- Professional App Store agency quality, crisp text, no watermarks

Component guidelines

Headline (ACTION VERB + BENEFIT):

  • 2-4 words, ALL CAPS
  • Start with a strong action verb: TRACK, FIND, CREATE, MANAGE, BOOST, DISCOVER, BUILD, PLAN, MONITOR, ORGANIZE
  • The benefit should be specific: "TRACK CARD PRICES" not "MANAGE STUFF"
  • Should make someone stop scrolling

Subtitle:

  • 6-10 words, sentence case, italic
  • Expands on the headline with a supporting benefit
  • Examples: "Professional-grade forecasts at your fingertips", "Every card's value, updated in real-time"

Breakout element:

  • Name the EXACT UI panel visible on screen (e.g. "Forecast Model Runs toggle panel", "Portfolio Summary card", "Recent Transactions list")
  • Must be a complete card/section, not a single button or icon
  • If no panel clearly reinforces the headline, write "No breakout — the app screen speaks for itself"

Background:

  • Dark apps → dark gradient (deep navy #0A1628 to black #000000, or deep purple #1A0A2E to black)
  • Light apps → light gradient (soft blue #E8F4FD to white, or warm cream #FFF8F0 to white)
  • The gradient should complement, not clash with, the app's color scheme

Supporting element:

  • A small contextual badge that reinforces value
  • Examples: "4.9★" rating, "69°F" temperature, "$1,234" portfolio value, "12 new" notification count
  • Must be relevant to what's actually shown on screen

Step 4 — Output the command

Present the prompt to the user, then output the ready-to-run command:

asc app-shots generate \
  --file <screenshot-path> \
  --prompt '<the generated prompt>' \
  --device-type APP_IPHONE_67 \
  --output-dir .asc/app-shots/output

Also suggest a style reference variation if the user has a reference screenshot:

asc app-shots generate \
  --file <screenshot-path> \
  --style-reference <reference-path> \
  --device-type APP_IPHONE_67 \
  --output-dir .asc/app-shots/output

Use --device-type to resize output to exact App Store dimensions. Common types:

  • APP_IPHONE_69 (1320×2868) — iPhone 6.9"
  • APP_IPHONE_67 (1290×2796) — iPhone 6.7"
  • APP_IPAD_PRO_129 (2048×2732) — iPad 13"

Examples

Weather app input

Screenshot shows: San Francisco weather with temperature charts, wind speed, precipitation data, "Forecast Model Runs" toggle.

Generated prompt:

This is an App Store marketing screenshot for a weather forecasting app. The app shows detailed weather data for San Francisco including temperature charts, wind speed, precipitation, and forecast model runs.

KEEP EXACTLY:
- The iPhone device frame and the app content on screen
- The overall composition (headline text at top, phone below)

IMPROVE:
- Replace the headline text with "TRACK WEATHER IN DETAIL" in large bold white uppercase text
- Replace the subtitle with "Professional-grade forecasts at your fingertips" in smaller white italic text
- Make the device frame photorealistic — sleek iPhone 15 Pro with reflections and subtle shadows
- Make the "Forecast Model Runs" toggle panel break out from the device frame — scale it up so it extends beyond both edges of the phone, with a soft drop shadow, floating in front
- Use a clean dark gradient background (deep navy to black) that complements the dark weather UI
- Add a small temperature badge "69°F" floating near the top-right as a supporting element
- Professional App Store agency quality, crisp text, no watermarks

Finance app input

Screenshot shows: stock portfolio with holdings list, pie chart allocation, total value $45,230.

Generated prompt:

This is an App Store marketing screenshot for an investment portfolio tracker. The app shows a stock portfolio with holdings breakdown, pie chart asset allocation, and total portfolio value.

KEEP EXACTLY:
- The iPhone device frame and the app content on screen
- The overall composition (headline text at top, phone below)

IMPROVE:
- Replace the headline text with "GROW YOUR WEALTH" in large bold white uppercase text
- Replace the subtitle with "Track every investment in real-time" in smaller white italic text
- Make the device frame photorealistic — sleek iPhone 15 Pro with reflections and subtle shadows
- Make the "Asset Allocation" pie chart card break out from the device frame — scale it up so it extends beyond both edges of the phone, with a soft drop shadow, floating in front
- Use a clean dark gradient background (deep emerald #0A2818 to black) that complements the finance UI
- Add a small portfolio value badge "$45,230" floating near the top-right as a supporting element
- Professional App Store agency quality, crisp text, no watermarks

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude

31.94%
按下载量换算20

Codex

30.88%
按下载量换算19

Cursor

19.22%
按下载量换算12

Gemini CLI

8.88%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills