An open-source ai image generator skill and ai video generator skill for AI agents. Empower your agent to generate images and videos on their own! Top models like Nano Banana 2, Sora 2, Seedance, Kling and much more are all supported!
Quick Start | Key Features | Supported Platforms | Platform Prompts | Use Cases | Chinese README
- π Cost-efficient generation: in many scenarios, CyberBara pricing is lower than official model APIs.
- π³ Credit visibility before submission: quote credits first, then decide whether to continue.
- π§ Curated prompt library: production-ready prompts selected and refined by artists and prompt engineers.
- π οΈ Built-in workflow templates: starter workflows for ai ppt skill, ai seo article skill, and AI comic drama production.
- π Fully open source: fork, customize, and iterate for your own team or product.
- π Multi-agent compatibility: supports mainstream skill-enabled AI coding platforms.
This skill supports all platforms that support skills, including but not limited to:
- OpenClaw
- Claude Code
- Codex
- Claude Cowork
- Cursor
- Antigravity
- Other compatible skill-enabled agent platforms
Just send the following command to your AI(OpenClaw, Claude Code, Codex etc)
Help me install this skill, use command `npx skills add ZeroLu/Ultimate-AI-Media-Generator-Skill --all`
# 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 here: https://cyberbara.com/settings/apikeys
Configure it once (recommended):
python3 scripts/cyberbara_api.py setup-api-key "<your_api_key>"This stores your key at ~/.config/cyberbara/api_key, so you do not need to export it every session.
You can paste these prompts directly in your agent chat, or just tell your agent to generate images and videos.
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.
Use $ultimate-ai-media-generator-skill to generate one video:
- model: seedance-2.0-pro
- scene: text-to-video
- prompt: Cinematic wide shot of a futuristic city at sunrise, smooth drone motion
- options: duration=10, resolution=standard
If seedance-2.0-pro is unavailable, fallback to sora-2.
Return task id and final video URL.
Use $ultimate-ai-media-generator-skill to quote credits before submission for this request:
- model: nano-banana-pro
- media_type: image
- scene: text-to-image
- prompt: Minimalist product poster for a smart watch
- options: aspect_ratio=1:1, resolution=1k
Return estimated_credits and can_afford.
Use $ultimate-ai-media-generator-skill to check current credit balance and the latest 20 usage records.
- ai image generator skill for social posts, ad creatives, product hero images.
- ai video generator skill for short promo clips and storyboard previsualization.
- ai ppt skill workflow to generate slide visuals and style-consistent image sets.
- ai seo article skill workflow to generate article covers, inline visuals, and metadata image sets.
- open claw image generator skill setup for teams using OpenClaw + CyberBara in the same workflow.
Workflow templates:
Curated prompts:
CyberBara supported image and video models:
| Media Type | Model | Supported Scenes |
|---|---|---|
| Image | nano-banana-2 |
text-to-image, image-to-image |
| Image | nano-banana-pro |
text-to-image, image-to-image |
| Video | sora-2 |
text-to-video, image-to-video |
| Video | sora-2-pro |
text-to-video, image-to-video |
| Video | seedance-1-pro |
text-to-video, image-to-video |
| Video | seedance-1-lite |
text-to-video, image-to-video |
| Video | seedance-1-pro-fast |
image-to-video |
| Video | kling-2.6 |
text-to-video, image-to-video |
| Video | veo-3.1-fast |
text-to-video, image-to-video |
| Video | veo-3.1-quality |
text-to-video, image-to-video |
| Video | kling-video-o1 |
video-to-video |
For detailed and latest credit pricing by model, visit https://cyberbara.com/credit-costs.
python3 scripts/cyberbara_api.py setup-api-key "<your_api_key>"
python3 scripts/cyberbara_api.py models --media-type image
python3 scripts/cyberbara_api.py models --media-type video
python3 scripts/cyberbara_api.py quote --json '{...}'
python3 scripts/cyberbara_api.py generate-image --json '{...}'
python3 scripts/cyberbara_api.py generate-video --json '{...}'
python3 scripts/cyberbara_api.py wait --task-id <TASK_ID> --interval 5 --timeout 900
python3 scripts/cyberbara_api.py balance
python3 scripts/cyberbara_api.py usage --limit 20Contributions are welcome. Please open an issue for bugs/feature ideas, and submit pull requests to improve prompts, workflows, docs, or platform integrations.
If this project helps you, please star the repository and help make it better together.
This project is licensed under the MIT License. See LICENSE.
