nano-banana-pro-prompts-recommend-skill

作者 YouMind-OpenLab已验证

AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.

1,830
Stars
195
Forks
TypeScript
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/YouMind-OpenLab/nano-banana-pro-prompts-recommend-skill

快速入门

使用 nano-banana-pro-prompts-recommend-skill 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

AI Image Prompt Recommender — 10,000+ Nano Banana Pro Prompts

Prompts OpenClaw Claude Code Daily Updates Multi-language License

Stop spending hours hunting for the right AI image prompt. Tell your AI assistant what you need in one sentence — it searches 10,000+ curated Nano Banana Pro prompts and returns the top 3 matches with sample images, ready to use.

🖼️ Browse the Prompt Gallery →

Demo

What Is This?

An AI agent skill that gives Claude, OpenClaw, Cursor, and other AI assistants the ability to intelligently search a curated library of 10,000+ Nano Banana Pro (Gemini image model) prompts, recommend the best matches for your use case, and even customize prompts based on your content.

Nano Banana Pro is Google's Gemini image generation model — one of the most capable AI image generators available today. High-quality prompts are the key to great results.

Why Use This Skill?

  • 10,000+ prompts, organized by use case — not a random dump, but professionally categorized
  • Every prompt includes sample images — see the result before you copy
  • Smart semantic search — describe what you need, the AI finds the match
  • Content remix mode — paste your article or video script, get a custom prompt
  • Updated twice daily — always reflects the latest viral prompts from the community
  • Multi-language — responds in your language, always provides English prompt for generation

Installation

OpenClaw (Recommended)

clawhub install nano-banana-pro-prompts-recommend

Or search inside OpenClaw chat:

"Install the nano banana pro prompts skill from clawhub"

Claude Code

npx skills i YouMind-OpenLab/nano-banana-pro-prompts-recommend-skill

Other AI Assistants (Cursor, Codex, Gemini CLI, Windsurf)

# Universal installer — auto-detects your AI assistant
npx skills i YouMind-OpenLab/nano-banana-pro-prompts-recommend-skill

Manual / openskills

npx openskills install YouMind-OpenLab/nano-banana-pro-prompts-recommend-skill

How to Use

Mode 1: Direct Search

Just describe what you need:

"Find me a cyberpunk-style avatar prompt"
"I need prompts for travel blog article covers"
"Looking for a product photo on white background"
"Help me find a YouTube thumbnail for a tech review video"

You'll get up to 3 recommendations with:

  • Translated title & description (in your language)
  • The exact English prompt to copy
  • Sample images to preview the style
  • Whether reference images are needed

Mode 2: Content Illustration (Remix)

Paste your content and ask for a matching illustration:

"Here's my article about startup failure — help me create a cover image:
[paste article text]"

"I need a thumbnail for this video script: [paste script]"

"Generate an illustration for this podcast episode about AI: [paste notes]"

The skill will:

  1. Recommend matching style templates
  2. Ask a few questions to personalize (gender, mood, setting)
  3. Generate a customized prompt tailored to your content

Prompt Categories

CategoryCountUse Cases
Social Media Post10,000+Instagram, Twitter/X, Facebook, viral content
Product Marketing3600+Ads, campaigns, promotional materials
Profile / Avatar1000+Headshots, profile pictures, character portraits
Others / Mixed900+Uncategorized creative prompts
Poster / Flyer470+Events, announcements, banners
Infographic450+Data visualization, educational content
E-commerce370+Product photos, listings, white background
Game Asset370+Sprites, characters, items
Comic / Storyboard280+Manga, panels, sequential art
YouTube Thumbnail170+Click-worthy video covers
App / Web Design160+UI mockups, interface designs

How It Works

User describes need
      ↓
Skill identifies category from keyword signals
      ↓
Searches matching JSON file (token-efficient grep, never loads full file)
      ↓
Returns top 3 prompts with images + translated descriptions
      ↓
[Optional] User picks one → Skill remixes it to match their content

Token-efficient by design: The skill never loads full category files. It uses grep-style search to extract only matching prompts, keeping token usage minimal even with 10,000+ prompts in the library.


