/ 디렉터리 / 플레이그라운드 / nano-banana-pro-prompts-recommend-skill
● 커뮤니티 YouMind-OpenLab ⚡ 바로 사용

nano-banana-pro-prompts-recommend-skill

제작: YouMind-OpenLab · YouMind-OpenLab/nano-banana-pro-prompts-recommend-skill

Grep-style search over 10k+ curated Gemini/Nano Banana image prompts — Claude recommends 3 matches with samples and copy-paste-ready text.

A token-efficient recommender skill. Describe what you need in plain language and it searches a daily-refreshed library of 10,000+ image prompts (Gemini/Nano Banana Pro), returning up to 3 suggestions with the exact prompt, sample images, and whether reference images are needed. A Content Remix mode turns your article or script into a tailored prompt.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

nano-banana-pro-prompts-recommend-skill.replay ▶ 준비됨
0/0

설치

클라이언트 선택

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "nano-banana-pro-prompts-recommend-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/YouMind-OpenLab/nano-banana-pro-prompts-recommend-skill",
        "~/.claude/skills/nano-banana-pro-prompts-recommend-skill"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "nano-banana-pro-prompts-recommend-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/YouMind-OpenLab/nano-banana-pro-prompts-recommend-skill",
        "~/.claude/skills/nano-banana-pro-prompts-recommend-skill"
      ],
      "_inferred": true
    }
  }
}

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "nano-banana-pro-prompts-recommend-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/YouMind-OpenLab/nano-banana-pro-prompts-recommend-skill",
        "~/.claude/skills/nano-banana-pro-prompts-recommend-skill"
      ],
      "_inferred": true
    }
  }
}

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "nano-banana-pro-prompts-recommend-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/YouMind-OpenLab/nano-banana-pro-prompts-recommend-skill",
        "~/.claude/skills/nano-banana-pro-prompts-recommend-skill"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "nano-banana-pro-prompts-recommend-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/YouMind-OpenLab/nano-banana-pro-prompts-recommend-skill",
        "~/.claude/skills/nano-banana-pro-prompts-recommend-skill"
      ]
    }
  ]
}

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

~/.config/zed/settings.json
{
  "context_servers": {
    "nano-banana-pro-prompts-recommend-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/YouMind-OpenLab/nano-banana-pro-prompts-recommend-skill",
          "~/.claude/skills/nano-banana-pro-prompts-recommend-skill"
        ]
      }
    }
  }
}

context_servers에 추가. 저장 시 Zed가 핫 리로드.

claude mcp add nano-banana-pro-prompts-recommend-skill -- git clone https://github.com/YouMind-OpenLab/nano-banana-pro-prompts-recommend-skill ~/.claude/skills/nano-banana-pro-prompts-recommend-skill

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: nano-banana-pro-prompts-recommend-skill

Pick a hero image prompt for a LinkedIn launch post

👤 Marketers shipping image-led social content ⏱ ~5 min beginner

언제 쓸까: Your draft is ready but you have no idea what the image should look like.

흐름
  1. Describe the need
    Use nano-banana-pro-prompts. I need a hero image for a B2B SaaS launch post — serious but human, product-agnostic.✓ 복사됨
    → 3 recommendations with samples and the exact prompt text
  2. Remix one
    Take option 2 and adapt it for a dark-mode background.✓ 복사됨
    → Modified prompt with the adjustment

결과: A generation-ready prompt you can paste into Gemini.

함정
  • Prompt requires a reference image you don't have — Skill flags this explicitly; pick another option or supply a ref
함께 쓰기: prompt-master-skill

Turn a blog post into a matched header image via Content Remix

👤 Content marketers generating consistent visuals ⏱ ~5 min beginner

언제 쓸까: You published an article and want a header image that captures its vibe without briefing a designer.

흐름
  1. Paste the article
    Content Remix mode — here's the post [paste]. Find a matching style.✓ 복사됨
    → Skill asks 1-2 personalization questions (tone, subject, palette)
  2. Generate
    Mood: optimistic. Subject: abstract city skyline.✓ 복사됨
    → Final prompt tailored to the article

결과: A header image prompt that matches your article's voice.

함정
  • Generated prompt drifts from brand — Add your brand style anchors in the personalization step
함께 쓰기: claude-blog-skill

조합

다른 MCP와 조합해 10배 효율

nano-banana-pro-prompts-recommend-skill + prompt-master-skill

Use prompt-master to clarify intent, then this skill to pick a tested prompt pattern

Use prompt-master to nail down what I want, then hand off to nano-banana-pro-prompts.✓ 복사됨
nano-banana-pro-prompts-recommend-skill + claude-blog-skill

Blog skill writes the post; this skill picks matching imagery

Generate the blog post with /blog write, then ask nano-banana-pro-prompts for a hero.✓ 복사됨
nano-banana-pro-prompts-recommend-skill + claude-ads-skill

After creative variants are proposed, pick image prompts for each

For the 5 winning ad concepts from claude-ads, recommend image prompts.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
Direct Search plain language description You know what you want in words 0
Content Remix article / script / notes You have content and need matching visuals 0
Grep-style filter keywords Auto — used under the hood 0

비용 및 제한

운영 비용

API 쿼터
None for the skill; image generation is a separate cost in Gemini/Nano Banana
호출당 토큰
Very low — grep-style search keeps loads small
금액
Free — skill is local
Prefer Direct Search for quick picks; save Remix for important long-form pieces.

보안

권한, 시크릿, 파급범위

자격 증명 저장: No credentials — skill is prompts
데이터 외부 송신: None

문제 해결

자주 발생하는 오류와 해결

No matches returned

Broaden the description or try Content Remix mode with richer context.

Sample images don't render in your client

The skill returns image URLs; your client may not auto-preview. Open them directly.

Prompts assume Gemini/Nano Banana Pro specifically

They work best there; you may need to adapt for Midjourney or DALL-E syntax.

대안

nano-banana-pro-prompts-recommend-skill 다른 것과 비교

대안언제 쓰나단점/장점
Manual Midjourney/Gemini promptingYou have a strong prompting style alreadyMore work per image
prompt-master-skillYou want to construct prompts from scratch rather than search a libraryMore flexible, less discovery

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기