Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

shotsshots 搜索

Agent Skill

shots 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

930

周安装

38

GitHub Stars

86

下载量

301
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/hypersocialinc/shots --skill shots

简介

shots 用于搜索与发现创意灵感或视觉参考素材。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中按主题、风格或色彩筛选图片。
  • 支持多维度标签与关键词组合,提高检索精准度。
  • 安装命令:npx skills add https://github.com/hypersocialinc/shots --skill shots。
  • 引用外部素材时务必核实版权归属与使用许可。

SKILL.md

Shots

Generate high-converting App Store screenshots. The job is not to decorate existing screens. The job is to infer the app's market, visual language, and strongest promise, then turn that into crop-safe screenshot panels built to drive installs.

Why Screenshot Quality Matters

Research shows optimized app store screenshots can achieve:

  • 68.2% conversion rate vs 26.4% industry average
  • 720% improvement in install rate
  • 7-second decision window - first 2-3 screenshots are critical

This skill is designed to leverage GPT Image 2's strengths (95%+ text accuracy, UI mockup excellence, 4K output) combined with proven conversion patterns (Story Flow, hybrid captions, visual hierarchy) to create high-converting marketing assets.

Intent Router

IntentDetectionAction
Create newNo existing shot referenced, or "new", "create", "generate", or an App Store URLRun the Create Questionnaire, then follow reference/create.md
ReviseReferences a shot ID, or says "revise", "change", "fix", "redo"Follow reference/revise.md
TranslateMentions a locale or says "translate", "localize"Follow reference/translate.md
Scrape onlySays "scrape", "fetch metadata", "import" with a URLFollow reference/scrape.md
AmbiguousYou cannot tell which flow is intendedAsk the user what they want to do

Argument Parsing

  • /shots — start the create questionnaire
  • /shots <url> — scrape the listing, then continue with create
  • /shots <description> — create using that context
  • /shots revise [shot-id] — revision flow
  • /shots translate [shot-id|run-id] [locale] — localization flow
  • /shots scrape <url> — scrape only

Shared Setup

Run these checks before every sub-command. Do not skip them.

  1. Run npm list --prefix {{scripts_path}} sharp 2>/dev/null. If it fails, run npm install --prefix {{scripts_path}}.
  2. Run node {{scripts_path}}/scaffold.mjs --init --output-dir.shots/.
  3. For create, revise, and translate, verify OPENAI_API_KEY or FAL_KEY is set. Stop immediately if neither exists.
  4. Read .shots/config.json if present.

{{scripts_path}} is the scripts/ directory next to this file.

scaffold.mjs --init is the source of truth for the workspace contract. It creates the default config.json and manifest.json; agents should fill those files in rather than inventing their own schema.

Create Questionnaire

When the create flow starts and the config is missing or incomplete, ask for all of these in one message:

  1. App name
  2. App Store URL — ask explicitly: "Do you have an existing App Store or Google Play listing? If so, paste the URL." This is the highest-value input: it unlocks automated metadata scraping, competitor research, and existing screenshot analysis.
  3. Number of screenshots to generate
  4. Devices: iPhone, iPad, Android Phone
  5. Languages/locales

Optional (only ask if the user wants to override what you'll infer):

  1. Visual style override
  2. Brand colors
  3. Differentiator override

Defaults:

  • panelCount: 3
  • devices: ["iphone"]
  • locales: ["en"]
  • Screenshot counts above 3 are produced as multiple 3-panel composites.

Research Contract

Before drafting copy or generating images, build and save a strategyBrief in .shots/config.json. This is the source of truth for benefits and prompt assembly.

Use sources in this order:

  1. User-provided brand/colors/style overrides
  2. App Store URL and scraped listing data
  3. The local repo: README, onboarding, navigation, models, root screens, existing copy
  4. .shots/app-screenshots/
  5. .shots/inspo/
  6. Competitor listings and review language
  7. Ask the user only for the highest-value unknown that cannot be inferred

If an App Store URL exists, do full-stack research by default: listing, screenshots, direct competitors, and review language. If no URL exists, infer from the repo first. If no repo signal exists, infer from screenshots/inspo. If the app is still unclear, ask the user.

Follow reference/strategy.md to:

  • identify theme, colors, and audience
  • map the competitor space
  • extract market-native words and repeated pain language
  • save the strategy brief
  • draft 6-8 benefits ranked for install intent

Prompt Contract

Always build prompts from the saved strategyBrief and approved benefits. Follow reference/prompting.md.

Hard rules:

  • Generate screenshots in batches of 3 panels per composite by default.
  • Each composite must crop cleanly into standalone portrait screenshots.
  • At least 2 of every 3 panels should show a device unless the concept clearly benefits from a text-only or lifestyle panel.
  • Headline text must be short, high-contrast, thumbnail-readable, and verbatim.
  • Device screens must show concrete UI, not generic placeholder app chrome.
  • Use visual facts, not vague praise words.
  • Decorative depth elements must reinforce the feature being sold.
  • Do not include app store badges, download buttons, or fake platform chrome.

Existing Shot Flows

For revise and translate:

  • Read .shots/manifest.json and list recent shots if no shot ID was supplied.
  • Reuse the saved strategyBrief unless the user explicitly changes positioning, audience, or visual direction.
  • Treat the original prompt as the base artifact and append precise change/preserve instructions.

Dimensions

DeviceCompositeFinal panelKey
iPhone3456x24001284x2778iphone
iPad6144x27322048x2732ipad
Android Phone3240x19201080x1920android

Config Shape

The initialized config.json contains:

  • app metadata: appName, appStoreUrl, devices, locales, panelCount
  • generation defaults: generation.provider, generation.quality, generation.timeoutMs, generation.partialImages
  • brand colors: brandColors
  • App Store data: aso, ratings, scrapedAssets
  • strategy state: strategyBrief
  • copy state: benefits

Do not hand-author a fresh schema in the agent instructions. Read the generated file and fill it in.

References

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.72%
按下载量换算101

Claude

29.19%
按下载量换算88

Cursor

17.34%
按下载量换算52

Gemini CLI

9.78%
按下载量换算29

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills