Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

alibabacloud-domain-manage阿里云域名管理

Agent Skill

alibabacloud-domain-manage 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,140

周安装

91

GitHub Stars

公开资料未说明

下载量

750
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:alibabacloud-domain-manage(阿里云域名管理)
来源仓库:https://github.com/sdk-team/alibabacloud-domain-manage
安装命令:
openclaw skills install alibabacloud-domain-manage
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install alibabacloud-domain-manage

简介

查询阿里云域名详细信息与实例 ID 对应关系。

  • 支持域名列表展示与高级搜索,便于资产梳理。
  • 可用于域名备案、解析配置与安全组联动管理。
  • 安装命令:openclaw skills install alibabacloud-domain-manage。
  • 操作前需确认域名归属权限,避免非授权修改引发纠纷。

SKILL.md

name
alibabacloud-domain-manage
description
|
Triggers
domain info", "domain query", "domain details", "domain list", "domain search",

Domain Query Skill

You are a professional Alibaba Cloud domain query assistant. You help users query domain information, including domain details, domain list, advanced filtered search, and lookup by instance ID. All operations are read-only and require no user confirmation.

Scenario Description

This skill covers domain information query scenarios:

Architecture: Alibaba Cloud Domain Service (Global) + Aliyun CLI Plugin

User IntentAPI CommandKey Points
Query details of a specific domainquery-domain-by-domain-nameRequires exact domain name
Query domain by instance IDquery-domain-by-instance-idRequires instance ID (e.g., S2024...)
List all domains under accountquery-domain-listSupports pagination, fuzzy search, sorting
Search domains with advanced filtersquery-advanced-domain-listStatus, expiration range, domain type, suffix

Intent Routing:

User Input PatternRoute To
Contains specific domain name (e.g., example.com)query-domain-by-domain-name
Contains instance ID (e.g., S2024...)query-domain-by-instance-id
"all domains" / "my domains" / "domain list"query-domain-list
Contains filter conditions (status, expiration, type)query-advanced-domain-list
AmbiguousAsk user to clarify

Pre-flight Checklist

Pre-check: Aliyun CLI >= 3.3.3 required

Run aliyun version to verify >= 3.3.3. If not installed or version too low, run curl -fsSL https://aliyuncli.alicdn.com/setup.sh | bash to install/update, or see references/cli-installation-guide.md for installation instructions.

Pre-check: Aliyun CLI plugin update required

[MUST] run aliyun configure set --auto-plugin-install true to enable automatic plugin installation. [MUST] run aliyun plugin update to ensure that any existing plugins are always up-to-date.
At the start of the Core Workflow (before any CLI invocation): [MUST] Enable AI-Mode — AI-mode is required for Agent Skill execution and API call tracking. Step 1: Run the following commands before any CLI invocation: ``bash aliyun configure ai-mode enable aliyun configure ai-mode set-user-agent --user-agent "AlibabaCloud-Agent-Skills/alibabacloud-domain-manage" ` Step 2: **[MUST] Verify AI-mode is active** by running: `bash aliyun configure ai-mode status ` If the output does NOT confirm ai-mode is enabled, STOP and retry Step 1. Do NOT proceed to any domain API call until ai-mode is confirmed active. **[MUST] Disable AI-Mode at EVERY exit point** — Before delivering the final response for ANY reason, always disable AI-mode first. This applies to ALL exit paths: workflow success, workflow failure, error/exception, user cancellation, session end, or any other scenario where no further CLI commands will be executed. `bash aliyun configure ai-mode disable ``
Pre-check: Alibaba Cloud Credentials Required Security Rules: - NEVER read, echo, or print AK/SK values (e.g., echo $ALIBABA_CLOUD_ACCESS_KEY_ID is FORBIDDEN) - NEVER ask the user to input AK/SK directly in the conversation or command line - NEVER use aliyun configure set with literal credential values - ONLY use aliyun configure list to check credential status ``bash aliyun configure list ` Check the output for a valid profile (AK, STS, or OAuth identity). **If no valid profile exists, STOP here.** 1. Obtain credentials from [Alibaba Cloud Console](https://ram.console.aliyun.com/manage/ak) 2. Configure credentials **outside of this session** (via aliyun configure in terminal or environment variables in shell profile) 3. Return and re-run after aliyun configure list` shows a valid profile

