atlas-cloud

Generate and edit images and videos through the Atlas Cloud gateway.

Updated Sep 1, 2026
One-click install
npx skills add https://github.com/zamansepeti43/c-rak-agent --skill atlas-cloud-zamansepeti43
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atlas-cloud
Source: https://github.com/zamansepeti43/c-rak-agent/tree/main/video-engine/.agents/skills/atlas-cloud
Command: npx skills add https://github.com/zamansepeti43/c-rak-agent --skill atlas-cloud-zamansepeti43

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Accessing multiple hosted image and video generation models normally requires separate vendor accounts, API keys, and endpoint integrations. This Skill routes all media generation through a single Atlas Cloud gateway using one ATLASCLOUD_API_KEY, with preflight cost checks and consistent result provenance. ## Core Features & Use Cases - Multi-model video generation: Route text-to-video, image-to-video, and reference-to-video jobs through Seedance 2.5/2.0, Gemini Omni Flash, and MiniMax H3 with exact model IDs and per-second pricing. - Multi-model image generation and editing: Generate, edit, or decompose images with Seedream 5.0 Pro/Lite, GPT Image 2, and Nano Banana 2, supporting multi-image edit inputs. - Preflight cost and catalog validation: Read the live model catalog before every paid call, announce provider, model, request count, and estimated cost, and fail invalid parameters before billing. - Use Case: A content team needs a 10-second product video from reference images and audio. The Skill selects minimax/h3/reference-to-video, confirms the $0.10/s cost, submits the job, polls the prediction, and saves the output into the active project folder. ## Quick Start Ask the agent to generate a 10-second 2K video from your reference image and audio using MiniMax H3 through Atlas Cloud and save it into the current project folder.

Frequently Asked Questions about atlas-cloud

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a video with Atlas Cloud?

Set ATLASCLOUD_API_KEY, read the model catalog from tool.get_info(), pick an exact route such as bytedance/seedance-2.5/text-to-video, then call atlas_video with prompt, model, operation, duration, and output_path. The tool submits the job, polls the prediction, and downloads the output.

Which models does Atlas Cloud support for image editing?

Image editing is available through Seedream 5.0 Pro (up to 10 images), Seedream 5.0 Lite (up to 14 images), GPT Image 2 (up to 10 images), and Nano Banana 2 (up to 14 images). Set generation_mode to edit and pass source images via image_path, image_paths, image_url, or image_urls.

What API key environment variables does Atlas Cloud accept?

The primary variable is ATLASCLOUD_API_KEY. The aliases ATLAS_CLOUD_API_KEY and ATLAS_API_KEY are also accepted for compatibility, so one key can access all supported media model families through the gateway.

Why did my Atlas Cloud video request fail before submission?

Requests fail preflight when the model route is unsupported, the operation is not in the catalog, or duration, resolution, or ratio values are invalid. The tool rejects invalid enums with the supported choices instead of silently clamping values, so no billing occurs.

Can I use reference images and audio for video generation?

Yes. Seedance 2.5 reference mode accepts up to 30 images, 10 videos, and 10 audios, while MiniMax H3 accepts normalized reference_images, reference_videos, and reference_audios that the tool converts to refers objects. Gemini developer reference mode requires video_clips objects with url, start, and ends.