atlas-cloud

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

1|Updated Aug 28, 2026
One-click install
npx skills add https://github.com/mooch10/mochiptos --skill atlas-cloud-mooch10
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: atlas-cloud
Source: https://github.com/mooch10/mochiptos/tree/main/frontend/.agents/atlas-cloud
Command: npx skills add https://github.com/mooch10/mochiptos --skill atlas-cloud-mooch10

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It provides a single gateway for routing image and video generation requests to multiple hosted media model families using one ATLASCLOUD_API_KEY, eliminating the need to integrate each vendor endpoint separately. ## Core Features & Use Cases - Multi-model video generation: Route text-to-video, image-to-video, and reference-to-video requests to Seedance 2.5/2.0, Gemini Omni Flash, or 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, GPT Image 2, or Nano Banana 2, supporting multi-image edit inputs and resolution controls. - Cost and failure governance: Preflight every paid call against the live model catalog, announce estimated cost before submitting, and fail without billing on invalid parameters. - Use Case: A content team produces a 10-second product video from reference images and audio via MiniMax H3, then edits campaign images with Nano Banana 2, all billed through one Atlas Cloud key. ## Quick Start Set the ATLASCLOUD_API_KEY environment variable, then ask the agent to generate a 10-second 2K video from your reference images using the MiniMax H3 model through Atlas Cloud.

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 minimax/h3/reference-to-video, and call atlas_video with prompt, duration, resolution, and reference inputs. The tool polls the prediction and downloads outputs to your project directory.

Which image models are available through Atlas Cloud?▼

Atlas Cloud exposes Seedream 5.0 Pro and Lite, GPT Image 2, and Nano Banana 2 for image generation and editing. Seedream 5.0 Pro also supports layer decomposition, and edit routes accept up to 10-14 source images depending on the model.

Can I use one API key for multiple video and image models?▼

Yes, a single ATLASCLOUD_API_KEY accesses all Atlas-hosted model families, including Seedance, Gemini Omni Flash, MiniMax H3, Seedream, GPT Image 2, and Nano Banana 2. The aliases ATLAS_CLOUD_API_KEY and ATLAS_API_KEY are also accepted.

What happens if I pass an invalid duration or resolution?▼

Invalid durations, resolutions, or aspect ratios fail before billing with an error listing the supported choices. The skill never silently clamps values or substitutes a different vendor endpoint for an Atlas request.

How do I check pricing before running a batch generation?▼

Confirm current pricing from the machine-readable model page using an Accept: text/markdown header immediately before quoting or spending. The skill also requires announcing the provider, exact model, request count, and estimated cost before submitting any paid call.