Alibaba Cloud DNS (Alidns) CLI skill. Use to query, add, and update DNS records via aliyun-cli, including CNAME setup for Function Compute custom domains.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install alicloud-network-dns-cli或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install alicloud-network-dns-cli⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/alicloud-network-dns-cli/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: alicloud-network-dns-cli description: Alibaba Cloud DNS (Alidns) CLI skill. Use to query, add, and update DNS records via aliyun-cli, including CNAME setup for Function Compute custom domains. version: 1.0.0 ---
Category: tool
aliyun-cli.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
Configure region as default; if best region is unclear, ask the user.
Query subdomain records:
~/.local/bin/aliyun alidns DescribeSubDomainRecords \
--SubDomain news.example.com
~/.local/bin/aliyun alidns AddDomainRecord \
--DomainName example.com \
--RR news \
--Type CNAME \
--Value <TARGET>
Custom domain should point to FC public CNAME:
<account_id>.<region_id>.fc.aliyuncs.com
Example (Hangzhou):
1629965279769872.cn-hangzhou.fc.aliyuncs.com
www or ALIAS/ANAME records.DomainNameNotResolved may occur.- https://help.aliyun.com/zh/cli/install-cli-on-linux
- https://help.aliyun.com/zh/dns/api-alidns-2015-01-09-adddomainrecord - https://help.aliyun.com/zh/dns/api-alidns-2015-01-09-describesubdomainrecords
- https://www.alibabacloud.com/help/en/functioncompute/fc/user-guide/configure-custom-domain-names
references/sources.mdmkdir -p output/alicloud-network-dns-cli
echo "validation_placeholder" > output/alicloud-network-dns-cli/validate.txt
Pass criteria: command exits 0 and output/alicloud-network-dns-cli/validate.txt is generated.
output/alicloud-network-dns-cli/.ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, optional ALICLOUD_REGION_ID.1) Confirm user intent, region, identifiers, and whether the operation is read-only or mutating. 2) Run one minimal read-only query first to verify connectivity and permissions. 3) Execute the target operation with explicit parameters and bounded scope. 4) Verify results and save output/evidence files.
安装 Alicloud Network Dns Cli 后,可以对 AI 说这些话来触发它
Help me get started with Alicloud Network Dns Cli
Explains what Alicloud Network Dns Cli does, walks through the setup, and runs a quick demo based on your current project
Use Alicloud Network Dns Cli to alibaba Cloud DNS (Alidns) CLI skill
Invokes Alicloud Network Dns Cli with the right parameters and returns the result directly in the conversation
What can I do with Alicloud Network Dns Cli in my marketing & growth workflow?
Lists the top use cases for Alicloud Network Dns Cli, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/alicloud-network-dns-cli/ 目录(个人级,所有项目可用),或 .claude/skills/alicloud-network-dns-cli/(项目级)。重启 AI 客户端后,用 /alicloud-network-dns-cli 主动调用,或让 AI 根据上下文自动发现并使用。
Alicloud Network Dns Cli 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Alicloud Network Dns Cli 可免费安装使用。请查阅仓库了解许可证信息。
Alibaba Cloud DNS (Alidns) CLI skill. Use to query, add, and update DNS records via aliyun-cli, including CNAME setup for Function Compute custom domains.
Alicloud Network Dns Cli 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Alicloud Network Dns Cli
Identifies repetitive steps in your workflow and sets up Alicloud Network Dns Cli to handle them automatically