/ 目錄 / 演練場 / 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 搭配,撬動十倍槓桿

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
每次呼叫 Token 數
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

🐙 查看未解決的 issue

🔍 瀏覽全部 400+ MCP 伺服器和 Skills