Seedance 2.0
High-quality AI video generation for product promos, story shots, social clips, and ad creative.
Install the Cyberbara Skill for Codex, Claude Code, or OpenClaw. Your agent can discover models, upload references, quote credits, create tasks, and fetch results without manual API glue code.
One install unlocks image, video, audio, and music workflows.
Show the product logos upfront so users immediately recognize Claude Code, Codex, Claude, GPT, Cursor, LobeHub, and OpenClaw in the same workflow.
Your agent uses one consistent workflow across the full Cyberbara media stack.
High-quality AI video generation for product promos, story shots, social clips, and ad creative.
Reliable image generation for covers, posters, product visuals, character work, and marketing assets.
Fast and efficient for batch runs, low-latency workflows, and agent-driven iteration loops.
Generate music and audio outputs through the same Cyberbara workflow and API key.
You describe the job. The skill handles the execution layer.
For example: generate three key visuals, one promo video, and one background track.
Model selection, uploads, credit quotes, task creation, and polling all run through the skill.
Your agent gets task status, output URLs, and the next step inside the same context window.
From first drafts to final deliverables, without switching tools.
Use this exact three-step flow: install the skill, configure the API key once, then paste prompts into your agent.
List what can be installed from the repo first, then install everything. If your skills runtime supports agent targeting, you can scope the install to specific agents.
# List what can be installed from this repo
npx skills add ZeroLu/Ultimate-AI-Media-Generator-Skill --list# Install all skills from this repo
npx skills add ZeroLu/Ultimate-AI-Media-Generator-Skill --all# Optional: install for specific agents (if your skills runtime supports agent targeting)
npx skills add ZeroLu/Ultimate-AI-Media-Generator-Skill --all -a codex -a claude-codeGet your free API key from Cyberbara and configure it once. The script stores the key at `~/.config/cyberbara/api_key`, so you do not need to export it every session.
python3 scripts/cyberbara_api.py setup-api-key "<your_api_key>"Get free API keyYou can paste these prompts directly into your agent chat, or simply tell your agent to generate images, videos, audio, or music.
Use $ultimate-ai-media-generator-skill to generate one image:
- model: nano-banana-pro
- scene: text-to-image
- prompt: A cute kitten dancing, 3D cartoon style, dynamic full body, clean stage background
- options: aspect_ratio=16:9, resolution=1k
Return task id, final status, and output image URL.The practical questions that matter before you wire this into production.
If you want your assistant to run the full media generation workflow for you, this page gives you the exact setup.