alibabacloud-find-skills
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAlibaba Cloud Agent Skills Search & Discovery
阿里云 Agent Skills 搜索与发现
This skill helps users search, discover, and install Alibaba Cloud official Agent Skills through the CLI plugin.
agentexplorer本 Skill 可帮助用户通过 CLI 插件搜索、发现并安装阿里云官方 Agent Skills。
agentexplorerScenario Description
场景说明
This skill enables users to:
- Search Skills — Find Alibaba Cloud Agent Skills by keyword, category, or both
- Browse Categories — Explore available skill categories and subcategories
- View Skill Details — Get detailed information about specific skills
- Install Skills — Guide users through skill installation process
Architecture: Alibaba Cloud CLI + agentexplorer Plugin → Skills Repository
本 Skill 支持用户完成以下操作:
- 搜索 Skills — 按关键词、分类或二者结合查找阿里云 Agent Skills
- 浏览分类 — 探索可用的 Skill 分类和子分类
- 查看 Skill 详情 — 获取特定 Skill 的详细信息
- 安装 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 requiredRunto verify >= 3.3.1. If not installed or version too low, see references/cli-installation-guide.md for installation instructions. Then [MUST] runaliyun versionto enable automatic plugin installation.aliyun configure set --auto-plugin-install true
预检查:要求 Aliyun CLI 版本 >= 3.3.1运行确认版本 >= 3.3.1。如果未安装或版本过低,请查看 references/cli-installation-guide.md 获取安装指引。 之后[必须]运行aliyun version开启插件自动安装功能。aliyun configure set --auto-plugin-install true
Install agentexplorer Plugin
安装 agentexplorer 插件
bash
undefinedbash
undefinedInstall 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
undefinedaliyun agentexplorer --help --user-agent AlibabaCloud-Agent-Skills
undefinedAuthentication
认证
Pre-check: Alibaba Cloud Credentials RequiredSecurity Rules:
- NEVER read, echo, or print AK/SK values (e.g.,
is FORBIDDEN)echo $ALIBABA_CLOUD_ACCESS_KEY_ID- NEVER ask the user to input AK/SK directly in the conversation or command line
- NEVER use
with literal credential valuesaliyun configure set- ONLY use
to check credential statusaliyun configure listbashaliyun configure list --user-agent AlibabaCloud-Agent-SkillsCheck the output for a valid profile (AK, STS, or OAuth identity).If no valid profile exists, STOP here.
- Obtain credentials from Alibaba Cloud Console
- Configure credentials outside of this session (via
in terminal or environment variables in shell profile)aliyun configure- Return and re-run after
shows a valid profilealiyun configure list
预检查:需要阿里云凭证安全规则:
- 永远不要读取、回显或打印 AK/SK 值(例如禁止执行
)echo $ALIBABA_CLOUD_ACCESS_KEY_ID- 永远不要要求用户在对话或命令行中直接输入 AK/SK
- 永远不要使用字面量凭证值执行
aliyun configure set- 仅可使用
检查凭证状态aliyun configure listbashaliyun configure list --user-agent AlibabaCloud-Agent-Skills检查输出中是否存在有效配置(AK、STS 或 OAuth 身份)。如果不存在有效配置,请停止当前操作。
- 从 阿里云控制台 获取凭证
- 在当前会话之外配置凭证(通过终端执行
或在 shell 配置文件中设置环境变量)aliyun configure- 待
显示有效配置后返回并重新执行操作aliyun configure list
RAM Policy
RAM 策略
This skill uses read-only APIs from the AgentExplorer service. Required permissions: , , . For the full RAM policy JSON, see references/ram-policies.md.
agentexplorer:ListCategoriesagentexplorer:SearchSkillsagentexplorer:GetSkillContent[MUST] Permission Failure Handling: When any command or API call fails due to permission errors at any point during execution, follow this process:
- Read
to get the full list of permissions required by this SKILLreferences/ram-policies.md- Use
skill to guide the user through requesting the necessary permissionsram-permission-diagnose- 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。所需权限:、、。完整 RAM 策略 JSON 请查看 references/ram-policies.md。
agentexplorer:ListCategoriesagentexplorer:SearchSkillsagentexplorer:GetSkillContent[必须]权限失败处理: 执行过程中任意命令或 API 调用因权限错误失败时,遵循以下流程:
- 读取
获取本 SKILL 所需的完整权限列表references/ram-policies.md- 使用
skill 引导用户申请所需权限ram-permission-diagnose- 暂停操作,等待用户确认已授予所需权限
如需详细权限信息,请查看 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 Name | Required/Optional | Description | Default Value |
|---|---|---|---|
| Optional | Search keyword (product name, feature name, or description) | None |
| Optional | Category code for filtering (e.g., "computing", "computing.ecs") | None |
| Optional | Maximum number of results per page (1-100) | 20 |
| Optional | Pagination token from previous response | None |
| Optional | Number of items to skip | 0 |
| Required (for get-skill-content) | Unique skill identifier | None |
重要提示:参数确认 — 执行任何命令或 API 调用前,所有用户可自定义参数(例如 keyword、category-code、skill-name、max-results 等)必须与用户确认。未经用户明确许可,不得假设参数值或使用默认值。
| 参数名 | 必选/可选 | 说明 | 默认值 |
|---|---|---|---|
| 可选 | 搜索关键词(产品名、功能名或描述) | 无 |
| 可选 | 用于过滤的分类编码(例如 "computing"、"computing.ecs") | 无 |
| 可选 | 每页最大结果数(1-100) | 20 |
| 可选 | 上一次响应返回的分页令牌 | 无 |
| 可选 | 跳过的条目数量 | 0 |
| 必选(获取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
undefinedStep 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
--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
--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
undefinedundefinedWorkflow 2: Browse Skills by Category
工作流2:按分类浏览 Skills
Scenario: User wants to explore skills in a specific category.
bash
undefined场景: 用户想要探索特定分类下的 Skill。
bash
undefinedStep 1: List all available categories
Step 1: List all available categories
aliyun agentexplorer list-categories
--user-agent AlibabaCloud-Agent-Skills
--user-agent AlibabaCloud-Agent-Skills
aliyun agentexplorer list-categories
--user-agent AlibabaCloud-Agent-Skills
--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
--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
--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
undefinedundefinedWorkflow 3: Get Skill Details
工作流3:获取 Skill 详情
Scenario: User wants to see detailed information about a specific skill.
bash
undefined场景: 用户想要查看特定 Skill 的详细信息。
bash
undefinedStep 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
--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
--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
undefinedundefinedWorkflow 4: Install a Skill
工作流4:安装 Skill
Scenario: User wants to install a discovered skill.
bash
undefined场景: 用户想要安装已发现的 Skill。
bash
undefinedStep 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>
--skill <user-confirmed-skill-name>
npx skills add aliyun/alibabacloud-skills
--skill <user-confirmed-skill-name>
--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
undefinedundefinedWorkflow 5: Combined Search (Keyword + Category)
工作流5:组合搜索(关键词+分类)
Scenario: User wants to narrow down search results using both keyword and category.
bash
undefined场景: 用户想要同时使用关键词和分类缩小搜索结果范围。
bash
undefinedStep 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
--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
--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
undefinedundefinedWorkflow 6: Paginated Search
工作流6:分页搜索
Scenario: User wants to browse through multiple pages of search results.
bash
undefined场景: 用户想要浏览多页搜索结果。
bash
undefinedStep 1: Execute initial search
Step 1: Execute initial search
aliyun agentexplorer search-skills
--keyword "<keyword>"
--max-results 20
--user-agent AlibabaCloud-Agent-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
--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
--keyword "<keyword>"
--max-results 20
--next-token "<next-token-from-previous-response>"
--user-agent AlibabaCloud-Agent-Skills
undefinedaliyun agentexplorer search-skills
--keyword "<keyword>"
--max-results 20
--next-token "<next-token-from-previous-response>"
--user-agent AlibabaCloud-Agent-Skills
--keyword "<keyword>"
--max-results 20
--next-token "<next-token-from-previous-response>"
--user-agent AlibabaCloud-Agent-Skills
undefinedSuccess Verification
成功验证
After each operation, verify success by checking:
- List Categories: Response contains categoryCode and categoryName fields
- Search Skills: Response contains skills array with valid skill objects
- Get Skill Content: Response contains complete skill markdown content
- Install Skill: Skill appears in Claude Code skills list
For detailed verification steps, see references/verification-method.md.
每次操作完成后,通过以下检查确认操作成功:
- 列出分类: 响应包含 categoryCode 和 categoryName 字段
- 搜索 Skills: 响应包含有效 Skill 对象组成的 skills 数组
- 获取 Skill 内容: 响应包含完整的 Skill markdown 内容
- 安装 Skill: Skill 出现在 Claude Code 技能列表中
如需详细验证步骤,请查看 references/verification-method.md。
Search Strategies & Best Practices
搜索策略与最佳实践
1. Keyword Selection
1. 关键词选择
- Use product codes: ,
ecs,rds,oss,slb(English abbreviations work best)vpc - 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 to understand available categories
list-categories - Top-level categories: ,
computing,database,storage,networking, etc.security - Subcategories: Use dot notation like ,
computing.ecsdatabase.rds - Multiple categories: Separate with commas:
computing,database
- 先浏览分类: 使用 了解可用分类
list-categories - 顶级分类: 、
computing、database、storage、networking等security - 子分类: 使用点分格式,例如 、
computing.ecsdatabase.rds - 多分类: 用逗号分隔:
computing,database
3. Result Optimization
3. 结果优化
- Start broad: Begin with keyword-only search, then add category filters
- Adjust page size: Use based on display needs (20-50 typical)
--max-results - Check install counts: Popular skills usually have higher install counts
- Read descriptions: Match skill description to your specific use case
- 从宽泛搜索开始: 先仅用关键词搜索,结果过多时再添加分类过滤器
- 调整页长: 根据展示需求使用 (通常设置为20-50)
--max-results - 查看安装量: 热门 Skill 通常安装量更高
- 阅读描述: 匹配 Skill 描述与具体使用场景
4. When No Results Found
4. 无搜索结果时
bash
undefinedbash
undefinedStrategy 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"
undefinedundefined5. 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
最佳实践
- Always verify credentials first — Use before any search operation
aliyun configure list - Confirm parameters with user — Never assume keyword or category without asking
- Start with broad searches — Narrow down with filters if too many results
- Show category structure — Help users understand available categories before filtering
- Display results clearly — Use tables to make skill comparison easy
- Provide skill names — Always show field for installation
skillName - Handle pagination — Offer to load more results if is present
nextToken - Check install counts — Guide users toward popular, well-tested skills
- Show full details — Use before installation recommendation
get-skill-content - Test after install — Verify skill is available after installation
- 始终先验证凭证 — 执行任何搜索操作前先使用 检查凭证
aliyun configure list - 与用户确认参数 — 未询问用户前不要假设关键词或分类
- 从宽泛搜索开始 — 结果过多时再使用过滤器缩小范围
- 展示分类结构 — 帮助用户在过滤前了解可用分类
- 清晰展示结果 — 使用表格方便用户对比不同 Skill
- 提供 Skill 名称 — 始终展示 字段方便后续安装
skillName - 处理分页 — 存在 时主动询问用户是否加载更多结果
nextToken - 查看安装量 — 引导用户选择经过测试的热门 Skill
- 展示完整详情 — 推荐安装前先使用 获取完整信息
get-skill-content - 安装后测试 — 安装完成后验证 Skill 可用
Common Use Cases & Examples
常见使用案例与示例
Example 1: Find ECS Management Skills
示例1:查找ECS管理Skills
bash
undefinedbash
undefinedUser: "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
--keyword "ECS"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills
aliyun agentexplorer search-skills
--keyword "ECS"
--max-results 20
--user-agent AlibabaCloud-Agent-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
--skill-name "alibabacloud-ecs-batch-command"
--user-agent AlibabaCloud-Agent-Skills
undefinedaliyun agentexplorer get-skill-content
--skill-name "alibabacloud-ecs-batch-command"
--user-agent AlibabaCloud-Agent-Skills
--skill-name "alibabacloud-ecs-batch-command"
--user-agent AlibabaCloud-Agent-Skills
undefinedExample 2: Browse Database Skills
示例2:浏览数据库Skills
bash
undefinedbash
undefinedUser: "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
--user-agent AlibabaCloud-Agent-Skills
aliyun agentexplorer list-categories
--user-agent AlibabaCloud-Agent-Skills
--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
--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
--category-code "database"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills
Step 3: Display results grouped by subcategory
Step 3: 按子分类分组展示结果
undefinedundefinedExample 3: Search with Chinese Keyword
示例3:使用中文关键词搜索
bash
undefinedbash
undefinedUser: "搜索 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
--keyword "OSS"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills
aliyun agentexplorer search-skills
--keyword "OSS"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills
--keyword "OSS"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills
Step 2: Display results in user's preferred language
Step 2: 按用户偏好的语言展示结果
undefinedundefinedExample 4: Narrow Down Search
示例4:缩小搜索范围
bash
undefinedbash
undefinedUser: "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
--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
--keyword "backup"
--category-code "database.rds"
--max-results 20
--user-agent AlibabaCloud-Agent-Skills
Step 2: Display targeted results
Step 2: 展示精准匹配的结果
undefinedundefinedReference Documentation
参考文档
| Reference | Description |
|---|---|
| references/ram-policies.md | Detailed RAM permission requirements |
| references/related-commands.md | Complete CLI command reference |
| references/verification-method.md | Success verification steps for each workflow |
| references/cli-installation-guide.md | Alibaba Cloud CLI installation guide |
| references/acceptance-criteria.md | Testing acceptance criteria and patterns |
| references/category-examples.md | Common 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-agentexplorerNo Results Returned
无返回结果
Cause: Search criteria too specific or incorrect category code.
Solutions:
- Try broader keywords
- Remove category filter
- Use to verify category codes
list-categories - Try English product codes instead of Chinese names
原因: 搜索条件过于具体或分类编码错误。
解决方案:
- 尝试更宽泛的关键词
- 移除分类过滤器
- 使用 验证分类编码
list-categories - 尝试使用英文产品编码代替中文名称
Pagination Issues
分页问题
Cause: Incorrect nextToken or skip value.
Solution: Use exact value from previous response, don't modify it.
nextToken原因: nextToken或skip值错误。
解决方案: 直接使用上一次响应返回的 值,不要修改。
nextTokenNotes
注意事项
- 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可能由社区贡献,请仔细阅读描述