Atlas Cloud Skills

June 10, 2026 ยท View on GitHub

License Stars PRs Welcome 300+ models npx skills add

๐ŸŽฌ 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 โ€” Seedance 2.0 ยท Kling 3 ยท Sora 2 ยท Veo 3.1 ยท HappyHorse 1 ยท Grok Imagine 1.5 ยท Wan 2.7
  • ๐ŸŽจ Image โ€” Nano Banana 2/Pro ยท GPT Image 2 ยท Flux 2 ยท Seedream 5
  • ๐Ÿ’ฌ LLM โ€” Claude ยท GPT ยท DeepSeek ยท MiniMax ยท Kimi ยท GLM ยท Qwen
  • ๐Ÿ”Š Audio โ€” Grok TTS
  • ๐Ÿ“š Explore more โ€” 300+ models ยป

Contents

Don't start from a blank prompt โ€” start from a workflow. Three to try first:

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

  1. Get an API Key at Atlas Cloud Console
  2. 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

CapabilityEndpointExample Models
Image GenerationPOST /api/v1/model/generateImageNano Banana 2, Seedream v5.0, Z-Image
Video GenerationPOST /api/v1/model/generateVideoSeedance 2.0, Kling v3.0, Vidu Q3
LLM ChatPOST /v1/chat/completionsQwen3.5, Kimi K2.5, DeepSeek V3.2, GLM 5
Upload MediaPOST /api/v1/model/uploadMediaUpload local files to get public URLs
Quick GenerateAuto model search + submitOne-step generation by keyword
Search ModelsFuzzy search by keywordFind 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

Docs: Models & API ยท Console / API Keys