
from ultimate-ai-media-generator-skill48
Create and monitor image and video generation tasks using the CyberBara API: list models, upload references, quote credits, submit tasks, poll for results, and
This skill provides end-to-end orchestration for CyberBara image and video generation APIs. It supports model discovery, uploading reference images, quoting credits before submission, creating generation tasks, polling until completion, and saving/opening outputs. The runtime enforces credit-quoting and confirmation gates to prevent accidental spending.
Use this skill when you need programmatic generation of images or videos via CyberBara: batch or single requests, quoting and cost estimation, polling long-running tasks, or saving generated media locally. It is intended for agents that can run CLI/Python scripts and where explicit user confirmation is required for costs.
generate-image, generate-video, quoting, and safe run modes (async, no-open, output-dir).Best for CLI and code-capable agents (Codex, Claude Code, Cursor, OpenClaw). The skill expects Python runtime and local filesystem for saving outputs.
CyberBara API client for image/video/audio/music generation. SKILL.md is detailed with confirmation-gated flows and credit quoting. The bundled script is a thin entrypoint that imports from an unbundled src/cyberbara_cli module, so it crashes immediately. The actual CLI logic lives outside the skill package. Security posture is decent — no hardcoded creds, confirmation gates on spending, explicit approval required for --yes.
cyberbara_cli (src module not bundled)The skill only ships the entrypoint script; the real implementation (src/cyberbara_cli/) is missing from the package. This makes the bundled script non-functional. SKILL.md quality is good but the runnable artifact is incomplete.