alicloud-network-dns-cli

Manage Alibaba Cloud DNS records and configure CNAME entries via aliyun-cli.

396|34|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-network-dns-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alicloud-network-dns-cli
Source: https://github.com/cinience/alicloud-skills/tree/main/skills/network/dns/alicloud-network-dns-cli
Command: npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-network-dns-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of Alibaba Cloud DNS records, enabling users to query, add, and update DNS entries efficiently, including crucial CNAME configurations for Function Compute custom domains.

Core Features & Use Cases

  • DNS Record Management: Add, query, and update various DNS record types (e.g., CNAME, A, MX) for your Alibaba Cloud domains.
  • Function Compute Integration: Streamlines the process of setting up custom domain names for Alibaba Cloud Function Compute by configuring the necessary CNAME records.
  • Use Case: You've just deployed a new web application on Alibaba Cloud Function Compute and need to point your custom domain www.example.com to it. This Skill can automatically add the required CNAME record in your Alidns configuration.

Quick Start

Use the alicloud-network-dns-cli skill to add a CNAME record for news.example.com pointing to the provided target.

Frequently Asked Questions about alicloud-network-dns-cli

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

FAQPage Schema
How do I add a CNAME record for an Alibaba Cloud Function Compute custom domain?

To add a CNAME record for an Alibaba Cloud Function Compute custom domain, use this Skill to configure Alidns entries via aliyun-cli. It automatically points your custom domain to the Function Compute endpoint.

What do I need to manage Alibaba Cloud DNS records using aliyun-cli?

Managing Alibaba Cloud DNS records with aliyun-cli requires installing the aliyun-cli tool and configuring valid Alibaba Cloud credentials. This setup allows you to query and add DNS entries.

Can I query and update existing DNS records in Alidns?

Yes, you can query and update existing DNS records in Alidns. This Skill facilitates querying current entries and adding various record types like CNAME, A, and MX for your domains.

What is the best way to point my custom domain to Alibaba Cloud Function Compute?

The best way to point a custom domain to Alibaba Cloud Function Compute is by configuring the required CNAME record. This Skill streamlines adding that specific CNAME entry into your Alibaba Cloud DNS configuration.

Does this DNS management approach work for record types other than CNAME?

Yes, this DNS management approach works for record types other than CNAME. You can add and update various DNS records including A and MX records for your Alibaba Cloud domains.

Why is configuring CNAME records necessary for Function Compute custom domains?

Configuring CNAME records is necessary for Function Compute custom domains because it maps your custom domain name to the Alibaba Cloud endpoint. This ensures web traffic routes correctly to your deployed application.