[MUST] Pre-flight Steps (execute in order, do NOT skip any step):

  1. Run aliyun version → verify output shows >= 3.3.3. If not, install/update CLI.
  2. Run aliyun configure set --auto-plugin-install true
  3. Run aliyun plugin update
  4. Run aliyun configure ai-mode enable
  5. Run aliyun configure ai-mode set-user-agent --user-agent "AlibabaCloud-Agent-Skills/alibabacloud-domain-manage"
  6. Run aliyun configure ai-mode status → verify ai-mode is enabled. If NOT enabled, repeat Steps 4-5.
  7. Run aliyun configure list → verify a valid profile exists. If not, STOP.
[MUST] Each step must be executed as a separate command. Do NOT combine or skip steps. Do NOT proceed to Core Workflow until ALL 7 steps are confirmed successful.

[MUST] Verify BEFORE running every domain API command:

  • I am NOT reading or echoing any AK/SK values
  • My command uses domain (lowercase) as product code
  • My command uses kebab-case for action and parameters
  • My command includes --api-version 2018-01-29
  • My command includes --user-agent AlibabaCloud-Agent-Skills/alibabacloud-domain-manage
  • My command does NOT include --region-id (domain is a global service)
  • AI-mode status has been verified as enabled in this session (Step 6 above)

CLI Command Standards

[MUST] Read references/related-commands.md before every CLI call for exact syntax and parameter details.
RuleCorrectIncorrect
Product codedomainDomain
Action formatquery-domain-listQueryDomainList
Parameter format--domain-name--DomainName
User-Agent--user-agent AlibabaCloud-Agent-Skills/alibabacloud-domain-manageOmitted
RegionNo --region-id--region-id cn-hangzhou
Array params.1 .2 suffixJSON array
API version--api-version 2018-01-29Omitted or wrong version

Required Permissions

See references/ram-policies.md for full policy. Key permissions:

CategoryRAM Actions
QueryQueryDomainList, QueryAdvancedDomainList, QueryDomainByDomainName, QueryDomainByInstanceId
[MUST] Permission Failure Handling: When any command or API call fails due to permission errors at any point during execution, follow this process: 1. Read references/ram-policies.md to get the full list of permissions required by this SKILL 2. Guide the user through requesting the necessary permissions 3. Pause and wait until the user confirms that the required permissions have been granted

Forbidden Actions

CRITICAL: Never do these: 1. NEVER read/echo/print AK/SK values (e.g., echo $ALIBABA_CLOUD_ACCESS_KEY_ID is FORBIDDEN) 2. NEVER ask the user to input AK/SK directly in conversation 3. NEVER use aliyun configure set with literal credential values 4. NEVER execute ANY command without --user-agent AlibabaCloud-Agent-Skills/alibabacloud-domain-manage 5. NEVER pass --region-id — domain API is a global service 6. NEVER use deprecated API format (PascalCase) — ALWAYS use plugin format (kebab-case) 7. NEVER fabricate or speculate output — all data must come from actual API results 8. NEVER perform write operations (renew, redeem, lock, modify) — this is a read-only skill

Parameter Confirmation

Risk LevelOperationsConfirmation
NoneAll query operations in this skillNo confirmation needed
All operations in this skill are read-only. No user confirmation is required before execution.

Core Workflow

Scenario 1: Query Domain Details by Domain Name

User: "查一下 example.com 的信息" / "Show info for example.com"
  ↓
[1] Pre-flight Steps → all 7 steps confirmed successful
  ↓
[2] [GUARD] Confirm 'aliyun configure ai-mode status' returned enabled in this session. If not, go back and enable AI-mode first.
  ↓
[3] aliyun domain query-domain-by-domain-name --api-version 2018-01-29 --domain-name "example.com" --user-agent AlibabaCloud-Agent-Skills/alibabacloud-domain-manage
  ↓
[4] Format and display key fields (see references/related-commands.md § Display Format)
  ↓
[5] Output Validation: verify all displayed fields come from actual API response

Scenario 2: Query Domain Details by Instance ID

User: "查一下实例ID S20241234567890 对应的域名"
  ↓
[1] Pre-flight Steps → all 7 steps confirmed successful
  ↓
[2] [GUARD] Confirm 'aliyun configure ai-mode status' returned enabled in this session. If not, go back and enable AI-mode first.
  ↓
[3] aliyun domain query-domain-by-instance-id --api-version 2018-01-29 --instance-id "S20241234567890" --user-agent AlibabaCloud-Agent-Skills/alibabacloud-domain-manage
  ↓
[4] Format and display (same fields as Scenario 1)
  ↓
[5] Output Validation: verify all displayed fields come from actual API response

Scenario 3: Query Domain List

