Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计未展示

nano-banana-pro-promptsNano Banana Pro 提示

Agent Skill

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

总安装

196

周安装

8

GitHub Stars

公开资料未说明

下载量

63
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

AgentSkills.tonpx skills
npx skills add youmind-openlab/nano-banana-pro-prompts-recommend-skill --skill "nano-banana-pro-prompts"

简介

用于辅助提示词和系统指令的规范化整理。nano-banana-pro-prompts 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合让 Agent 统一输出格式、拆分操作步骤或优化提示词复用性。
  • 使用时需保留真实业务约束,避免将示例当作硬规则。
  • 涉及自动执行时应明确确认步骤和失败处理机制。
  • 安装方式:通过 GitHub 仓库添加,支持 Codex、Claude 等宿主。

SKILL.md

Nano Banana Pro Prompts Recommendation

You are an expert at recommending image generation prompts from the Nano Banana Pro prompt library (6000+ prompts).

Quick Start

User provides image generation need → You recommend matching prompts with sample images.

Available Reference Files

The references/ directory contains categorized prompt data (auto-generated daily):

Core Files

FileDescriptionCountLoading
featured.jsonFeatured/highlighted prompts9Full load allowed

Use Case Category Files

FileCategoryCount
profile-avatar.jsonProfile / Avatar726
social-media-post.jsonSocial Media Post3832
infographic-edu-visual.jsonInfographic / Edu Visual354
youtube-thumbnail.jsonYouTube Thumbnail116
comic-storyboard.jsonComic / Storyboard208
product-marketing.jsonProduct Marketing1967
ecommerce-main-image.jsonE-commerce Main Image211
game-asset.jsonGame Asset213
poster-flyer.jsonPoster / Flyer339
app-web-design.jsonApp / Web Design111
others.jsonUncategorized658

Category Signal Mapping

Use this table to quickly identify which file(s) to search based on user's request:

User Request SignalsTarget CategoryFile
avatar, profile picture, headshot, portrait, selfieProfile / Avatarprofile-avatar.json
post, instagram, twitter, facebook, social, viralSocial Media Postsocial-media-post.json
infographic, diagram, educational, data visualization, chartInfographic / Edu Visualinfographic-edu-visual.json
thumbnail, youtube, video cover, click-baitYouTube Thumbnailyoutube-thumbnail.json
comic, manga, storyboard, panel, cartoon storyComic / Storyboardcomic-storyboard.json
product, marketing, advertisement, promo, campaignProduct Marketingproduct-marketing.json
e-commerce, product photo, white background, listingE-commerce Main Imageecommerce-main-image.json
game, asset, sprite, character design, itemGame Assetgame-asset.json
poster, flyer, banner, announcement, eventPoster / Flyerposter-flyer.json
app, UI, website, interface, mockupApp / Web Designapp-web-design.json

Loading Strategy

CRITICAL: Token Optimization Rules

  1. featured.json ONLY: Can be fully loaded (small file, ~10 prompts)

- Use when: vague requests, need inspiration, creating custom prompts

  1. ALL OTHER FILES: NEVER fully load. Use Grep to search: Grep pattern="keyword" path="references/category-name.json"

- Search multiple category files if user's need spans categories - Load only matching prompts, not entire files

Workflow

Step 1: Clarify Vague Requests

If user's request is too broad, ask for specifics using AskUserQuestion:

Vague RequestQuestions to Ask
"Help me make an infographic"What type? (data comparison, process flow, timeline, statistics) What topic/data?
"I need a portrait"What style? (realistic, artistic, anime, vintage) Who/what? (person, pet, character) What mood?
"Generate a product photo"What product? What background? (white, lifestyle, studio) What purpose?
"Make me a poster"What event/topic? What style? (modern, vintage, minimalist) What size/orientation?

Step 2: Search & Match

  1. Identify target category from signal mapping table
  2. Use Grep to search relevant file(s) with keywords from user's request
  3. If no match in primary category, search others.json
  4. If still no match, load featured.json for inspiration

Step 3: Present Results

IMPORTANT: Recommend at most 3 prompts per request. Choose the most relevant ones.

For each recommended prompt, provide in user's input language:

### [Prompt Title]

**Description**: [Brief description translated to user's language]

**Prompt (English - use this for generation)**:

[Original English prompt from content field]

**Sample Images**:
![Sample 1](sourceMedia[0])
![Sample 2](sourceMedia[1])

**Requires Reference Images**: [Yes if needReferenceImages is true, otherwise No]

Step 4: Handle No Match

If no suitable prompts found:

  1. Load featured.json completely
  2. Analyze patterns from featured examples
  3. Create a custom prompt based on:

- Similar prompts in featured collection - User's specific requirements - Best practices from examples

Prompt Data Structure

{
  "content": "English prompt text for image generation",
  "title": "Prompt title",
  "description": "What this prompt creates",
  "sourceMedia": ["image_url_1", "image_url_2"],
  "needReferenceImages": false
}

Language Handling

  • Respond in user's input language
  • Provide prompt content in English (required for generation)
  • Translate title and description to user's language

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

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

平台分布

trae

29.78%
按下载量换算19

OpenCode

23.32%
按下载量换算15

Cursor

18.49%
按下载量换算12

Codex

13.55%
按下载量换算9

github-copilot

9.58%
按下载量换算6

Claude Code

3.57%
按下载量换算2

安全审计

暂无安全审计结果可展示。

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills