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 only
  • src/cyberbara_cli/cli.py: command parsing and command routing
  • src/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 client
  • src/cyberbara_cli/config.py: API key discovery and local persistence
  • src/cyberbara_cli/constants.py: fixed base URL and shared constants

When extending behavior, keep business rules in usecases/ or policies/, not in scripts/.

Installs
93
GitHub Stars
48
First Seen
Mar 5, 2026