eliza-cloud

Manage Eliza Cloud apps, containers, billing, monetization, and payouts through Cloud APIs.

19.2k|5.7k|Updated Jul 9, 2024
One-click install
npx skills add https://github.com/elizaOS/eliza --skill eliza-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eliza-cloud
Source: https://github.com/elizaOS/eliza/tree/main/packages/skills/skills/eliza-cloud
Command: npx skills add https://github.com/elizaOS/eliza --skill eliza-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Managing Eliza Cloud resources—apps, containers, credits, earnings, API keys, and payment requests—requires knowing dozens of API endpoints and choosing the correct billing surface. This Skill gives an agent the complete operational map of Eliza Cloud so it can answer user requests like "list my apps", "charge this user", or "request payout" with the right endpoint and flow.

Core Features & Use Cases

  • App & Container Management: Create, configure, deploy, and delete Cloud apps and Docker containers, including managed frontend hosting with immutable, rollback-capable deployments.
  • Monetization & Payments: Configure inference markup and purchase share, create app charge requests (Stripe/OxaPay), x402 crypto payment requests, affiliate codes, and payout redemptions on Base, Ethereum, BSC, or Solana.
  • Ads & Influencer Promotion: Sell ad inventory from an app and book escrowed influencer promotions using existing credit and earnings rails.
  • Use Case: A user asks "what are my earnings and request a payout"—the agent queries /api/v1/apps/{id}/earnings, checks the redemption balance and quote, then submits a payout request with explicit confirmation.

Quick Start

Ask the agent to list your Eliza Cloud apps and show the earnings for a specific app.

Frequently Asked Questions about eliza-cloud

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

FAQPage Schema
How do I charge a user a specific dollar amount in Eliza Cloud?

Create an app charge request with POST /api/v1/apps/{id}/charges for Stripe or OxaPay payments that grant app credits, or use POST /api/v1/x402/requests for direct crypto settlement. Include callback channel metadata so payment results return to the originating conversation.

How do I monetize an app on Eliza Cloud?

Set monetization with PUT /api/v1/apps/{id}/monetization using inferenceMarkupPercentage and purchaseSharePercentage. Enabling monetization is compliance-gated: the app must pass review and reach approved status, otherwise the request returns 403.

When should I deploy a container versus use managed frontend hosting?

Deploy a container only when the app needs server-side code such as API routes, webhooks, or background jobs. Static frontend-only apps should publish built files via POST /api/v1/apps/:id/frontend, which creates immutable, rollback-capable deployments.

How do creator payouts work in Eliza Cloud?

Request a payout with POST /api/v1/redemptions, specifying a network (base, bsc, ethereum, or solana), a payout address, and asset set to eliza. The USD value is fixed at request time, then admin review processes the equivalent elizaOS token amount.

What is the difference between app credits and org credits?

Org credits fund inference usage and are topped up via /api/v1/credits/checkout. App-credit purchases via /api/v1/app-credits/checkout are currently stranded because inference billing migrated to the org balance, so prefer org-credit checkout for spendable balance.