/ 디렉터리 / 플레이그라운드 / Ultimate-AI-Media-Generator-Skill
● 커뮤니티 ZeroLu ⚡ 바로 사용

Ultimate-AI-Media-Generator-Skill

제작: ZeroLu · ZeroLu/Ultimate-AI-Media-Generator-Skill

Open-source image + video generation skill routing Nano Banana 2/Pro, Sora 2, Seedance, Kling, and Veo through the CyberBara API — credit preview before every call.

Lets AI agents generate images and videos without prompt-engineering expertise. Routes through CyberBara API to Nano Banana 2/Pro for images and Sora 2 / Seedance / Kling / Veo for video. Built-in prompt optimization, workflow templates (presentation / SEO content / comic), and — critically — credit visibility before submission so you can decline expensive runs. MIT licensed. Works with Claude Code, Codex, OpenClaw, Cursor, Antigravity.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

ultimate-ai-media-generator-skill.replay ▶ 준비됨
0/0

설치

클라이언트 선택

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "ultimate-ai-media-generator-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/ZeroLu/Ultimate-AI-Media-Generator-Skill",
        "~/.claude/skills/Ultimate-AI-Media-Generator-Skill"
      ],
      "_inferred": true
    }
  }
}

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

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "ultimate-ai-media-generator-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/ZeroLu/Ultimate-AI-Media-Generator-Skill",
        "~/.claude/skills/Ultimate-AI-Media-Generator-Skill"
      ],
      "_inferred": true
    }
  }
}

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

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "ultimate-ai-media-generator-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/ZeroLu/Ultimate-AI-Media-Generator-Skill",
        "~/.claude/skills/Ultimate-AI-Media-Generator-Skill"
      ],
      "_inferred": true
    }
  }
}

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

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ultimate-ai-media-generator-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/ZeroLu/Ultimate-AI-Media-Generator-Skill",
        "~/.claude/skills/Ultimate-AI-Media-Generator-Skill"
      ],
      "_inferred": true
    }
  }
}

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

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "ultimate-ai-media-generator-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/ZeroLu/Ultimate-AI-Media-Generator-Skill",
        "~/.claude/skills/Ultimate-AI-Media-Generator-Skill"
      ]
    }
  ]
}

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

~/.config/zed/settings.json
{
  "context_servers": {
    "ultimate-ai-media-generator-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/ZeroLu/Ultimate-AI-Media-Generator-Skill",
          "~/.claude/skills/Ultimate-AI-Media-Generator-Skill"
        ]
      }
    }
  }
}

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

claude mcp add ultimate-ai-media-generator-skill -- git clone https://github.com/ZeroLu/Ultimate-AI-Media-Generator-Skill ~/.claude/skills/Ultimate-AI-Media-Generator-Skill

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

사용 사례

실전 활용법: Ultimate-AI-Media-Generator-Skill

Generate hero + inline images for a blog post

👤 Content teams needing visuals without a designer in the loop ⏱ ~15 min beginner

언제 쓸까: Publishing a post and don't want stock photos.

사전 조건
  • CyberBara API key — Sign up at cyberbara.ai; export CYBERBARA_API_KEY
  • Skill installed — git clone https://github.com/ZeroLu/Ultimate-AI-Media-Generator-Skill ~/.claude/skills/Ultimate-AI-Media-Generator-Skill
흐름
  1. Describe the post
    Post topic: 'retrieval-augmented generation for small teams'. Generate a hero and 3 inline images with consistent style.✓ 복사됨
    → Skill proposes model (Nano Banana Pro), shows credit preview
  2. Approve or adjust
    Approve cost — generate.✓ 복사됨
    → 4 images produced

결과: Ship-ready images with cost known upfront.

함정
  • Inconsistent style across 4 images — Supply a style reference image; the skill supports img2img seeding

Generate product shot variants for an e-commerce listing

👤 E-commerce teams ⏱ ~30 min beginner

언제 쓸까: One hero shot; you need variants for A/B testing or different backgrounds.

흐름
  1. Provide source shot
    Here's product.png. Generate 5 variants: white bg, lifestyle, dark mood, in-hand, flat lay.✓ 복사됨
    → Variants proposed with credit total
  2. Iterate
    Keep variants 1 and 3; regenerate 2, 4, 5 with tighter framing.✓ 복사됨
    → Incremental iteration

결과: Listing-ready variants.

함께 쓰기: bria-skill

Produce a short promo video from a storyboard

👤 Marketers needing <30s promos ⏱ ~45 min intermediate

언제 쓸까: Quick promo for a social post.

흐름
  1. Write storyboard
    Storyboard: 3 shots, 5s each, 'productivity app saves team time'. Pick a model.✓ 복사됨
    → Skill picks Sora 2 or Kling based on style + credit preview
  2. Generate and review
    Approve — generate.✓ 복사됨
    → MP4 output

결과: A short video ready for social.

함정
  • Running a 30s video at the highest model quality without checking cost — Always read the credit preview — video is the biggest spend

조합

다른 MCP와 조합해 10배 효율

ultimate-ai-media-generator-skill + bria-skill

Generate with one provider, refine with Bria's editing primitives

Generate with Nano Banana; then background-remove with bria-skill.✓ 복사됨
ultimate-ai-media-generator-skill + wechat-article-publisher-skill

Images feed directly into WeChat drafts

After generation, publish the post to WeChat with the new hero image.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
image_generate prompt, model?, style_ref? Any still image CyberBara credits
image_edit source image, edit prompt Variants / tweaks CyberBara credits
video_generate storyboard, model? Short videos CyberBara credits (significant)
credit_preview request Always — before submit 0

비용 및 제한

운영 비용

API 쿼터
CyberBara per-call credits
호출당 토큰
Low orchestration; provider cost dominates
금액
Typically cheaper than direct model APIs; still not free
Always eyeball credit_preview — video calls can be 10–100x image calls

보안

권한, 시크릿, 파급범위

자격 증명 저장: CYBERBARA_API_KEY in env
데이터 외부 송신: Prompts + reference images go to CyberBara + downstream model providers

문제 해결

자주 발생하는 오류와 해결

401 invalid API key

Re-check CYBERBARA_API_KEY

확인: curl -H 'Authorization: Bearer $CYBERBARA_API_KEY' https://api.cyberbara.ai/v1/credits
Credit preview doesn't show

Update skill — credit_preview is a recent addition

Generation looks nothing like the prompt

Use the prompt-optimization helper; supply a style reference

대안

Ultimate-AI-Media-Generator-Skill 다른 것과 비교

대안언제 쓰나단점/장점
bria-skillYou need commercial-safe image editing primitives more than multi-model generationFewer generation providers

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

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