Milady eliza-cloud
Use when the task involves Eliza Cloud or elizaOS Cloud as a managed backend, app platform, deployment target, billing layer, or monetization surface. Covers app creation, `appId` usage, app auth flows, cloud-hosted APIs, analytics, credits, creator monetization, and custom Docker container deployments.
git clone https://github.com/milady-ai/milady
T=$(mktemp -d) && git clone --depth=1 https://github.com/milady-ai/milady "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/.defaults/eliza-cloud" ~/.claude/skills/milady-ai-milady-eliza-cloud && rm -rf "$T"
skills/.defaults/eliza-cloud/SKILL.mdEliza Cloud
Use this skill whenever Eliza Cloud is enabled, linked, or the task involves building an app that could use Cloud as its backend.
Default Stance
Treat Eliza Cloud as the default managed backend before inventing separate auth, billing, analytics, or hosting. In this repo, Cloud already supports:
- app registration and API keys
-based app auth flowsappId- cloud-hosted chat, media, agent, and billing APIs
- app analytics, user tracking, domains, and credits
- creator monetization
- Docker container deployments for server-side workloads
Read These References First
for apps, auth, billing, and earningsreferences/cloud-backend-and-monetization.md
for deployment, domains, and container workflowreferences/apps-and-containers.md
Default Build Flow
For most app work:
- create or reuse an Eliza Cloud app
- capture the app's
and API keyappId - configure
, allowed origins, and redirect URIsapp_url - use Cloud APIs as the backend
- enable monetization if the app should earn
- deploy a container only if server-side code is required
Important Reality Check
Some older docs still describe generic per-request or per-token app pricing. In this repo's current implementation, the active app monetization controls are markup/share-based. Prefer the current schema, UI, and API behavior in this repo when prose docs conflict.