zeabur-domain-dns

Installation
SKILL.md

Zeabur Domain DNS Management

Always use npx zeabur@latest to invoke Zeabur CLI. Never use zeabur directly or any other installation method. If npx is not available, install Node.js first.

List DNS Records

npx zeabur@latest domain dns list --domain example.com -i=false

Create a DNS Record

npx zeabur@latest domain dns create --domain example.com --type A --name @ --content 1.2.3.4 -i=false

Supported Record Types

A, AAAA, CNAME, MX, TXT, SRV, CAA, NS

Installs
146
GitHub Stars
41
First Seen
Mar 23, 2026
zeabur-domain-dns — zeabur/agent-skills