Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add iradoweck/antigravity-awesome-skills --skill atlas-cloud-mediagit clone --depth 1 https://github.com/iradoweck/antigravity-awesome-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/iradoweck/antigravity-awesome-skills/atlas-cloud-media)<a href="https://agentmods.dev/skills/iradoweck/antigravity-awesome-skills/atlas-cloud-media"><img src="https://agentmods.dev/badge/skills/iradoweck/antigravity-awesome-skills/atlas-cloud-media/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/iradoweck/antigravity-awesome-skills/atlas-cloud-media"><img src="https://agentmods.dev/badge/skills/iradoweck/antigravity-awesome-skills/atlas-cloud-media.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00025 | $0.02671 |
| Opus 5 | $0.00013 | $0.01336 |
| Sonnet 5 | $0.00005 | $0.00534 |
| Haiku 4.5 | $0.00003 | $0.00267 |
Grade D, and why
atlas-cloud-media scanned grade D with 3 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
author: binyangzhu000-sudo tags: [atlas-cloud, image-generation, video-generation, media-api] Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
trap 'rm -rf -- "$atlas_tmp_dir"' EXIT Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl --fail --silent --show-error \ This is a copy
100% identical to atlas-cloud-media — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 292 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Atlas Cloud Media
Overview
Use Atlas Cloud's asynchronous media API to generate images or videos. This source-only skill describes model discovery, schema validation, task submission, bounded polling, and safe output retrieval; it does not bundle an SDK, executable, or hosted runtime.
When to Use This Skill
- Use when the user explicitly asks to generate an image or video with Atlas Cloud.
- Use when an existing workflow needs an Atlas Cloud image or video generation request and can make HTTPS calls.
- Use when model-specific parameters must be discovered before submission.
- Do not use this skill for OpenAI-compatible text chat; that API has a different base URL and contract.
Preconditions
- Confirm the user is authorized to send the prompt and any reference media to a third-party service.
- Explain that generation is paid and obtain approval before submitting a billable request.
- Require
ATLASCLOUD_API_KEYto be present in the environment. Never ask the user to paste it into chat, source files, command history, or logs. - Confirm the output directory and whether the user wants image generation, video generation, or both.
API Contract
| Operation | Method and endpoint |
|---|---|
| List models | GET https://api.atlascloud.ai/api/v1/models |
| Generate image | POST https://api.atlascloud.ai/api/v1/model/generateImage |
| Generate video | POST https://api.atlascloud.ai/api/v1/model/generateVideo |
| Poll task | GET https://api.atlascloud.ai/api/v1/model/prediction/{id} |
Generation and polling requests use these headers:
Authorization: Bearer $ATLASCLOUD_API_KEY
Content-Type: application/json
The model catalog is public. Each catalog entry includes a schema URL; fetch
that schema and validate parameters against it before sending a paid request.
Do not guess parameters from another model, because names such as size,
ratio, aspect_ratio, image, and image_url are model-specific.
Workflow
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 292 lines · 25 tokens per session scan D ad17fcbffcc3
atlas-cloud-media is a skill published in the GitHub repository iradoweck/antigravity-awesome-skills (30 stars, last pushed 11d ago), licensed MIT. It adds 25 tokens to every session and 2,671 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it D with 3 findings (asks for root, recursive force delete, makes network calls). It is 100% identical to atlas-cloud-media, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
atlas-cloud-media
Generate Atlas Cloud images and videos through its asynchronous media API with schema-first model selection and credential-safe polling.
media-gen
AI media generation via Fal.ai: images, video, upscale, edits. Produces Instagram ad creative using a dual-model pipeline — runs Nano Banana Pro Edit AND Ideogram v4 Image-to-Image side-by-side for every concept, giving the user two takes per brief at negligible cost ($0.28/concept). Always uses image-to-image when a…
fal
Use when calling a fal.ai endpoint by id to generate image, audio, or video from JS/Python/curl: subscribe vs submit, queue states, ED25519 webhook signature verification, per-call cost, or migrating off @fal-ai/serverless-client. NOT which model or art direction (that is ai-media); NOT the same models on another…
image-generation
Generates or edits images through the Codex CLI, with prompt refinement and vision validation.
hyperframes-motion-director
Direct and produce Chinese-first cinematic motion videos with HyperFrames. Use this skill when the user wants a rendered promo film, article-to-video piece, product launch film, website-to-video piece, keynote reveal, kinetic typography sequence, text/icon transition promo, music-synced motion graphic…
ogs-generate
Generate images and videos through OpenGen Studio (your-domain.com) via its hosted MCP server (https://mcp.your-domain.com/mcp - connect once by adding the URL and signing in with a OpenGen Studio account). Wraps OpenGen Studio's 8 MCP tools: listmodels, generateimage, generatevideo, waitforgeneration, getgeneration…