eliza-cloud

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Managing Eliza Cloud resources—apps, containers, credits, earnings, payment requests, and deployments—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 Marketing: 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 can I cash out?" The agent queries /api/v1/apps/{id}/earnings, checks /api/v1/redemptions/balance, gets a quote, and submits a payout request after 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 built on Eliza Cloud?

Set monetization with PUT /api/v1/apps/{id}/monetization using inferenceMarkupPercentage and purchaseSharePercentage. You can also sell ad slots via /api/v1/marketing/inventory or earn through affiliate codes.

When should I deploy a container versus using 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 with POST /api/v1/apps/:id/frontend, which creates immutable, rollback-capable deployments.

How do creator payouts and redemptions work in Eliza Cloud?

Request payouts with POST /api/v1/redemptions after checking balance and quote endpoints. Payouts are fixed to a USD value at request time and paid in elizaOS tokens on base, bsc, ethereum, or solana after admin review.

What is the difference between app credits and org credits in Eliza Cloud?

Org credits fund inference usage and are topped up via /api/v1/credits/checkout, while app-credit purchases currently feed a stranded per-app pool since inference billing migrated to the org balance. Prefer org-credit checkout for spendable balance.