Data Source

Prompts are curated from viral posts by top AI artists on Twitter/X, automatically synced to this repository twice daily via GitHub Actions. The library grows continuously.

提示词由 YouMind.com 通过公开社区搜集 ❤️ Prompts curated from the open community by YouMind.com


Frequently Asked Questions

Q: What is Nano Banana Pro? Nano Banana Pro is Google's Gemini image generation model (model ID: gemini-3-pro-image-preview). It produces high-quality, photorealistic and artistic images from text prompts. Try it on YouMind →

Q: Do I need a YouMind account to use this skill? No. The skill is completely free and works with any AI assistant that supports custom skills (OpenClaw, Claude Code, Cursor, Codex, Gemini CLI). You only need a YouMind account if you want to generate images directly on youmind.com.

Q: How is this different from just searching Twitter for prompts? The library is pre-curated and categorized by use case — you don't have to scroll through noise. Every prompt includes sample images so you know what you're getting. The remix mode lets you personalize a template to match your specific content.

Q: Can I contribute prompts? Yes! The prompts are sourced from the public YouMind community. Share your Nano Banana Pro creations on YouMind and they'll be picked up in the next sync.

Q: How often is the library updated? Twice daily (00:00 and 12:00 UTC) via automated GitHub Actions.

Q: Does this work with other image generation models? The prompts are optimized for Nano Banana Pro (Gemini), but many work well with other models like GPT Image, Seedream, and DALL-E with minor adjustments.

Q: What's the difference between OpenClaw and Claude Code installation? OpenClaw uses the clawhub install command and integrates directly into your OpenClaw agent workspace. Claude Code uses npx skills i and installs into your Claude project context. Both use the same SKILL.md and prompt library.


Project Structure

nano-banana-pro-prompts-recommend-skill/
├── SKILL.md                 # Skill instructions (works with OpenClaw, Claude Code, Cursor, etc.)
├── README.md
├── package.json
├── scripts/
│   └── generate-references.ts   # Fetches & categorizes prompts from CMS
├── references/              # Auto-generated prompt data (updated twice daily)
│   ├── social-media-post.json
│   ├── product-marketing.json
│   ├── profile-avatar.json
│   ├── {other-categories}.json
│   └── others.json
└── .github/workflows/
    └── generate-references.yml  # Scheduled sync job

Development

Prerequisites

  • Node.js 20+
  • pnpm

Setup

pnpm install

# Create .env with CMS credentials
echo "CMS_HOST=your_host" >> .env
echo "CMS_API_KEY=your_key" >> .env

# Generate references
pnpm run generate

GitHub Actions Secrets

SecretDescription
CMS_HOSTPayloadCMS API host
CMS_API_KEYPayloadCMS API key

Related Projects

Related Tools

  • OpenClaw — AI agent platform with skill ecosystem
  • ClawHub — Skill marketplace for OpenClaw
  • skills CLI — Universal AI skills installer
  • openskills — Multi-agent skills loader

License

MIT © YouMind

常见问题

What is nano-banana-pro-prompts-recommend-skill?

nano-banana-pro-prompts-recommend-skill is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by YouMind-OpenLab. AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images. It has 1,830 GitHub stars.

Is nano-banana-pro-prompts-recommend-skill safe to use?

Yes. nano-banana-pro-prompts-recommend-skill passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install nano-banana-pro-prompts-recommend-skill?

Clone the repository with "git clone https://github.com/YouMind-OpenLab/nano-banana-pro-prompts-recommend-skill" and add it to your Claude Code skills directory (see the Installation section above). nano-banana-pro-prompts-recommend-skill ships a SKILL.md manifest, so compatible agents can discover and load it automatically.

What programming language is nano-banana-pro-prompts-recommend-skill written in?

nano-banana-pro-prompts-recommend-skill is primarily written in TypeScript. It is open-source under YouMind-OpenLab on GitHub, so you can review or fork the full source.

Are there alternatives to nano-banana-pro-prompts-recommend-skill?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh nano-banana-pro-prompts-recommend-skill against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情