Atlas Cloud Skills
🎬 Seedance 2.0 is now live on Atlas Cloud! ByteDance's flagship video model — native audio-video joint generation, up to 15s cinematic output, up to 1440P, multimodal reference (up to 9 images + 3 videos + 3 audio clips), and director-level camera control. Available now: Text-to-Video · Image-to-Video · Reference-to-Video · Fast variants from $0.076/s.
🔓 Need the full-power build? The unrestricted / full-capability pipeline — fewer guardrails, broader subject range, max-fidelity output — is available through Atlas Cloud Workflow. Hook it straight into your skill via the same API key.
Use Atlas Cloud's 300+ image / video / LLM models inside Claude Code, Codex, Gemini CLI, and other AI coding agents. Generate images, videos & chat via curated Skills.
→ Get your free Atlas Cloud API key — 300+ models, one key, OpenAI-compatible.
Supported Models
-
🎬 Video (170) — Seedance 2.0 Mini · HappyHorse-1.1 · Gemini Omni Flash · Avatar Omni Human 1.5 · Kling V3.0 Turbo · Kling Video O3 4K
-
🎨 Image (96) — Seedream v5.0 Pro · Nano Banana 2 Lite · MAI-Image-2.5-Flash · MAI-Image-2.5
-
🧊 3D (5) — Seed3D 2.0 · Hunyuan 3D Rapid · Hunyuan 3D Pro
-
💬 LLM (59) — Grok 4.5 · Kimi K3 · KAT Coder Pro V2.5 · KAT Coder Air V2.5
-
🔊 Audio (TTS · Music · ASR) (14) — Seed Audio 1.0 · xAI TTS v1 · ElevenLabs v3 · Suno chirp-auk
-
📚 Explore more — all 366 live models »
Contents
- Supported Models
- Featured Recipes
- Available Skills
- Installation
- Setup
- What You Can Do
- MCP Server
- More Atlas Cloud Tools
Featured Recipes
Don't start from a blank prompt — start from a workflow. Three to try first:
- 🛍️ Product Render → 30-Second Ad — turn a product still into a short ad clip
- 🎭 Character Sheet → Multi-Shot AI Drama — one character, consistent across shots
- 📱 Long Video → Vertical Short — reframe + animate for TikTok / Reels / Shorts
Browse all 25 recipes in the library » — across 🎨 visual · 🎬 motion · ✂️ edit · 📱 social.
Available Skills
atlas-cloud
Quickly integrate Atlas Cloud API into your projects. This skill provides:
- Complete API reference for image generation, video generation, LLM chat, media upload, and quick generation
- All 9 MCP tools documented:
atlas_list_models,atlas_search_docs,atlas_get_model_info,atlas_generate_image,atlas_generate_video,atlas_quick_generate,atlas_chat,atlas_get_prediction,atlas_upload_media - Ready-to-use code templates in Python, Node.js/TypeScript, and cURL
- Popular model IDs with pricing info
- OpenAI SDK compatibility guide for LLM models
- Error handling, retry strategy, and best practices
Installation
One-Line Install
npx skills add AtlasCloudAI/atlas-cloud-skills
Shell Script
curl -fsSL https://raw.githubusercontent.com/AtlasCloudAI/atlas-cloud-skills/main/install.sh | sh
Manual
Copy the atlas-cloud/ directory to ~/.claude/skills/atlas-cloud/.
Setup
- Get an API Key at Atlas Cloud Console
- Set the environment variable:
export ATLASCLOUD_API_KEY="your-api-key-here"
See .env.example for a ready-to-copy template.
What You Can Do
| Capability | Endpoint | Example Models |
|---|---|---|
| Image Generation | POST /api/v1/model/generateImage |
Nano Banana 2, Seedream v5.0, Z-Image |
| Video Generation | POST /api/v1/model/generateVideo |
Seedance 2.0, Kling v3.0, Vidu Q3 |
| Audio — TTS & Music | POST /api/v1/model/generateAudio |
Seed Audio 1.0, Suno Chirp v5, MiniMax Music |
| Speech-to-Text (ASR) | POST /api/v1/model/generateAudio |
Seed ASR 2.0, xAI STT |
| 3D Generation | POST /api/v1/model/generateImage |
Seed3D 2.0, Hunyuan 3D (image/text-to-3D) |
| LLM Chat | POST /v1/chat/completions |
Qwen3.5, Kimi K2.5, DeepSeek V3.2, GLM 5 |
| Upload Media | POST /api/v1/model/uploadMedia |
Upload local files to get public URLs |
| Quick Generate | Auto model search + submit | One-step generation by keyword |
| Search Models | Fuzzy search by keyword | Find models by name, type, or provider |
MCP Server
For a more native experience, install the Atlas Cloud MCP Server:
CLI Tools (One-Line Install)
# Claude Code
claude mcp add atlascloud -- npx -y atlascloud-mcp
# Gemini CLI
gemini mcp add atlascloud -- npx -y atlascloud-mcp
# OpenAI Codex CLI
codex mcp add atlascloud -- npx -y atlascloud-mcp
IDEs & Editors (JSON Config)
{
"mcpServers": {
"atlascloud": {
"command": "npx",
"args": ["-y", "atlascloud-mcp"],
"env": {
"ATLASCLOUD_API_KEY": "your-api-key-here"
}
}
}
}
Supports Cursor, Windsurf, VS Code (Copilot), Trae, Zed, JetBrains, Claude Desktop, ChatGPT Desktop, Amazon Q Developer, Cline, Roo Code, Continue, and all MCP-compatible clients.
More Atlas Cloud Tools
- 🧰 Want to use it from the terminal? → atlascloud-cli
- 🤖 Want to use it in Claude Code / Cursor? → Atlas Cloud MCP Server
- 🎬 Want it as a Claude Code / Codex / Gemini CLI Skill? → atlas-cloud-skills
- 🎨 ComfyUI nodes → atlascloud_comfyui
- 🔁 n8n nodes → n8n-nodes-atlascloud
- 💬 Join our Discord → discord.gg/MWmMr4q9es
- 🌐 Website → atlascloud.ai
Docs: Models & API · Console / API Keys
No comments yet
Be the first to share your take.