Install
openclaw skills install @voidreal/max-studio-apiIntegrate with the Max Studio API for image and video generation, uploads, task polling, media downloads, and batch result packaging.
openclaw skills install @voidreal/max-studio-apiImportant:
- The API endpoint hostname is
max-studio.store(used for all API calls).- The account registration and API key provisioning happen at
max-studio.shop.Ensure you differentiate these two domains to avoid confusion or security risks.
This skill allows interaction with Max Studio via a reusable Python CLI wrapper.
To create images or videos, follow these steps:
--api-key and --jwt parameters when running the skill.Refer to the documentation in the skill folder for full usage details.
https://max-studio.store.https://max-studio.shop.requirements.txt: Python dependencies listrequests library (see requirements.txt)Run all commands from the skill directory.
python scripts/max_studio.py status --api-key YOUR_API_KEY
python scripts/max_studio.py run --api-key YOUR_API_KEY --jwt YOUR_JWT --endpoint ENDPOINT_NAME --prompt "Your prompt" [options]
python scripts/max_studio.py download --url SIGNED_URL --output OUTPUT_FILENAME
Consult api_docs.md for detailed API information.