eliza-cloud-manage-domain

eliza-cloud-manage-domain is a skill for Claude Code, Codex from elizaOS/eliza. It costs 125 tokens per session (1,621 once invoked), scanned A, original, MIT.

A tool for managing custom domains already attached to Eliza Cloud apps. A domain is a web address such as example.com, and DNS records connect that address to online services.

In plain words
What is it for?
Use it to list domains, inspect status, edit DNS records on Cloudflare-managed zones, refresh verification, confirm external attachments, or detach a domain from an app.
Why use it?
It lets you check and maintain existing domains without confusing domain management with buying a new domain or changing DNS at an outside provider.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to list domains, inspect status, edit DNS records on Cloudflare-managed zones, refresh verification, confirm external attachments, or detach a domain from an app.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/elizaos/eliza/eliza-cloud-manage-domain
About the project

elizaOS is an open-source TypeScript framework and product stack for building and running autonomous AI agents. Developers use its runtime, application, command-line tool, cloud services, native bridges, and plugins to create agent-based software. The catalogue entries provide skills, commands, instructions, and rules for working with this monorepo and its agent ecosystem.

elizaOS/eliza · 19,326 stars · on GitHub · elizaresearch.ai

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add elizaOS/eliza --skill eliza-cloud-manage-domain
Clone the repo
git clone --depth 1 https://github.com/elizaOS/eliza

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for eliza-cloud-manage-domain

README.md
[![agentmods](https://agentmods.dev/badge/skills/elizaos/eliza/eliza-cloud-manage-domain/github.svg)](https://agentmods.dev/skills/elizaos/eliza/eliza-cloud-manage-domain)
Your own site
<a href="https://agentmods.dev/skills/elizaos/eliza/eliza-cloud-manage-domain"><img src="https://agentmods.dev/badge/skills/elizaos/eliza/eliza-cloud-manage-domain/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for eliza-cloud-manage-domain

Your own site · 80×15
<a href="https://agentmods.dev/skills/elizaos/eliza/eliza-cloud-manage-domain"><img src="https://agentmods.dev/badge/skills/elizaos/eliza/eliza-cloud-manage-domain.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 125 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,621 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Snyk pass 7 Sept 2026
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Tool Misuse · line 31
    Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
    Fix: Validate all tool parameters against an allowlist. Reject dangerous parameter values (shell=True, --force, -rf /) and use safe defaults.
  • high Tool Misuse · line 34
    Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
    Fix: Validate all tool parameters against an allowlist. Reject dangerous parameter values (shell=True, --force, -rf /) and use safe defaults.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00125 $0.01621
Opus 5 $0.00063 $0.00811
Sonnet 5 $0.00025 $0.00324
Haiku 4.5 $0.00013 $0.00162

Measured 13d ago against content hash e36237b83530, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

eliza-cloud-manage-domain scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/skills/skills/eliza-cloud-manage-domain/SKILL.md · 110 lines

How it starts

The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Manage your Eliza Cloud domains

Use this skill once the user already has at least one domain attached to one of their apps (registered via eliza-cloud-buy-domain or attached as external via the /domains POST). It covers everything after the buy: looking at what they own, editing DNS records on cloudflare-managed zones, refreshing live status, and detaching from an app.

It does NOT register new domains — that's eliza-cloud-buy-domain. It does not modify DNS on external (user-owned-elsewhere) domains — those records live at the user's existing DNS provider.

In a conversational agent running @elizaos/plugin-cloud-apps, the read path ("what domains does my app have", "is it verified") is already a first-class action — LIST_APP_DOMAINS — so prefer that from chat. DNS record CRUD, verify, sync, and detach remain SDK/skill territory below.

For live status checks, use the Cloud API plus direct HTTP/DNS/RDAP requests. Do not use web search snippets or registrar-search pages to decide whether a domain is bought, attached, or serving an app; those results can be stale.

What this skill can do

User intent Endpoint Notes
"list my domains" / "what domains do I own" GET /api/v1/domains org-wide across all their apps
"what domains does {app} have" GET /api/v1/apps/{appId}/domains per-app; from chat prefer the LIST_APP_DOMAINS action
"did myapp.com get bought" / "is it active" POST /api/v1/apps/{appId}/domains/status one attached domain's live registrar status
"show dns records for myapp.com" GET /api/v1/apps/{appId}/domains/{domain}/dns cloudflare zones only
"add a CNAME pointing www.myapp.com to ..." POST /api/v1/apps/{appId}/domains/{domain}/dns cloudflare zones only
"change the A record for myapp.com to ..." PATCH /api/v1/apps/{appId}/domains/{domain}/dns/{recordId} get the recordId from the list call first
"delete that record" DELETE /api/v1/apps/{appId}/domains/{domain}/dns/{recordId} irreversible; warn the user
"sync my domains" / "refresh domain status" POST /api/v1/apps/{appId}/domains/sync refresh all attached cloudflare domains into managed_domains
"I added the verification record, check it" POST /api/v1/apps/{appId}/domains/verify external domains: re-check the TXT challenge
"remove this domain from my app" DELETE /api/v1/apps/{appId}/domains detach only; the cloudflare registration remains until expiry

Read the full file on GitHub · 110 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 110 lines · 125 tokens per session scan A e36237b83530

Subscribe to this mod's changes

eliza-cloud-manage-domain is a skill published in the GitHub repository elizaOS/eliza (19,326 stars, last pushed today), licensed MIT. It adds 125 tokens to every session and 1,621 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

vercel-deploy

Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link.

bytedance/deer-flow · 69 tokens

huggingface-jobs

Plan, launch, inspect, monitor, and cancel authenticated Hugging Face Jobs for CPU, GPU, TPU, batch, inference, and data workloads.

metaspartan/cybara · 36 tokens

cloudflare-temporary-deploy

Deploy a temporary Cloudflare Workers preview with Wrangler for short-lived web app smoke tests.

metaspartan/cybara · 24 tokens

aws-cost-optimizer

Analyze and optimize AWS costs with recommendations for Reserved Instances, right-sizing, and resource cleanup. Use when reducing AWS spending, analyzing costs, or optimizing cloud infrastructure expenses.

armanzeroeight/fastagent-plugins · 38 tokens

stack-designer

Designs CloudFormation stack structure, nested stacks, and resource organization. Use when designing CloudFormation infrastructure, organizing resources into stacks, or planning nested stack hierarchies.

armanzeroeight/fastagent-plugins · 38 tokens

template-validator

Validates CloudFormation templates for syntax, security, and best practices. Use when validating CloudFormation templates, checking for security issues, or ensuring compliance with best practices.

armanzeroeight/fastagent-plugins · 36 tokens