eliza-cloud-manage-domain

Manage Eliza Cloud domains and DNS records through the Cloud API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? After buying a domain through Eliza Cloud, users still need to inspect what they own, edit DNS records, verify external domains, refresh live status, and detach domains from apps without manually calling the Cloud API. ## Core Features & Use Cases - Domain Inventory & Status: List domains org-wide or per app, and re-sync live registrar status for attached domains. - DNS Record CRUD: Create, update, list, and delete A, AAAA, CNAME, TXT, MX, SRV, and CAA records on Cloudflare-managed zones. - External Domain Verification: Re-check TXT verification challenges for domains registered outside Eliza Cloud, and detach domains from apps with confirmation. - Use Case: A user asks "add a CNAME pointing www.myapp.com to my deployment" — the skill finds the domain's app, lists existing records, creates the record via the Cloud API, and confirms the change. ## Quick Start Ask the agent to list your domains and show the DNS records for one of them, for example: "show the DNS records for myapp.com on my Eliza Cloud app."

Frequently Asked Questions about eliza-cloud-manage-domain

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

FAQPage Schema
How do I edit DNS records for a domain on Eliza Cloud?

List current records with GET /api/v1/apps/{appId}/domains/{domain}/dns, then create, update, or delete records using the POST, PATCH, and DELETE endpoints on the same path. DNS CRUD only works for Cloudflare-registered domains managed by Eliza Cloud.

How do I check if my domain is active on Eliza Cloud?

Call POST /api/v1/apps/{appId}/domains/status with the domain name to get its live registrar status. Use the Cloud API plus direct DNS or HTTP checks rather than search results or registrar pages, which can be stale.

Can I edit DNS for an external domain not registered through Eliza Cloud?

No. External domains are read-only in this skill; the DNS endpoints return 409 for them. You must edit those records at the DNS provider where the domain was originally purchased, such as Namecheap or Google Domains.

What DNS record types does Eliza Cloud support?

Cloudflare-managed zones support A, AAAA, CNAME, TXT, MX, SRV, and CAA records. Use ttl 1 for automatic TTL and proxied true for HTTP traffic that should pass through Cloudflare.

Does this skill buy or renew domains?

No. Buying new domains is handled by the eliza-cloud-buy-domain skill, and renewal billing for Cloudflare-registered domains runs through a cloud-side renewal cron. This skill only manages domains after purchase.