vercel-dns

Automate DNS record operations for Vercel-hosted domains via the Vercel CLI.

249|47|Updated Nov 5, 2024
One-click install
npx skills add https://github.com/different-ai/agent-bank --skill vercel-dns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-dns
Source: https://github.com/different-ai/agent-bank/tree/main/.opencode/skill/vercel-dns
Command: npx skills add https://github.com/different-ai/agent-bank --skill vercel-dns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing DNS for domains hosted on Vercel can be error-prone and time-consuming when juggling multiple domains and teams.

Core Features & Use Cases

  • List DNS records for a domain.
  • Add A, AAAA, CNAME, TXT, MX, and other records.
  • Remove DNS records and switch between Vercel teams/accounts to manage domains across environments.

Quick Start

vercel dns ls <domain> --scope <team> vercel dns add <domain> <subdomain> A 1.2.3.4 vercel dns rm <record-id> --yes

Frequently Asked Questions about vercel-dns

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

FAQPage Schema
How do I manage DNS records for Vercel-hosted domains via CLI?

Manage DNS records for Vercel-hosted domains via CLI by using commands like vercel dns ls, vercel dns add, and vercel dns rm to list, create, and delete entries across your configured environments.

Can I add different types of DNS records like MX and CNAME for Vercel domains?

Yes, you can add A, AAAA, CNAME, TXT, and MX records for Vercel domains. Use the vercel dns add command followed by the domain, subdomain, record type, and value to automate configuration.

What is the best way to switch between Vercel teams when managing multiple domain DNS records?

Switch between Vercel teams when managing DNS records by appending the --scope parameter to your CLI commands, such as vercel dns ls <domain> --scope <team>, to target the correct environment.

Do I need the Vercel CLI installed to automate domain DNS operations?

Yes, you need the Vercel CLI installed to automate domain DNS operations. This skill executes commands directly through the Vercel CLI to handle record management and team switching.

How to remove a specific DNS record from a Vercel domain?

Remove a specific DNS record from a Vercel domain by executing vercel dns rm <record-id> --yes, which deletes the targeted entry and streamlines cleanup for DevOps workflows.