/ Verzeichnis / Playground / Ultimate-AI-Media-Generator-Skill
● Community ZeroLu ⚡ Sofort

Ultimate-AI-Media-Generator-Skill

von 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.

Warum nutzen

Hauptfunktionen

Live-Demo

In der Praxis

ultimate-ai-media-generator-skill.replay ▶ bereit
0/0

Installieren

Wählen Sie Ihren Client

~/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
    }
  }
}

Öffne Claude Desktop → Settings → Developer → Edit Config. Nach dem Speichern neu starten.

~/.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 nutzt das gleiche mcpServers-Schema wie Claude Desktop. Projektkonfiguration schlägt die globale.

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
    }
  }
}

Klicken Sie auf das MCP-Servers-Symbol in der Cline-Seitenleiste, dann "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
    }
  }
}

Gleiche Struktur wie Claude Desktop. Windsurf neu starten zum Übernehmen.

~/.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 nutzt ein Array von Serverobjekten statt einer Map.

~/.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"
        ]
      }
    }
  }
}

In context_servers hinzufügen. Zed lädt beim Speichern neu.

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

Einzeiler. Prüfen mit claude mcp list. Entfernen mit claude mcp remove.

Anwendungsfälle

Praxisnahe Nutzung: 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

Wann einsetzen: Publishing a post and don't want stock photos.

Voraussetzungen
  • 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
Ablauf
  1. Describe the post
    Post topic: 'retrieval-augmented generation for small teams'. Generate a hero and 3 inline images with consistent style.✓ Kopiert
    → Skill proposes model (Nano Banana Pro), shows credit preview
  2. Approve or adjust
    Approve cost — generate.✓ Kopiert
    → 4 images produced

Ergebnis: Ship-ready images with cost known upfront.

Fallstricke
  • 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

Wann einsetzen: One hero shot; you need variants for A/B testing or different backgrounds.

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

Ergebnis: Listing-ready variants.

Kombinieren mit: bria-skill

Produce a short promo video from a storyboard

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

Wann einsetzen: Quick promo for a social post.

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

Ergebnis: A short video ready for social.

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

Kombinationen

Mit anderen MCPs für 10-fache Wirkung

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.✓ Kopiert
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.✓ Kopiert

Werkzeuge

Was dieses MCP bereitstellt

WerkzeugEingabenWann aufrufenKosten
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

Kosten & Limits

Was der Betrieb kostet

API-Kontingent
CyberBara per-call credits
Tokens pro Aufruf
Low orchestration; provider cost dominates
Kosten in €
Typically cheaper than direct model APIs; still not free
Tipp
Always eyeball credit_preview — video calls can be 10–100x image calls

Sicherheit

Rechte, Secrets, Reichweite

Credential-Speicherung: CYBERBARA_API_KEY in env
Datenabfluss: Prompts + reference images go to CyberBara + downstream model providers

Fehlerbehebung

Häufige Fehler und Lösungen

401 invalid API key

Re-check CYBERBARA_API_KEY

Prüfen: 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

Alternativen

Ultimate-AI-Media-Generator-Skill vs. andere

AlternativeWann stattdessenKompromiss
bria-skillYou need commercial-safe image editing primitives more than multi-model generationFewer generation providers

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen