一键导入
atlas-cloud
Generate images and videos using Atlas Cloud AI models (Kling, Flux, etc.). Use when the user wants to create AI-generated images or videos.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate images and videos using Atlas Cloud AI models (Kling, Flux, etc.). Use when the user wants to create AI-generated images or videos.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Converts webpages, articles, or documents into study flashcards that you can review with spaced repetition
Optimize Claude Code Pro/Max usage by starting the 5-hour rolling window early morning, giving you more resets during waking hours.
Fetch up-to-date, version-specific library documentation and code examples from Context7. Use this skill whenever the user asks about a specific programming library, framework, or API, or when writing code that depends on a library. Replaces stale training-data knowledge with live docs.
Send yourself a daily text message with a randomly selected or rotating positive affirmation.
Creates an ideal dating profile by writing your bio and choosing the best photos in the right order
Finds recent missed connections posts from Craigslist and gives you the highlights
| name | atlas-cloud |
| description | Generate images and videos using Atlas Cloud AI models (Kling, Flux, etc.). Use when the user wants to create AI-generated images or videos. |
| metadata | {"author":"buckbuckbot.zo.computer"} |
| compatibility | Created for Zo Computer |
Generate images and videos using Atlas Cloud's AI models (Kling for video, Nano Banana for images).
The API key is stored in your secrets as ATLASCLOUD_API_KEY. The skill reads it automatically.
Generate video from a text prompt using Kling v3.0 Pro.
bun Skills/Community/atlas-cloud/scripts/video.ts --prompt "A minimal cube rotating in dark space" --aspect-ratio "16:9" --duration 5
Options:
| Flag | Description | Default |
|---|---|---|
--prompt | Video description (required) | - |
--aspect-ratio | 16:9, 9:16, 1:1 | 16:9 |
--duration | 5 or 10 seconds | 5 |
--cfg-scale | Creativity 0-1 | 0.5 |
--negative-prompt | Things to avoid | - |
--no-sound | Disable audio | false |
Generate video from an input image.
bun Skills/Community/atlas-cloud/scripts/image-to-video.ts --image "https://example.com/image.jpg" --prompt "Camera pans left"
Options:
| Flag | Description | Default |
|---|---|---|
--image | Input image URL (required) | - |
--end-image | End frame image URL | - |
--prompt | Video description | - |
--aspect-ratio | 16:9, 9:16, 1:1 | 16:9 |
--duration | 5 or 10 seconds | 5 |
--cfg-scale | Creativity 0-1 | 0.5 |
--negative-prompt | Things to avoid | - |
--no-sound | Disable audio | false |
Generate images using Google's Nano Banana 2 model.
bun Skills/Community/atlas-cloud/scripts/text-to-image.ts --prompt "cyberpunk city at night" --aspect-ratio "16:9" --resolution "2k"
Options:
| Flag | Description | Default |
|---|---|---|
--prompt | Image description (required) | - |
--aspect-ratio | 16:9, 9:16, 1:1 | 16:9 |
--resolution | 2k, 4k, 1k | 2k |
--negative-prompt | Things to avoid | - |
Edit images using Nano Banana 2 developer model.
bun Skills/Community/atlas-cloud/scripts/image-edit.ts --image "https://example.com/image.jpg" --prompt "Transform into 3D"
Options:
| Flag | Description | Default |
|---|---|---|
--image | Input image URL (required) | - |
--prompt | Edit description (required) | - |
--aspect-ratio | 16:9, 9:16, 1:1 | 16:9 |
--resolution | 2k, 4k, 1k | 2k |
All scripts save the result URL to a file:
atlas-last-video.txtatlas-last-image.txt