alibabacloud-find-skills

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Alibaba Cloud Agent Skills Search & Discovery

阿里云 Agent Skills 搜索与发现

This skill helps users search, discover, and install Alibaba Cloud official Agent Skills through the
agentexplorer
CLI plugin.
本 Skill 可帮助用户通过
agentexplorer
CLI 插件搜索、发现并安装阿里云官方 Agent Skills。

Scenario Description

场景说明

This skill enables users to:
  1. Search Skills — Find Alibaba Cloud Agent Skills by keyword, category, or both
  2. Browse Categories — Explore available skill categories and subcategories
  3. View Skill Details — Get detailed information about specific skills
  4. Install Skills — Guide users through skill installation process
Architecture: Alibaba Cloud CLI + agentexplorer Plugin → Skills Repository
本 Skill 支持用户完成以下操作:
  1. 搜索 Skills — 按关键词、分类或二者结合查找阿里云 Agent Skills
  2. 浏览分类 — 探索可用的 Skill 分类和子分类
  3. 查看 Skill 详情 — 获取特定 Skill 的详细信息
  4. 安装 Skills — 引导用户完成 Skill 安装流程
架构: 阿里云 CLI + agentexplorer 插件 → Skills 仓库

Use Cases

使用案例

  • "Find a skill for managing ECS instances"
  • "What Alibaba Cloud skills are available for databases?"
  • "阿里云有哪些 OSS 相关的 skill?"
  • "Browse all available alicloud skills"
  • "Install a skill for RDS management"
  • "找一个用于管理 ECS 实例的 Skill"
  • "阿里云有哪些可用于数据库的 Skill?"
  • "阿里云有哪些 OSS 相关的 skill?"
  • "浏览所有可用的阿里云 skills"
  • "安装一个用于 RDS 管理的 skill"

Installation

安装

Pre-check: Aliyun CLI >= 3.3.1 required
Run
aliyun version
to verify >= 3.3.1. If not installed or version too low, see references/cli-installation-guide.md for installation instructions. Then [MUST] run
aliyun configure set --auto-plugin-install true
to enable automatic plugin installation.
预检查:要求 Aliyun CLI 版本 >= 3.3.1
运行
aliyun version
确认版本 >= 3.3.1。如果未安装或版本过低,请查看 references/cli-installation-guide.md 获取安装指引。 之后[必须]运行
aliyun configure set --auto-plugin-install true
开启插件自动安装功能。

Install agentexplorer Plugin

安装 agentexplorer 插件

bash
undefined
bash
undefined

Install the agentexplorer plugin

Install the agentexplorer plugin

aliyun plugin install --names agentexplorer
aliyun plugin install --names agentexplorer

Verify installation

Verify installation

aliyun agentexplorer --help --user-agent AlibabaCloud-Agent-Skills
undefined
aliyun agentexplorer --help --user-agent AlibabaCloud-Agent-Skills
undefined

Authentication

认证

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 --user-agent AlibabaCloud-Agent-Skills
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
  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
