build-monetized-app

Builds, deploys, and monetizes apps on Eliza Cloud using the cloud SDK.

1|Updated Aug 5, 2026
One-click install
npx skills add https://github.com/Solizardking/Solana-Robotics-Kit --skill build-monetized-app-solizardking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-monetized-app
Source: https://github.com/Solizardking/Solana-Robotics-Kit/tree/main/eliza/packages/skills/skills/build-monetized-app
Command: npx skills add https://github.com/Solizardking/Solana-Robotics-Kit --skill build-monetized-app-solizardking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @elizaos/cloud-sdk, and includes references (resource) components.

What problem does it solve? Building an app that earns money on Eliza Cloud involves many moving parts — app registration, container deployment, markup configuration, OAuth-based user auth, payment requests, and payout redemption. This Skill provides the complete 6-step build-and-monetize flow so an agent can ship a revenue-generating app without inventing any of the plumbing. ## Core Features & Use Cases - End-to-end app lifecycle: Register an app with @elizaos/cloud-sdk, deploy a prebuilt first-party container image, configure inference markup, and patch the deployed URL and allowed origins. - Monetization and payouts: Configure markup percentages, app charge requests via Stripe/OxaPay, x402 crypto payments on Base, Ethereum, BSC, and Solana, and creator payout redemptions in elizaOS tokens. - Survival economics: Earnings from app markups auto-fund the agent's own container hosting (~$0.67/day default tier), keeping the agent online as long as the app is profitable. - Use Case: An autonomous agent registers a chat app, deploys it to a *.apps.elizacloud.ai subdomain with a 100% inference markup, and its earnings cover its own hosting costs indefinitely. ## Quick Start Ask the agent to build and deploy a new monetized chat app on Eliza Cloud with a chosen name and default markup settings.

Frequently Asked Questions about build-monetized-app

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a monetized app on Eliza Cloud?

Use the @elizaos/cloud-sdk to register the app with skipGitHubRepo: true, deploy it with cloud.deployApp, set a markup via cloud.updateMonetization, then patch app_url and allowed_origins to the deployed URL. The full 6-step flow is idempotent at each step boundary.

How does Eliza Cloud app monetization work?

Every inference call routed through your app debits the user's org credit balance and records your configured markup percentage as creator earnings in the redeemable_earnings_ledger. Earnings can auto-fund container hosting or be redeemed for elizaOS tokens on Base, BSC, Ethereum, or Solana.

Can I deploy my own container image to Eliza Cloud apps?

No, app deploys are restricted to prebuilt, allowlisted first-party ghcr.io/elizaos/* images, and build-from-repo is disabled. Template apps created with skipGitHubRepo: true get the default template image stamped automatically.

Why does deployApp return 503 apps_deploy_disabled?

The deploy endpoint is gated: it returns 503 unless APPS_DEPLOY_ENABLED=1 is set on the Worker, and 403 if the org is not on the production deploy allowlist. Report this to the human operator rather than attempting a workaround.

What payment methods does Eliza Cloud support for app charges?

App charge requests support Stripe and OxaPay checkout, while x402 payment requests enable direct wallet-native crypto payments settled on Base, Ethereum, BSC, and Solana via the hosted facilitator at x402.elizacloud.ai.

What happens when my Eliza Cloud credits run out?

The daily container-billing cron pulls from redeemable earnings first, then credits. If both reach zero, the container gets a payment_overdue warning and is stopped after 48 hours; only a credit top-up or new earnings can recover it.