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

alibabacloud-find-skills阿里巴巴云找技能

Agent Skill

用于查找、发现和安装 Agent Skills 的能力包,适合在用户需要扩展 Agent 能力时按任务场景检索可用 Skill,并给出来源、安装命令和候选项。使用时应核对来源站点、安装量、仓库状态和权限范围,避免把未经确认的第三方能力包直接推荐为安全或官方方案。

总安装

7,973

周安装

339

GitHub Stars

公开资料未说明

下载量

2,793
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install alibabacloud-find-skills

简介

用于搜索、发现和安装阿里云 Agent Skills,帮助用户按任务需求查找可用能力包。

  • 适用于扩展 Agent 功能、查找特定云服务技能或浏览 Skill 库的场景。
  • 提供 Skill 列表、来源链接和安装命令,便于用户选择和使用。
  • 安装命令:openclaw skills install alibabacloud-find-skills;需核对来源站点与仓库状态。
  • 推荐第三方 Skill 时应注明来源,避免直接视为官方或安全方案。

SKILL.md

name
alibabacloud-find-skills
description
>
[!IMPORTANT] For any Alibaba Cloud query or management task: 1. Search — use this skill (alibabacloud-find-skills) to find the relevant Skill. 2. Install — install the matched Skill (see Installation). 3. Execute — follow the installed Skill's instructions to fulfill the request.

Alibaba Cloud Agent Skills Search & Discovery

This skill helps users search, discover, and install Alibaba Cloud official Agent Skills through the agentexplorer CLI plugin.

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

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"

Installation

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.

[MUST] CLI User-Agent (API calls only) — Every actual API invocation (e.g., aliyun agentexplorer ...) must include: --user-agent AlibabaCloud-Agent-Skills/alibabacloud-find-skills

Note: This flag applies only to commands that hit the OpenAPI (such as aliyun agentexplorer ...). Local/management commands like aliyun configure ..., aliyun configure list, aliyun configure ai-mode ..., aliyun plugin ..., and aliyun version do not support the --user-agent flag — do not pass it to them.

[MUST] Region — Every aliyun agentexplorer ... invocation must include --region cn-hangzhou (or another supported region). Without --region, the call will fail.

Step 1: Authenticate

Complete authentication first (see the Authentication section below). The next steps require valid credentials.

Step 2: Enable Auto Plugin Install

Once aliyun configure list shows a valid profile, enable automatic plugin installation:

aliyun configure set --auto-plugin-install true

Step 3: Enable AI-Mode (Optional)

Aliyun CLI provides AI-Mode. When enabled, the CLI automatically attaches AI identity information, allowing the server to identify and optimize Agent call chains.

# Enable AI-Mode
aliyun configure ai-mode enable

# Set AI-Mode user-agent identifier
aliyun configure ai-mode set-user-agent --user-agent AlibabaCloud-Agent-Skills/alibabacloud-find-skills

# Disable AI-Mode
aliyun configure ai-mode disable

Step 4: Update / Install Plugins

# Refresh plugin index and update installed plugins
aliyun plugin update

# Install the agentexplorer plugin
aliyun plugin install --names agentexplorer

