atlas-cloud
Installation
SKILL.md
Atlas Cloud
Route complete productions through image_selector or video_selector. Call
atlas_image or atlas_video directly when the user names Atlas Cloud or an
exact Atlas model. Never substitute a direct vendor endpoint for an Atlas request.
Set ATLASCLOUD_API_KEY. The aliases ATLAS_CLOUD_API_KEY and ATLAS_API_KEY
are accepted for compatibility.
Preflight every paid call
- Read
tool.get_info()["model_catalog"]; do not infer availability from a search collection or invent a task suffix. - Select an exact model id and operation supported by that catalog.
- Announce the Atlas tool, provider, exact model, request count, and estimated cost before submitting.
- Use local-path inputs when convenient. The tool uploads them through Atlas.
- Save outputs inside the active
projects/<project-id>/tree and inspect them.