reactive-resume
amruthpillai
A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:AtlasCloudAI/atlas-cloud-skills
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
🎬 Seedance 2.5 is now live on Atlas Cloud! ByteDance's newest flagship video model — native audio-video joint generation, up to 30s in a single generation, native 480p/720p/1080p (up to 4K via built-in super-resolution), aspect ratios from 21:9 to 9:16, and multimodal reference of up to 30 images + 10 videos + 10 audio clips. Available now: Text-to-Video · Image-to-Video · Reference-to-Video from $0.134/s. Cheaper tiers: Seedance 2.0 Fast from $0.072/s · Seedance 2.0 Mini from $0.039/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.
🎬 Newest video generations — Kling 4.0 · Wan 3.0. The latest Kling and Wan alongside Kling 3.0 / Video O3 and Wan 2.7 — same API key, same endpoints, browse the full video line-up.
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.
🎬 Video (174) — Seedance 2.5 · MiniMax H3 · Youchuan V8.2 · Seedance 2.0 Mini · HappyHorse-1.1 · Gemini Omni Flash
🎨 Image (116) — Seedream v5.0 Pro · Qwen Image 3.0 · Reve 2.1 · Youchuan V8.2
🧊 3D (7) — Seed3D 2.0 · Hunyuan 3D Rapid · Hunyuan 3D Pro · Tripo H3.1
💬 LLM (65) — Grok 4.6 · DeepSeek V4 Flash 0731 · Qwen3.8 Max · Kimi K3
🔊 Audio (TTS · Music · ASR) (18) — Seed Audio 1.0 · xAI TTS v1 · ElevenLabs v3 · Suno chirp-v4-5-all
📚 Explore more — all 396 live models »
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.
Quickly integrate Atlas Cloud API into your projects. This skill provides:
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_mediaA model-specific sub-skill for controllable Seedance video, layered on top of atlas-cloud. Use it when a job needs shot planning rather than a single prompt:
Works with universal-video-prompt-skill when the same brief needs to run on more than one model. Prompt library for this model: awesome-seedance-2.5-prompts-skills
Model-agnostic companion to seedance-2-5-skill. It writes one prompt spec — scope, locks, staging, end states — separately from the dialect that expresses it, then compiles that spec for whichever video model you can actually call. Use it when:
Each model carries a measured profile (reference syntax, limits, timing adherence, default-bias behaviour); the skill probes what it does not know, degrades the spec to what the model supports, and reports every degrade. English + Simplified Chinese references throughout.
npx skills add AtlasCloudAI/atlas-cloud-skills
curl -fsSL https://raw.githubusercontent.com/AtlasCloudAI/atlas-cloud-skills/main/install.sh | sh
Copy atlas-cloud/ to ~/.claude/skills/atlas-cloud/, and any sub-skill under skills/ to ~/.claude/skills/<name>/.
curl -fsSL https://raw.githubusercontent.com/AtlasCloudAI/atlas-cloud-skills/main/install.sh | sh -s atlas-cloud
curl -fsSL https://raw.githubusercontent.com/AtlasCloudAI/atlas-cloud-skills/main/install.sh | sh -s seedance-2-5-skill
curl -fsSL https://raw.githubusercontent.com/AtlasCloudAI/atlas-cloud-skills/main/install.sh | sh -s universal-video-prompt-skill
seedance-2-5-skill references universal-video-prompt-skill, so install both if you want cross-model prompt specs.
export ATLASCLOUD_API_KEY="your-api-key-here"
See .env.example for a ready-to-copy template.
| 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.5, Kling 4.0, Wan 3.0, Kling Video O3 |
| 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 |
For a more native experience, install the Atlas Cloud MCP Server:
# 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
{
"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.
Docs: Models & API · Console / API Keys
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: agent-skills、claude-code、image-generation、mcp、video-generation。