nano-banana-pro-prompts-recommend-skill
# AI Image Prompt Recommender β 10,000+ Nano Banana Pro Prompts [](https://youmind.com/nano-banana-pro-prompts?utm_source=nano-banana-pro-prompts-recommend) [](https://clawhub.com/skill/nano-banana-pro-prompts-recommend) [](https://github.com/YouMind-OpenLab/nano-banana-pro-prompts-recommend-skill) []() []() [](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 β](https://youmind.com/nano-banana-pro-prompts?utm_source=nano-banana-pro-prompts-recommend)  ## 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) ```bash clawhub install nano-banana-pro-prompts-recommend ``` Or search inside OpenClaw chat: > "Install the nano banana pro prompts skill from clawhub" ### Claude Code ```bash npx skills i YouMind-OpenLab/nano-banana-pro-prompts-recommend-skill ``` ### Other AI Assistants (Cursor, Codex, Gemini CLI, Windsurf) ```bash # Universal installer β auto-detects your AI assistant npx skills i YouMind-OpenLab/nano-banana-pro-prompts-recommend-skill ``` ### Manual / openskills ```bash 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 | Category | Count | Use Cases | |----------|-------|-----------| | Social Media Post | 10,000+ | Instagram, Twitter/X, Facebook, viral content | | Product Marketing | 3600+ | Ads, campaigns, promotional materials | | Profile / Avatar | 1000+ | Headshots, profile pictures, character portraits | | Others / Mixed | 900+ | Uncategorized creative prompts | | Poster / Flyer | 470+ | Events, announcements, banners | | Infographic | 450+ | Data visualization, educational content | | E-commerce | 370+ | Product photos, listings, white background | | Game Asset | 370+ | Sprites, characters, items | | Comic / Storyboard | 280+ | Manga, panels, sequential art | | YouTube Thumbnail | 170+ | Click-worthy video covers | | App / Web Design | 160+ | 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](https://youmind.com?utm_source=nano-banana-pro-prompts-recommend) ιθΏε ¬εΌη€ΎεΊζι β€οΈ* *Prompts curated from the open community by [YouMind.com](https://youmind.com?utm_source=nano-banana-pro-prompts-recommend)* --- ## 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 β](https://youmind.com/nano-banana-pro-prompts?utm_source=nano-banana-pro-prompts-recommend) **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](https://youmind.com/nano-banana-pro-prompts?utm_source=nano-banana-pro-prompts-recommend) 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 ```bash 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 | Secret | Description | |--------|-------------| | `CMS_HOST` | PayloadCMS API host | | `CMS_API_KEY` | PayloadCMS API key | --- ## Related Projects - π [awesome-nano-banana-pro-prompts](https://github.com/YouMind-OpenLab/awesome-nano-banana-pro-prompts) β Full prompt gallery with 10,000+ entries, 16 languages - π¬ [awesome-seedance-2-prompts](https://github.com/YouMind-OpenLab/awesome-seedance-2-prompts) β Curated video generation prompts for Seedance 2.0 - πΌοΈ [YouMind Nano Banana Pro Gallery](https://youmind.com/nano-banana-pro-prompts?utm_source=nano-banana-pro-prompts-recommend) β Browse and generate online ## Related Tools - [OpenClaw](https://openclaw.ai) β AI agent platform with skill ecosystem - [ClawHub](https://clawhub.com) β Skill marketplace for OpenClaw - [skills CLI](https://www.npmjs.com/package/skills) β Universal AI skills installer - [openskills](https://github.com/nicepkg/openskills) β Multi-agent skills loader --- ## License MIT Β© [YouMind](https://youmind.com?utm_source=nano-banana-pro-prompts-recommend)