预检查:需要阿里云凭证
安全规则:
  • 永远不要读取、回显或打印 AK/SK 值(例如禁止执行
    echo $ALIBABA_CLOUD_ACCESS_KEY_ID
  • 永远不要要求用户在对话或命令行中直接输入 AK/SK
  • 永远不要使用字面量凭证值执行
    aliyun configure set
  • 仅可使用
    aliyun configure list
    检查凭证状态
bash
aliyun configure list --user-agent AlibabaCloud-Agent-Skills
检查输出中是否存在有效配置(AK、STS 或 OAuth 身份)。
如果不存在有效配置,请停止当前操作。
  1. 阿里云控制台 获取凭证
  2. 在当前会话之外配置凭证(通过终端执行
    aliyun configure
    或在 shell 配置文件中设置环境变量)
  3. aliyun configure list
    显示有效配置后返回并重新执行操作

RAM Policy

RAM 策略

This skill uses read-only APIs from the AgentExplorer service. Required permissions:
agentexplorer:ListCategories
,
agentexplorer:SearchSkills
,
agentexplorer:GetSkillContent
. For the full RAM policy JSON, see references/ram-policies.md.
[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. Use
    ram-permission-diagnose
    skill to guide the user through requesting the necessary permissions
  3. Pause and wait until the user confirms that the required permissions have been granted
For detailed permission information, see references/ram-policies.md.
本 Skill 使用 AgentExplorer 服务的只读 API。所需权限:
agentexplorer:ListCategories
agentexplorer:SearchSkills
agentexplorer:GetSkillContent
。完整 RAM 策略 JSON 请查看 references/ram-policies.md
[必须]权限失败处理: 执行过程中任意命令或 API 调用因权限错误失败时,遵循以下流程:
  1. 读取
    references/ram-policies.md
    获取本 SKILL 所需的完整权限列表
  2. 使用
    ram-permission-diagnose
    skill 引导用户申请所需权限
  3. 暂停操作,等待用户确认已授予所需权限
如需详细权限信息,请查看 references/ram-policies.md

Parameter Confirmation

参数确认

IMPORTANT: Parameter Confirmation — Before executing any command or API call, ALL user-customizable parameters (e.g., keyword, category-code, skill-name, max-results, etc.) MUST be confirmed with the user. Do NOT assume or use default values without explicit user approval.
Parameter NameRequired/OptionalDescriptionDefault Value
keyword
OptionalSearch keyword (product name, feature name, or description)None
category-code
OptionalCategory code for filtering (e.g., "computing", "computing.ecs")None
max-results
OptionalMaximum number of results per page (1-100)20
next-token
OptionalPagination token from previous responseNone
skip
OptionalNumber of items to skip0
skill-name
Required (for get-skill-content)Unique skill identifierNone
重要提示:参数确认 — 执行任何命令或 API 调用前,所有用户可自定义参数(例如 keyword、category-code、skill-name、max-results 等)必须与用户确认。未经用户明确许可,不得假设参数值或使用默认值。
参数名必选/可选说明默认值
keyword
可选搜索关键词(产品名、功能名或描述)
category-code
可选用于过滤的分类编码(例如 "computing"、"computing.ecs")
max-results
可选每页最大结果数(1-100)20
next-token
可选上一次响应返回的分页令牌
skip
可选跳过的条目数量0
skill-name
必选(获取Skill内容时)唯一Skill标识符

Core Workflow

核心工作流

Workflow 1: Search Skills by Keyword

工作流1:按关键词搜索 Skills

Scenario: User wants to find skills related to a specific product or feature.
bash
undefined
场景: 用户想要查找与特定产品或功能相关的 Skill。
bash
undefined

Step 1: Confirm search keyword with user

Step 1: Confirm search keyword with user

Example: "ECS", "database backup", "OSS", "monitoring"

Example: "ECS", "database backup", "OSS", "monitoring"

Step 2: Execute search command

Step 2: Execute search command

aliyun agentexplorer search-skills
--keyword "<user-confirmed-keyword>"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills
aliyun agentexplorer search-skills
--keyword "<user-confirmed-keyword>"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills

Step 3: Parse and display results to user

Step 3: Parse and display results to user

Show: skillName, displayName, description, categoryName, installCount, likeCount

Show: skillName, displayName, description, categoryName, installCount, likeCount

undefined
undefined

Workflow 2: Browse Skills by Category

工作流2:按分类浏览 Skills

Scenario: User wants to explore skills in a specific category.
bash
undefined
场景: 用户想要探索特定分类下的 Skill。
bash
undefined

Step 1: List all available categories

Step 1: List all available categories

aliyun agentexplorer list-categories
--user-agent AlibabaCloud-Agent-Skills
aliyun agentexplorer list-categories
--user-agent AlibabaCloud-Agent-Skills

Step 2: Confirm category selection with user

Step 2: Confirm category selection with user

Example: "computing", "database", "computing.ecs"

Example: "computing", "database", "computing.ecs"

Step 3: Search skills in selected category

Step 3: Search skills in selected category

aliyun agentexplorer search-skills
--category-code "<user-confirmed-category>"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills
aliyun agentexplorer search-skills
--category-code "<user-confirmed-category>"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills

Step 4: Display results to user

Step 4: Display results to user

undefined
undefined

Workflow 3: Get Skill Details

工作流3:获取 Skill 详情

Scenario: User wants to see detailed information about a specific skill.
bash
undefined
场景: 用户想要查看特定 Skill 的详细信息。
bash
undefined

Step 1: Confirm skill name with user

Step 1: Confirm skill name with user

(Usually obtained from previous search results)

(Usually obtained from previous search results)

Step 2: Retrieve skill content

Step 2: Retrieve skill content

aliyun agentexplorer get-skill-content
--skill-name "<user-confirmed-skill-name>"
--user-agent AlibabaCloud-Agent-Skills
aliyun agentexplorer get-skill-content
--skill-name "<user-confirmed-skill-name>"
--user-agent AlibabaCloud-Agent-Skills

Step 3: Display skill details including:

Step 3: Display skill details including:

- Full description

- Full description

- Usage instructions

- Usage instructions

- Prerequisites

- Prerequisites

- Examples

- Examples

undefined
undefined

Workflow 4: Install a Skill

工作流4:安装 Skill

Scenario: User wants to install a discovered skill.
bash
undefined
场景: 用户想要安装已发现的 Skill。
bash
undefined

Step 1: Confirm skill name with user

Step 1: Confirm skill name with user

Step 2: Execute installation command

Step 2: Execute installation command

npx skills add aliyun/alibabacloud-skills
--skill <user-confirmed-skill-name>
npx skills add aliyun/alibabacloud-skills
--skill <user-confirmed-skill-name>

Step 3: Verify installation success

Step 3: Verify installation success

Check that skill appears in available skills list

Check that skill appears in available skills list

undefined
undefined

Workflow 5: Combined Search (Keyword + Category)

工作流5:组合搜索(关键词+分类)

Scenario: User wants to narrow down search results using both keyword and category.
bash
undefined
场景: 用户想要同时使用关键词和分类缩小搜索结果范围。
bash
undefined

Step 1: Confirm both keyword and category with user

Step 1: Confirm both keyword and category with user

Step 2: Execute combined search

Step 2: Execute combined search

aliyun agentexplorer search-skills
--keyword "<user-confirmed-keyword>"
--category-code "<user-confirmed-category>"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills
aliyun agentexplorer search-skills
--keyword "<user-confirmed-keyword>"
--category-code "<user-confirmed-category>"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills

Step 3: Display filtered results

Step 3: Display filtered results

undefined
undefined

Workflow 6: Paginated Search

工作流6:分页搜索

Scenario: User wants to browse through multiple pages of search results.
bash
undefined
场景: 用户想要浏览多页搜索结果。
bash
undefined

Step 1: Execute initial search

Step 1: Execute initial search

aliyun agentexplorer search-skills
--keyword "<keyword>"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills
aliyun agentexplorer search-skills
--keyword "<keyword>"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills

Step 2: Extract nextToken from response

Step 2: Extract nextToken from response

Step 3: Fetch next page if user requests more results

Step 3: Fetch next page if user requests more results

aliyun agentexplorer search-skills
--keyword "<keyword>"
--max-results 20
--next-token "<next-token-from-previous-response>"
--user-agent AlibabaCloud-Agent-Skills
undefined
aliyun agentexplorer search-skills
--keyword "<keyword>"
--max-results 20
--next-token "<next-token-from-previous-response>"
--user-agent AlibabaCloud-Agent-Skills
undefined

Success Verification

成功验证

After each operation, verify success by checking:
  1. List Categories: Response contains categoryCode and categoryName fields
  2. Search Skills: Response contains skills array with valid skill objects
  3. Get Skill Content: Response contains complete skill markdown content
  4. Install Skill: Skill appears in Claude Code skills list
For detailed verification steps, see references/verification-method.md.
每次操作完成后,通过以下检查确认操作成功:
  1. 列出分类: 响应包含 categoryCode 和 categoryName 字段
  2. 搜索 Skills: 响应包含有效 Skill 对象组成的 skills 数组
  3. 获取 Skill 内容: 响应包含完整的 Skill markdown 内容
  4. 安装 Skill: Skill 出现在 Claude Code 技能列表中
如需详细验证步骤,请查看 references/verification-method.md

Search Strategies & Best Practices

搜索策略与最佳实践

1. Keyword Selection

1. 关键词选择

  • Use product codes:
    ecs
    ,
    rds
    ,
    oss
    ,
    slb
    ,
    vpc
    (English abbreviations work best)
  • Chinese names: Also supported, e.g., "云服务器", "数据库", "对象存储"
  • Feature terms: "backup", "monitoring", "batch operation", "deployment"
  • Generic terms: When unsure, use broader terms like "compute", "storage", "network"
  • 使用产品编码:
    ecs
    rds
    oss
    slb
    vpc
    (英文缩写搜索效果最佳)
  • 中文名称: 也支持,例如 "云服务器"、"数据库"、"对象存储"
  • 功能术语: "backup"、"monitoring"、"batch operation"、"deployment"
  • 通用术语: 不确定时使用更宽泛的术语,例如 "compute"、"storage"、"network"

2. Category Filtering

2. 分类过滤

  • Browse first: Use
    list-categories
    to understand available categories
  • Top-level categories:
    computing
    ,
    database
    ,
    storage
    ,
    networking
    ,
    security
    , etc.
  • Subcategories: Use dot notation like
    computing.ecs
    ,
    database.rds
  • Multiple categories: Separate with commas:
    computing,database
  • 先浏览分类: 使用
    list-categories
    了解可用分类
  • 顶级分类:
    computing
    database
    storage
    networking
    security
  • 子分类: 使用点分格式,例如
    computing.ecs
    database.rds
  • 多分类: 用逗号分隔:
    computing,database

3. Result Optimization

3. 结果优化

  • Start broad: Begin with keyword-only search, then add category filters
  • Adjust page size: Use
    --max-results
    based on display needs (20-50 typical)
  • Check install counts: Popular skills usually have higher install counts
  • Read descriptions: Match skill description to your specific use case
  • 从宽泛搜索开始: 先仅用关键词搜索,结果过多时再添加分类过滤器
  • 调整页长: 根据展示需求使用
    --max-results
    (通常设置为20-50)
  • 查看安装量: 热门 Skill 通常安装量更高
  • 阅读描述: 匹配 Skill 描述与具体使用场景

4. When No Results Found

4. 无搜索结果时

bash
undefined
bash
undefined

Strategy 1: Try alternative keywords

策略1:尝试替代关键词

Instead of "云服务器" try "ECS" or "instance"

不用 "云服务器" 尝试 "ECS" 或 "instance"

Strategy 2: Remove filters

策略2:移除过滤器

Drop category filter, search by keyword only

去掉分类过滤器,仅按关键词搜索

Strategy 3: Browse by category

策略3:按分类浏览

aliyun agentexplorer list-categories --user-agent AlibabaCloud-Agent-Skills aliyun agentexplorer search-skills --category-code "computing" --user-agent AlibabaCloud-Agent-Skills
aliyun agentexplorer list-categories --user-agent AlibabaCloud-Agent-Skills aliyun agentexplorer search-skills --category-code "computing" --user-agent AlibabaCloud-Agent-Skills

Strategy 4: Use broader terms

策略4:使用更宽泛的术语

Instead of "RDS backup automation" try just "RDS" or "database"

不用 "RDS backup automation" 尝试仅用 "RDS" 或 "database"

undefined
undefined

5. Display Results to Users

5. 向用户展示结果

When presenting search results, format as table:
Found N skills:

| Skill Name | Display Name | Description | Category | Install Count |
|------------|--------------|-------------|----------|---------------|
| alibabacloud-ecs-batch | ECS Batch Operations | Batch manage ECS instances | Computing > ECS | 245 |
| ... | ... | ... | ... | ... |
Include:
  • skillName: For installation and detailed queries
  • displayName: User-friendly name
  • description: Brief overview
  • categoryName + subCategoryName: Classification
  • installCount: Popularity indicator
展示搜索结果时,格式化为表格:
Found N skills:

| Skill Name | Display Name | Description | Category | Install Count |
|------------|--------------|-------------|----------|---------------|
| alibabacloud-ecs-batch | ECS Batch Operations | 批量管理ECS实例 | 计算 > ECS | 245 |
| ... | ... | ... | ... | ... |
包含以下字段:
  • skillName: 用于安装和详情查询
  • displayName: 用户友好的名称
  • description: 简要概述
  • categoryName + subCategoryName: 分类信息
  • installCount: 流行度指标

Cleanup

清理

This skill does not create any resources. No cleanup is required.
本 Skill 不会创建任何资源,无需清理操作。

Best Practices

最佳实践

  1. Always verify credentials first — Use
    aliyun configure list
    before any search operation
  2. Confirm parameters with user — Never assume keyword or category without asking
  3. Start with broad searches — Narrow down with filters if too many results
  4. Show category structure — Help users understand available categories before filtering
  5. Display results clearly — Use tables to make skill comparison easy
  6. Provide skill names — Always show
    skillName
    field for installation
  7. Handle pagination — Offer to load more results if
    nextToken
    is present
  8. Check install counts — Guide users toward popular, well-tested skills
  9. Show full details — Use
    get-skill-content
    before installation recommendation
  10. Test after install — Verify skill is available after installation
  1. 始终先验证凭证 — 执行任何搜索操作前先使用
    aliyun configure list
    检查凭证
  2. 与用户确认参数 — 未询问用户前不要假设关键词或分类
  3. 从宽泛搜索开始 — 结果过多时再使用过滤器缩小范围
  4. 展示分类结构 — 帮助用户在过滤前了解可用分类
  5. 清晰展示结果 — 使用表格方便用户对比不同 Skill
  6. 提供 Skill 名称 — 始终展示
    skillName
    字段方便后续安装
  7. 处理分页 — 存在
    nextToken
    时主动询问用户是否加载更多结果
  8. 查看安装量 — 引导用户选择经过测试的热门 Skill
  9. 展示完整详情 — 推荐安装前先使用
    get-skill-content
    获取完整信息
  10. 安装后测试 — 安装完成后验证 Skill 可用

Common Use Cases & Examples

常见使用案例与示例

Example 1: Find ECS Management Skills

示例1:查找ECS管理Skills

bash
undefined
bash
undefined

User: "Find skills for managing ECS instances"

用户: "找用于管理ECS实例的Skill"

Step 1: Search by keyword

Step 1: 按关键词搜索

aliyun agentexplorer search-skills
--keyword "ECS"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills
aliyun agentexplorer search-skills
--keyword "ECS"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills

Step 2: Display results table

Step 2: 展示结果表格

Step 3: If user selects a skill, get details

Step 3: 如果用户选择某个Skill,获取详情

aliyun agentexplorer get-skill-content
--skill-name "alibabacloud-ecs-batch-command"
--user-agent AlibabaCloud-Agent-Skills
undefined
aliyun agentexplorer get-skill-content
--skill-name "alibabacloud-ecs-batch-command"
--user-agent AlibabaCloud-Agent-Skills
undefined

Example 2: Browse Database Skills

示例2:浏览数据库Skills

bash
undefined
bash
undefined

User: "What database skills are available?"

用户: "有哪些可用的数据库Skill?"

Step 1: List categories to show database category

Step 1: 列出分类展示数据库分类

aliyun agentexplorer list-categories
--user-agent AlibabaCloud-Agent-Skills
aliyun agentexplorer list-categories
--user-agent AlibabaCloud-Agent-Skills

Step 2: Search database category

Step 2: 搜索数据库分类

aliyun agentexplorer search-skills
--category-code "database"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills
aliyun agentexplorer search-skills
--category-code "database"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills

Step 3: Display results grouped by subcategory

Step 3: 按子分类分组展示结果

undefined
undefined

Example 3: Search with Chinese Keyword

示例3:使用中文关键词搜索

bash
undefined
bash
undefined

User: "搜索 OSS 相关的 skill"

用户: "搜索 OSS 相关的 skill"

Step 1: Search using Chinese or English

Step 1: 使用中文或英文搜索

aliyun agentexplorer search-skills
--keyword "OSS"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills
aliyun agentexplorer search-skills
--keyword "OSS"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills

Step 2: Display results in user's preferred language

Step 2: 按用户偏好的语言展示结果

undefined
undefined

Example 4: Narrow Down Search

示例4:缩小搜索范围

bash
undefined
bash
undefined

User: "Find backup skills for RDS"

用户: "找用于RDS的备份Skill"

Step 1: Combined search

Step 1: 组合搜索

aliyun agentexplorer search-skills
--keyword "backup"
--category-code "database.rds"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills
aliyun agentexplorer search-skills
--keyword "backup"
--category-code "database.rds"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills

Step 2: Display targeted results

Step 2: 展示精准匹配的结果

undefined
undefined

Reference Documentation

参考文档

ReferenceDescription
references/ram-policies.mdDetailed RAM permission requirements
references/related-commands.mdComplete CLI command reference
references/verification-method.mdSuccess verification steps for each workflow
references/cli-installation-guide.mdAlibaba Cloud CLI installation guide
references/acceptance-criteria.mdTesting acceptance criteria and patterns
references/category-examples.mdCommon category codes and examples
参考链接说明
references/ram-policies.md详细RAM权限要求
references/related-commands.md完整CLI命令参考
references/verification-method.md各工作流的成功验证步骤
references/cli-installation-guide.md阿里云CLI安装指南
references/acceptance-criteria.md测试验收标准与模式
references/category-examples.md常用分类编码与示例

Troubleshooting

故障排查

Error: "failed to load configuration"

错误: "failed to load configuration"

Cause: Alibaba Cloud CLI not configured with credentials.
Solution: Follow authentication section above to configure credentials.
原因: 阿里云CLI未配置凭证。
解决方案: 按照上文认证部分配置凭证。

Error: "Plugin not found"

错误: "Plugin not found"

Cause: agentexplorer plugin not installed.
Solution: Run
aliyun plugin install --names aliyun-cli-agentexplorer
原因: 未安装agentexplorer插件。
解决方案: 运行
aliyun plugin install --names aliyun-cli-agentexplorer

No Results Returned

无返回结果

Cause: Search criteria too specific or incorrect category code.
Solutions:
  1. Try broader keywords
  2. Remove category filter
  3. Use
    list-categories
    to verify category codes
  4. Try English product codes instead of Chinese names
原因: 搜索条件过于具体或分类编码错误。
解决方案:
  1. 尝试更宽泛的关键词
  2. 移除分类过滤器
  3. 使用
    list-categories
    验证分类编码
  4. 尝试使用英文产品编码代替中文名称

Pagination Issues

分页问题

Cause: Incorrect nextToken or skip value.
Solution: Use exact
nextToken
value from previous response, don't modify it.
原因: nextToken或skip值错误。
解决方案: 直接使用上一次响应返回的
nextToken
值,不要修改。

Notes

注意事项

  • Read-only operations: This skill only performs queries, no resources are created
  • No credentials required for browsing: Some operations may work without full credentials
  • Multi-language support: Keywords support both English and Chinese
  • Regular updates: Skills catalog is regularly updated with new skills
  • Community skills: Some skills may be community-contributed, check descriptions carefully
  • 只读操作: 本Skill仅执行查询操作,不会创建任何资源
  • 浏览无需凭证: 部分操作无需完整凭证即可执行
  • 多语言支持: 关键词同时支持英文和中文
  • 定期更新: Skill目录会定期更新添加新Skill
  • 社区Skill: 部分Skill可能由社区贡献,请仔细阅读描述