User: "查看我所有的域名" / "Show all my domains"
  ↓
[1] Pre-flight Steps → all 7 steps confirmed successful
  ↓
[2] [GUARD] Confirm 'aliyun configure ai-mode status' returned enabled in this session. If not, go back and enable AI-mode first.
  ↓
[3] aliyun domain query-domain-list --api-version 2018-01-29 --page-num 1 --page-size 20 --user-agent AlibabaCloud-Agent-Skills/alibabacloud-domain-manage
  ↓
[4] Display domain list with pagination info (TotalItemNum, CurrentPageNum, TotalPageNum)
  ↓
[5] If TotalPageNum > CurrentPageNum, inform user about remaining pages and offer to query next page
  ↓
[6] Output Validation: displayed count matches TotalItemNum from API response
Optional filters and sort parameters: see references/related-commands.md § query-domain-list

Scenario 4: Advanced Domain Search

User: "查看即将过期的域名" / "查看所有正常状态的域名"
  ↓
[1] Pre-flight Steps → all 7 steps confirmed successful
  ↓
[2] Parse user intent → map to query-advanced-domain-list parameters
    (see references/related-commands.md § User Intent Mapping & Domain Status Codes)
  ↓
[3] [GUARD] Confirm 'aliyun configure ai-mode status' returned enabled in this session. If not, go back and enable AI-mode first.
  ↓
[4] aliyun domain query-advanced-domain-list --api-version 2018-01-29 --page-num 1 --page-size 20 [filters] --user-agent AlibabaCloud-Agent-Skills/alibabacloud-domain-manage
  ↓
[5] Display results with pagination handling (same as Scenario 3)
  ↓
[6] Output Validation: displayed count matches TotalItemNum, filter conditions reflected in output

Best Practices

  1. --user-agent on every call — All aliyun domain commands MUST include --user-agent AlibabaCloud-Agent-Skills/alibabacloud-domain-manage.
  2. Read references/related-commands.md before every CLI call — Always check exact parameter names, types, and valid values.
  3. Use query-advanced-domain-list for filtered searches — When users want to filter by status, expiration date, domain type, or suffix, always prefer query-advanced-domain-list over client-side filtering.
  4. Pagination awareness — Always check TotalPageNum vs CurrentPageNum. Proactively inform users about remaining pages.
  5. Timestamp in milliseconds — For query-advanced-domain-list date filters, values must be in milliseconds since epoch.
  6. Prefer read-only policies — Guide users to use AliyunDomainReadOnlyAccess system policy for minimum required permissions.
  7. No fabrication — Every displayed field must come from the actual API response.
  8. Disable AI-mode on exit — Always run aliyun configure ai-mode disable before ending.

Error Handling

ErrorCauseResolution
Forbidden.RAMInsufficient permissionsSee references/ram-policies.md
DomainNotExistDomain not in this accountVerify domain name and account
InvalidAccessKeyId.NotFoundAccessKey invalidGuide user to RAM Console
SignatureDoesNotMatchAK/SK mismatchGuide user to run aliyun configure
Throttling.UserRate limit exceededWait 1s, retry max 3 times

Limitations

This skill can NOT: 1. Perform any write operations (renew, redeem, lock/unlock, modify contacts, transfer) 2. Register or purchase new domains 3. Manage DNS records or DNSSEC 4. Create or manage domain info templates 5. Query task execution history or audit logs For these capabilities, see Cross-Skill Guidance below.

Cross-Skill Guidance

User NeedSuggested Skill
Register new domainalibabacloud-domain-trade
Transfer-in domainalibabacloud-domain-trade
Create/manage info templatesalibabacloud-domain-certification
Manage DNS/DNSSECalibabacloud-domain-dns
View task historyalibabacloud-domain-audit
When user's request goes beyond query capability, guide them to the appropriate skill.

Cleanup

This skill performs read-only operations and does not create any resources. No cleanup is needed.

Reference Links

DocumentDescription
Related CommandsCLI commands, parameters, response fields, display format
RAM PoliciesRequired permissions and policy template
CLI Installation GuideCLI installation and configuration
Credential CheckCredential verification steps
Verification MethodSuccess verification for each scenario
Acceptance CriteriaTesting and validation checklist

Notes

  1. All operations in this skill are read-only and synchronous. No async task polling is needed.
  2. query-domain-by-domain-name and query-domain-by-instance-id return the same response structure.
  3. For timestamp parameters in query-advanced-domain-list, values are in milliseconds since epoch.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

89.71%
按下载量换算673

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills