Skip to content

ZeroLu/Ultimate-AI-Media-Generator-Skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Ultimate-AI-Media-Generator-Skill

GitHub Repo stars GitHub Forks MIT License

Ultimate AI Media Generator Skill Cover

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


Key Features

  • πŸš€ 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.

Supported 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

Quick Start

Vibe Install

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`

Manual Install

Step 1) Install (npx skills)

# 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-code

Step 2) Get and configure API key

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

Step 3) Use the skill on Codex, Claude Code, OpenClaw, Claude Cowork, Cursor, and Antigravity

You can paste these prompts directly in your agent chat, or just tell your agent to generate images and videos.

A) Create an image (nano banana skill)

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.

B) Create a video (seedance 2.0 skill / sora 2 skill)

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.

C) Check credits before generation

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.

D) Check balance and recent usage

Use $ultimate-ai-media-generator-skill to check current credit balance and the latest 20 usage records.

Typical Use Cases

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


Model Coverage

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.


Core Commands (CLI)

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 20

Contributing

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


License

This project is licensed under the MIT License. See LICENSE.


Star History

Star History Chart

About

Open-source ai image generator skill and ai video generator skill for Codex, Claude Code, OpenClaw, Cursor, and more. Powered by CyberBara API with Nano Banana, Sora 2, Seedance, and Kling support. No need to master prompt, this skill optimize your prompt for all kinds of creations like slides, anime and much more.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages