atlas-cloud-media

Featured

Discover Atlas Cloud image and video models, inspect their live schemas, and submit one confirmed media generation request with bounded GET polling. Use when integrating Atlas Cloud media APIs or generating images and videos without hard-coding stale model parameters.

DevOps & Infrastructure 3,346 stars 475 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Atlas Cloud Media Use the bundled scripts/atlas_media.py CLI to discover current Atlas Cloud models, inspect a model's live request schema, and run asynchronous image or video generation. ## When to Use This Skill - The user wants to find an available Atlas Cloud image or video model. - An integration needs the current model ID, input fields, endpoint, or price. - The user wants one explicitly confirmed media generation request. - An asynchronous Atlas Cloud task needs bounded status polling. ## Setup Set the API key in the environment. Never pass it as a CLI argument or commit it to a repository. ~~~bash export ATLASCLOUD_API_KEY="your-api-key" ~~~ ATLASCLOUD_BASE_URL may point to a compatible deployment. It defaults to https://api.atlascloud.ai. ## Workflow ### 1. Discover current models ~~~bash python3 scripts/atlas_media.py models --type Image --query flux python3 scripts/atlas_media.py models --type Video --query seedance ~~~ Treat model availability and prices as live data. Run discovery immediately before choosing a model. ### 2. Inspect the exact schema ~~~bash python3 scripts/atlas_media.py describe black-forest-labs/flux-schnell ~~~ The command resolves the model's current schema URL and reports the required fields, property definitions, submission endpoint, result endpoint, and catalog price data. Build the payload from this output instead of copying an old example. ### 3. Prepare parameters in a file ~~~json { "prompt": "A clean product photogr...

Details

Author
davepoon
Repository
davepoon/buildwithclaude
Created
1 years ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category