alicloud-alidns

Manage Alibaba Cloud DNS domains, records, and traffic routing.

7|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/agents-infrastructure/licell --skill alicloud-alidns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alicloud-alidns
Source: https://github.com/agents-infrastructure/licell/tree/main/.claude/skills/alicloud-alidns
Command: npx skills add https://github.com/agents-infrastructure/licell --skill alicloud-alidns

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @alicloud/alidns20150109, @alicloud/openapi-core, @darabonba/typescript, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of Alibaba Cloud DNS (Alidns) services, allowing users to control domains, records, and traffic management programmatically.

Core Features & Use Cases

  • Domain & Record Management: Add, update, delete, and query DNS domains and records (A, CNAME, MX, TXT, etc.).
  • Traffic Management: Configure DNS load balancing (DNSSLB) and Cloud GTM for intelligent traffic routing.
  • Security Features: Enable DNSSEC for enhanced domain security.
  • Use Case: Automatically provision and configure DNS records for new microservices deployed on Alibaba Cloud, ensuring they are accessible via custom domains.

Quick Start

Use the alicloud-alidns skill to add an A record for 'www.example.com' pointing to '1.2.3.4'.

Frequently Asked Questions about alicloud-alidns

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

FAQPage Schema
How do I manage Alibaba Cloud DNS records programmatically?

To manage Alibaba Cloud DNS records programmatically, you can add, update, delete, and query DNS domains and records like A, CNAME, MX, and TXT using comprehensive API coverage.

How does Cloud GTM handle intelligent traffic routing for domains?

Cloud GTM handles intelligent traffic routing by configuring DNS load balancing (DNSSLB) and global traffic distribution, directing user requests across multiple endpoints for high availability.

Can I automate DNS record provisioning for new microservices on Alibaba Cloud?

Yes, you can automate DNS record provisioning for new microservices on Alibaba Cloud, ensuring newly deployed services are immediately accessible via custom domains through API manipulation.

Does Alibaba Cloud DNS support DNSSEC for enhanced domain security?

Yes, Alibaba Cloud DNS supports DNSSEC for enhanced domain security, allowing you to enable the feature programmatically to protect against DNS spoofing and cache poisoning.

What is the best way to configure DNS load balancing using Alidns?

The best way to configure DNS load balancing using Alidns is through the DNSSLB feature, which distributes traffic across multiple IP addresses for a single domain.

Why do I need Alibaba Cloud openapi-core to manage DNS domains?

You need Alibaba Cloud openapi-core to manage DNS domains because it provides the foundational client and authentication framework required to authenticate and execute Alidns API requests securely.