ultimate-ai-media-generator-skill
Installation
SKILL.md
Ultimate-AI-Media-Generator-Skill
Overview
Use this skill to call CyberBara APIs reliably, create image/video generation tasks, and return final media URLs with credit-aware flow.
Implementation Architecture
The runtime uses a layered Python architecture:
scripts/cyberbara_api.py: thin entrypoint onlysrc/cyberbara_cli/cli.py: command parsing and command routingsrc/cyberbara_cli/usecases/: flow orchestration (generation + polling)src/cyberbara_cli/policies/: safety and policy rules (credits quote + formal confirmation)src/cyberbara_cli/gateways/: raw CyberBara API clientsrc/cyberbara_cli/config.py: API key discovery and local persistencesrc/cyberbara_cli/constants.py: fixed base URL and shared constants
When extending behavior, keep business rules in usecases/ or policies/, not in scripts/.