alicloud-network-dns-cliAlibaba Cloud DNS (Alidns) CLI skill. Use to query, add, and update DNS records via aliyun-cli, including CNAME setup for Function Compute custom domains.
Install via ClawdBot CLI:
clawdbot install cinience/alicloud-network-dns-cliCategory: tool
aliyun-cli 查询与管理阿里云 DNS 解析记录。curl -fsSL https://aliyuncli.alicdn.com/aliyun-cli-linux-latest-amd64.tgz -o /tmp/aliyun-cli.tgz
mkdir -p ~/.local/bin
tar -xzf /tmp/aliyun-cli.tgz -C /tmp
mv /tmp/aliyun ~/.local/bin/aliyun
chmod +x ~/.local/bin/aliyun
~/.local/bin/aliyun configure set \
--profile default \
--access-key-id <AK> \
--access-key-secret <SK> \
--region cn-hangzhou
Region 作为默认值配置;若不确定最合适的 Region,执行时应询问用户。
查询子域名记录:
~/.local/bin/aliyun alidns DescribeSubDomainRecords \
--SubDomain news.example.com
~/.local/bin/aliyun alidns AddDomainRecord \
--DomainName example.com \
--RR news \
--Type CNAME \
--Value <TARGET>
自定义域名需要指向 FC 公网 CNAME:
<account_id>.<region_id>.fc.aliyuncs.com
示例(杭州):
1629965279769872.cn-hangzhou.fc.aliyuncs.com
www 等子域名或 ALIAS/ANAME 记录。DomainNameNotResolved。references/sources.mdGenerated Mar 1, 2026
A company migrating its infrastructure to Alibaba Cloud needs to configure DNS records for its domains to point to new cloud services like Function Compute. This skill automates the process of adding and updating CNAME records, ensuring seamless domain redirection without manual API calls.
A DevOps team managing microservices on Alibaba Cloud uses this skill to dynamically update DNS records as part of CI/CD pipelines. It helps automate CNAME configurations for custom domains in Function Compute, reducing deployment errors and speeding up service rollouts.
An e-commerce business scaling its operations on Alibaba Cloud utilizes this skill to manage DNS records for multiple subdomains, such as news or promo pages. It enables quick CNAME setups for custom domains, ensuring high availability and performance during traffic spikes.
A startup deploying a web application on Alibaba Cloud's Function Compute uses this skill to configure custom domains with CNAME records. It simplifies DNS management, allowing non-experts to set up domains quickly and focus on core development tasks.
A SaaS provider integrates this skill into their platform to offer automated DNS management as a value-added service for customers using Alibaba Cloud. It generates revenue through subscription fees or premium support packages for DNS configuration services.
A managed service provider uses this skill to offer DNS management as part of their cloud infrastructure services. It helps reduce operational overhead for clients, with revenue coming from monthly retainer fees or per-project billing for setup and maintenance.
A consulting firm provides training and implementation services for Alibaba Cloud tools, including this DNS CLI skill. Revenue is generated through workshops, certification courses, and hands-on support for clients migrating to or optimizing their cloud DNS setups.
💬 Integration Tip
Ensure aliyun-cli is installed and configured with proper credentials before using this skill; verify DNS record changes with DescribeSubDomainRecords to avoid conflicts.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.