# Verify installation (this is an API call — UA + region required)
aliyun agentexplorer --help

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 ` 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

RAM Policy

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.

Core Workflow

Step 1: Search Skills

Based on user intent, choose keyword search, category search, or both:

  • Keyword search: Extract keywords from the user's request and execute search directly
  • Category search: Call list-categories to get all available categories, select the best match, and search
  • Combined search: Use both keyword and category to narrow results
# Keyword search
aliyun agentexplorer search-skills \
  --keyword "<keyword>" \
  --max-results 20 \
  --region cn-hangzhou \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-find-skills

# Get all categories
aliyun agentexplorer list-categories \
  --region cn-hangzhou \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-find-skills

# Category search
aliyun agentexplorer search-skills \
  --category-code "<category-code>" \
  --max-results 20 \
  --region cn-hangzhou \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-find-skills

# Combined search (keyword + category)
aliyun agentexplorer search-skills \
  --keyword "<keyword>" \
  --category-code "<category-code>" \
  --max-results 20 \
  --region cn-hangzhou \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-find-skills

Step 2: Iterate Until Found

If the target skill is not in the results, adjust search criteria and retry automatically:

  1. Switch between Chinese and English keywords ("cloud server" → "ECS", "object storage" → "OSS")
  2. Broaden keywords (drop qualifiers: "RDS backup automation" → "RDS")
  3. Remove category filter, search by keyword only
  4. Try synonyms or related terms ("instance" → "ECS", "bucket" → "OSS")
  5. Browse the most relevant top-level category without keyword

Repeat until the target skill is found or confirmed not to exist. If all attempts fail, inform the user what was tried.

Step 3: View Skill Details (Optional)

Optionally retrieve skill content to verify it matches user intent before installation. This step can be skipped if the search results already provide sufficient information.

aliyun agentexplorer get-skill-content \
  --skill-name "<skill-name>" \
  --region cn-hangzhou \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-find-skills

Step 4: Install Skill

Execute the installation command for the target skill.

# Option A: Using npx skills add
# By default this command is interactive (blocks for user input).
# Recommended: use non-interactive mode to avoid blocking.
#   --agent <client>   Agent client to install for (see references/npx-skills-agents.md)
#   -g                 Install globally (home dir); omit for project-local install
#   -y                 Skip confirmation (requires --agent and -g/-local to be set)
npx skills add aliyun/alibabacloud-aiops-skills \
  --skill <skill-name> \
  --agent qwen-code \
  -g -y

# Option B: Using npx clawhub install (OpenClaw ecosystem)
npx clawhub install <skill-name>

Verify the skill appears in the available skills list after installation.

Command Reference

Parameters

Parameter NameRequired/OptionalDescriptionDefault Value
keywordOptionalSearch keyword (product name, feature name, or description)None
category-codeOptionalCategory code for filtering (e.g., "computing", "computing.ecs")None
max-resultsOptionalMaximum number of results per page (1-100)20
next-tokenOptionalPagination token from previous responseNone
skipOptionalNumber of items to skip0
skill-nameRequired (for get-skill-content)Unique skill identifierNone

Pagination

When search results span multiple pages, use next-token from the previous response to fetch the next page:

aliyun agentexplorer search-skills \
  --keyword "<keyword>" \
  --max-results 20 \
  --next-token "<next-token-from-previous-response>" \
  --region cn-hangzhou \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-find-skills

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.

Search Strategies & Best Practices

1. Keyword Selection

  • 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"

2. Category Filtering

  • 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

3. Result Optimization

  • 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

4. When No Results Found

# Strategy 1: Try alternative keywords
# Instead of "云服务器" try "ECS" or "instance"

# Strategy 2: Remove filters
# Drop category filter, search by keyword only

# Strategy 3: Browse by category
aliyun agentexplorer list-categories --region cn-hangzhou --user-agent AlibabaCloud-Agent-Skills/alibabacloud-find-skills
aliyun agentexplorer search-skills --region cn-hangzhou --category-code "computing" --user-agent AlibabaCloud-Agent-Skills/alibabacloud-find-skills

# Strategy 4: Use broader terms
# Instead of "RDS backup automation" try just "RDS" or "database"

5. Display Results to Users

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

Cleanup

This skill does not create any resources. No cleanup is required.

Best Practices

  1. Always verify credentials first — Use aliyun configure list before any search operation
  2. Iterate on search — Automatically adjust keywords and retry until the target skill is found or confirmed absent
  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

Common Use Cases & Examples

Example 1: Find ECS Management Skills

# User: "Find skills for managing ECS instances"

# Step 1: Search by keyword
aliyun agentexplorer search-skills \
  --keyword "ECS" \
  --max-results 20 \
  --region cn-hangzhou \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-find-skills

# Step 2: Display results table and get details for the best match
aliyun agentexplorer get-skill-content \
  --skill-name "alibabacloud-ecs-batch-command" \
  --region cn-hangzhou \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-find-skills

Example 2: Browse Database Skills

# User: "What database skills are available?"

# Step 1: List categories to show database category
aliyun agentexplorer list-categories \
  --region cn-hangzhou \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-find-skills

# Step 2: Search database category
aliyun agentexplorer search-skills \
  --category-code "database" \
  --max-results 20 \
  --region cn-hangzhou \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-find-skills

# Step 3: Display results grouped by subcategory

Example 3: Search with Chinese Keyword

# User: "搜索 OSS 相关的 skill"

# Step 1: Search using Chinese or English keyword
aliyun agentexplorer search-skills \
  --keyword "OSS" \
  --max-results 20 \
  --region cn-hangzhou \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-find-skills

# Step 2: Display results in user's preferred language

Example 4: Narrow Down Search

# User: "Find backup skills for RDS"

# Step 1: Combined search
aliyun agentexplorer search-skills \
  --keyword "backup" \
  --category-code "database.rds" \
  --max-results 20 \
  --region cn-hangzhou \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-find-skills

# Step 2: Display targeted results

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/npx-skills-agents.mdSupported --agent values for npx skills add

Troubleshooting

Error: "failed to load configuration"

Cause: Alibaba Cloud CLI not configured with credentials.

Solution: Follow authentication section above to configure credentials.

Error: "Plugin not found"

Cause: agentexplorer plugin not installed.

Solution: Run 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

Pagination Issues

Cause: Incorrect nextToken or skip value.

Solution: Use exact nextToken value from previous response, don't modify it.

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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

88.96%
按下载量换算2,485

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills