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: - : thin entrypoint only - : command parsing and command routing - : flow orchestration (generation + polling) - : safety and policy rules (credits quote + formal confirmation) - : raw CyberBara API client - : API key discovery and local persistence - : fixed base URL and shared constants When extending behavior, keep business rules in or ,…