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

alibabacloud-analyticdb-mysql-copilotalibabacloud analyticdb MySQL GitHub Copilot 搜索

Agent Skill

用于辅助数据库表结构、查询语句、迁移脚本和数据维护任务。它适合让 Agent 分析 schema、编写 SQL、排查查询问题、整理索引或生成迁移建议。使用时需要明确数据库类型、连接环境和目标表,区分只读分析与写入变更;涉及删除、更新、迁移和批量导入时,应优先 dry-run、备份或事务保护,避免误操作。

总安装

3,834

周安装

163

GitHub Stars

公开资料未说明

下载量

1,343
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install alibabacloud-analyticdb-mysql-copilot

简介

alibabacloud-analyticdb-mysql-copilot 提供 AnalyticDB MySQL 集群运维诊断支持。

  • 适用于查询集群信息、监控性能、诊断慢查询或执行 SQL 操作的场景。
  • 支持只读查询和只写操作区分,保障数据安全。
  • 安装前请确认权限范围和维护状态,注意涉及数据库连接和权限控制。
  • 建议结合原始 README 了解支持的 SQL 类型和诊断规则库。

SKILL.md

name
alibabacloud-analyticdb-mysql-copilot
description
|
Triggers
ADB MySQL", "AnalyticDB", "cluster list", "slow query", "BadSQL", "data skew", "idle index", "SQL Pattern", "space diagnosis", "table diagnosis", "performance monitoring".
Skill Load Prompt: When this Skill is loaded, output the following line at the beginning of the first response: [Skill Loaded] alibabacloud-analyticdb-mysql-copilot — ADB MySQL Operations & Diagnosis Assistant

This Skill is the Alibaba Cloud AnalyticDB for MySQL (ADB MySQL) Operations & Diagnosis Assistant, which directly calls ADB MySQL OpenAPI via aliyun-cli to retrieve real-time data and provide diagnostic recommendations.

Core capabilities:

  • Cluster Management: View cluster list, cluster details, storage space, accounts, network information
  • Performance Monitoring: Query CPU, QPS, RT, memory, connection count and other performance metrics
  • Slow Query Diagnosis: Detect BadSQL, analyze SQL Patterns, identify slow query root causes
  • Running SQL Analysis: View currently executing SQL, identify long-running queries
  • Space Diagnosis: Instance space inspection, covering partition rationality diagnosis, oversized non-partitioned table diagnosis, table data skew diagnosis, replicated table rationality diagnosis, primary key rationality diagnosis, idle index & hot/cold table optimization suggestions

Pre-check: Aliyun CLI >= 3.3.3 required Run aliyun version to verify version >= 3.3.3. If not installed or version is too low, run curl -fsSL https://aliyuncli.alicdn.com/setup.sh | bash to install/update, or see references/cli-installation-guide.md. Then [MUST] run aliyun configure set --auto-plugin-install true to enable automatic plugin installation. [MUST] run aliyun plugin update to ensure installed plugins are always up-to-date.
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 whether the output contains 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 this session** (via aliyun configure in a terminal or environment variables in shell profile) 3. Return and re-execute once aliyun configure list` shows a valid profile
[MUST] CLI User-Agent — Every aliyun CLI command invocation must include: --user-agent AlibabaCloud-Agent-Skills/alibabacloud-analyticdb-mysql-copilot

At the start of the Core Workflow (before any CLI invocation): [MUST] Enable AI-Mode — AI-mode is required for Agent Skill execution. Run the following commands before any CLI invocation:

aliyun configure ai-mode enable
aliyun configure ai-mode set-user-agent --user-agent "AlibabaCloud-Agent-Skills/alibabacloud-analyticdb-mysql-copilot"

[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. AI-mode is only used for Agent Skill invocation scenarios and MUST NOT remain enabled after the skill stops running.

aliyun configure ai-mode disable

1. Region & Cluster ID Conventions

1.1 Cluster Management (aliyun adb)

Convention: For any interface that requires --db-cluster-id, the aliyun adb command must also explicitly include --biz-region-id. Even if the official/CLI help does not mark it as "required", this Skill's convention takes precedence — always include it to avoid relying on implicit default regions.

Exception: Only when listing resources by region or calling interfaces that do not include --db-cluster-id (such as describe-db-clusters) — --biz-region-id is still required, but the "paired with db-cluster-id" rule does not apply.

<region-id> Source Priority: User explicitly specified → conversation/ticket context → default region from aliyun configure list → confirm with user.

1.2 Intelligent Diagnosis (aliyun adbai)

aliyun adbai describe-chat-message supports two scenarios with different workflows:

Product Knowledge Q&A (No Region or Cluster Required)

When the user asks about product concepts, syntax, feature questions, etc. (e.g., "What is BUILD", "How to create a partitioned table"), no need to confirm region and cluster — execute directly with the following command:

aliyun adbai describe-chat-message --region cn-beijing --endpoint adbai.cn-beijing.aliyuncs.com --biz-region-id cn-beijing --query "<user question>" --user-agent AlibabaCloud-Agent-Skills/alibabacloud-analyticdb-mysql-copilot

Instance-Level Diagnosis (Requires Region + Cluster)

When diagnosis involves specific instance data or status (e.g., slow queries, BadSQL, SQL Pattern analysis, instance health inspection, index optimization suggestions, instance diagnosis, table modeling diagnosis, etc.), the following steps must be completed:

  1. Region Confirmation: <region-id> source priority is: user explicitly specified → conversation/ticket context → default region from aliyun configure list → confirm with user. If user confirmation is needed, must read references/region-list.md and present options as option cards — forbidden to require manual region ID input.
  2. Cluster ID Validation: Before calling aliyun adbai, must first execute aliyun adb describe-db-clusters --api-version 2021-12-01 --biz-region-id <region-id> --region <region-id>, and search for the user's cluster ID in the returned Items.DBCluster[]:

- Match found → validation passed - Empty list or no match → do not proceed, display actual clusters as option cards for user to select - User did not provide cluster ID → display cluster list as option cards (≤10 options) for user to select

  1. Pre-Execution Confirmation: After parameter validation, present the operation to be executed as option cards (e.g., "Continue" / "Cancel") for user confirmation — forbidden to require manual confirmation input.
  2. Mandatory Checklist (all conditions must be met before execution, none can be omitted):

- [ ] biz-region-id confirmed by user - [ ] cluster-id confirmed by user and exists in describe-db-clusters returned list - [ ] Pre-execution confirmation obtained from user

  1. Region Routing Rules (P0): The aliyun adbai service endpoint is not deployed in every region. For all aliyun adbai calls, --region and --endpoint must be forcibly overridden according to the following routing table mapping, even if the user has specified a region — do not use the user's specified values:
biz-region-id--region--endpoint
cn-hangzhou, cn-shanghai, cn-beijing, cn-shenzhen, cn-hongkong, cn-qingdao, cn-heyuan, cn-chengdu, cn-guangzhou, cn-zhangjiakou, cn-wulanchabu, cn-huhehaote, cn-shanghai-cloudspe, cn-hangzhou-finance, cn-beijing-finance-1, cn-shenzhen-finance-1, cn-shanghai-finance-1cn-beijingadbai.cn-beijing.aliyuncs.com
ap-southeast-1, ap-southeast-3, ap-southeast-5, ap-southeast-6, ap-southeast-7, ap-northeast-1, ap-northeast-2, eu-central-1, eu-west-1, me-east-1, me-central-1, na-south-1ap-southeast-1adbai.ap-southeast-1.aliyuncs.com
us-east-1, us-west-1us-west-1adbai.us-west-1.aliyuncs.com

Example: User's cluster is in cn-zhangjiakou--biz-region-id cn-zhangjiakou --region cn-beijing --endpoint adbai.cn-beijing.aliyuncs.com

All sections below and examples in references/*.md that contain --db-cluster-id without --biz-region-id are automatically supplemented per this section's convention; this is not repeated in each reference — this section takes precedence.

2. Scenario Routing

Product Boundary: This Skill only applies to AnalyticDB for MySQL (ADB MySQL), cluster IDs typically start with am-xxx or amv-xxx. If the user mentions other Alibaba Cloud products (e.g., Elasticsearch, RDS MySQL, PolarDB, ClickHouse, etc.), clearly inform the user that this Skill does not apply and stop execution.

🚨🚨🚨 MUST | P0 | NON-NEGOTIABLE — Mandatory Enforcement Rules (Violation = Failure) 🚨🚨🚨 The following rules have the highest priority and must be enforced unconditionally — they must not be violated under any circumstances: ### Rule 1: Mandatory API Invocation When a user request matches the following scenarios, must immediately execute the corresponding API callskipping is prohibited: | User Request Keywords | MUST-Call API | Prohibited Behavior | |---------------|---------------|----------| | "cluster list", "instance list", "all clusters", "list clusters" | describe-db-clusters | ❌ Not calling API, giving advice directly | | "data skew", "BadSQL", "slow SQL detection", "running SQL", "idle index", "SQL Pattern", "space diagnosis", "health inspection", "instance diagnosis", "slow query", "RT increase", "cluster stall" and other diagnosis keywords | DescribeChatMessage | ❌ Not calling API, only giving advice/explaining concepts | ### Rule 2: Mandatory Command String Output (First Line of Response) MUST: Every ADB OpenAPI call, must explicitly output the executed command string at the [first line] or [beginning] of the response. Mandatory Format (must be strictly followed): `` Command executed: aliyun adb <command-name> --api-version 2021-12-01 --biz-region-id <region-id> [--db-cluster-id <cluster-id>] [other parameters] or Command executed: aliyun adbai describe-chat-message --region <mapped-region> --endpoint <mapped-endpoint> --biz-region-id <region-id> --query "<user question>" [Then diagnostic results, tables, etc.] ` **Correct Examples**: ` Command executed: aliyun adb describe-db-clusters --api-version 2021-12-01 --biz-region-id cn-zhangjiakou --region cn-zhangjiakou Query complete! There are 2 ADB MySQL clusters in the Zhangjiakou region... ` ` Command executed: aliyun adbai describe-chat-message --region cn-beijing --endpoint adbai.cn-beijing.aliyuncs.com --biz-region-id cn-zhangjiakou --query "amv-xxx slow query diagnosis for the last 3 hours" Diagnosis complete! Found the following issues... ` **Incorrect Examples** (violation = failure): ` ❌ Query complete! There are 2 clusters in the Zhangjiakou region... (command string not output) ❌ I called the API to query the cluster list... (complete command not output) ❌ Command executed... (specific command content not output) ❌ aliyun adb describe-db-clusters --biz-region-id cn-zhangjiakou --region cn-zhangjiakou (missing --api-version 2021-12-01) ` ### Rule 3: Prohibited Evasion Behaviors **NON-NEGOTIABLE**: The following behaviors **are absolutely prohibited**: - ❌ Not calling API and directly giving general advice or concept explanations - ❌ Calling API but not outputting the complete command string at the beginning of the response - ❌ Using vague expressions like "We suggest you...", "You can try..." instead of actual diagnosis - ❌ Only outputting documentation content without executing actual operations - ❌ Placing the command string in the middle or end of the response - ❌ Calling aliyun adb commands without --api-version 2021-12-01 (would default to the old version 2019-03-15`) Violating the above rules = task failure, no exceptions

🔴 Cluster ID Recognition Rule (Highest Priority): If the user-provided cluster ID starts with am- or amv-, then the cluster is definitely an ADB MySQL cluster. No need and must not verify its ownership through aliyun rds, aliyun polardb, aliyun clickhouse, aliyun hbase or other product commands. Violating this rule will result in numerous invalid API calls.

Based on the user's intent, read the corresponding references/ files for detailed operation guidelines.

User IntentReference FileWhen to UseMUST-Call API
View instance list, instance details, cluster configuration, storage spaceRead references/cluster-info.md then executeWhen the user wants to know what instances exist, instance specifications, or disk usagedescribe-db-clusters / describe-db-cluster-attribute
Slow query diagnosis, BadSQL, running queries, SQL Pattern, instance diagnosis, instance write diagnosis, space diagnosis, table modeling diagnosis, data skew, idle index, product knowledge Q&A, etc.Read references/cluster-diagnosis.md then executeWhen the user reports performance anomalies, needs instance diagnosis, table modeling optimization, or product knowledge Q&Adescribe-chat-message

Routing Rules:

  1. Identify the user's intent and find the matching scenario from the table above
  2. 🚨 MUST: Immediately execute the corresponding API command (do not skip, do not only give advice): cluster management uses aliyun adb, intelligent diagnosis uses aliyun adbai describe-chat-message
  3. 🚨 MUST: Output the command string in the response (e.g., aliyun adb describe-db-clusters --api-version 2021-12-01 --biz-region-id <region-id> --region <region-id> or aliyun adbai describe-chat-message --region <mapped-region> --endpoint <mapped-endpoint> --biz-region-id <region-id> --query "<question>")
  4. Cluster management scenario: read references/cluster-info.md, execute per its steps; diagnosis scenario: read references/cluster-diagnosis.md, execute per its steps
  5. If the user's intent cannot be matched to a specific scenario in the table, execute the following default diagnosis workflow:

1. Call describe-db-clusters to confirm the cluster exists and its status is normal 2. Use option cards to list the 2-3 most likely routing options (refer to the table above) — forbidden to require manual diagnosis type input 3. Based on user selection, route to the corresponding operation and continue execution

  1. Multiple scenarios can be combined — e.g., first confirm the target instance via cluster info, then diagnose and locate the issue via describe-chat-message

Cluster ID Validation Rule: If the user-provided cluster ID does not exist in the API response (error code InvalidDBClusterId.NotFound), do not abort the task. Instead, call describe-db-clusters to list the actual clusters in that region, guide the user to confirm the correct cluster ID, and continue execution.

3. Time Parameter Handling

Note: The describe-chat-message interface automatically handles time parameters — no need to manually pass time ranges. The user only needs to describe the time in natural language within --query (e.g., "slow queries in the last 3 hours"), and the interface will parse it automatically. For cluster information query interfaces like aliyun adb (e.g., describe-db-clusters), no time parameters are needed.

4. Command Reference

4.1 OpenAPI Commands (aliyun-cli)

This Skill uses two CLI command formats:

Cluster Management (aliyun adb)

aliyun adb <command-name> --api-version 2021-12-01 --biz-region-id <region-id> --region <region-id> [--db-cluster-id <cluster-id>] [other parameters] --user-agent AlibabaCloud-Agent-Skills/alibabacloud-analyticdb-mysql-copilot
🚨 API Version Mandatory Requirement (P0): When calling aliyun adb, must always explicitly include --api-version 2021-12-01. ADB MySQL has two API versions (2019-03-15 and 2021-12-01), and the CLI may default to the old version 2019-03-15, which lacks the interfaces needed by this Skill. Commands without --api-version 2021-12-01 will fail, constituting task failure.
This Skill's Convention: For any row in the table below that "requires --db-cluster-id", the actual command must also include --biz-region-id <region-id> (see Section 1.1). Only describe-db-clusters does not follow the "paired" rule, but still requires --biz-region-id.
CLI Command NameDescriptionRequires --db-cluster-id
describe-db-clustersQuery ADB MySQL cluster list within a regionNo
describe-db-cluster-attributeQuery cluster detailed attributesYes
describe-db-cluster-space-summaryQuery storage space overviewYes

Intelligent Diagnosis (aliyun adbai)

aliyun adbai describe-chat-message --region <mapped-region> --endpoint <mapped-endpoint> --biz-region-id <region-id> --query "<user question>" --user-agent AlibabaCloud-Agent-Skills/alibabacloud-analyticdb-mysql-copilot

DescribeChatMessage is the SSE streaming interface of the ADB MySQL intelligent diagnosis assistant, providing product RAG retrieval and instance analysis, kernel diagnosis capabilities. It includes the following diagnosis scenarios:

  • Slow SQL Query Diagnosis: Performance metric analysis, BadSQL detection, running SQL analysis, SQL Pattern analysis
  • Instance Diagnosis: Instance health inspection, capacity assessment, scaling recommendations
  • Instance Write Diagnosis: Write performance analysis, write bottleneck identification
  • Table Modeling Diagnosis: Oversized non-partitioned tables, partition rationality, primary key rationality, data skew, replicated table rationality, idle indexes, hot/cold table optimization
ParameterDescriptionRequired
--biz-region-idUser's cluster region ID (product knowledge Q&A uses default value cn-beijing, no user confirmation needed)Conditionally required
--queryQuery content; for instance diagnosis, format is "<cluster-id> <diagnosis question>"; for product knowledge questions, ask directly (e.g., "What is BUILD").Yes
--regionService endpoint region (Skill auto-maps based on --biz-region-id, no user specification needed)Auto
--endpointService endpoint address (Skill auto-maps based on --biz-region-id, no user specification needed)Auto
--session-idSession ID for multi-turn conversations (not passed = new session)No
--timezoneTimezone, default Asia/ShanghaiNo
Important: Instance-level diagnosis (slow queries, table modeling, etc.) --query must include the cluster ID; no need to separately pass --db-cluster-id; product knowledge questions do not need a cluster ID. Examples: "amv-xxx slow query diagnosis for the last 3 hours", "What is BUILD"

Examples:

# Slow query diagnosis
aliyun adbai describe-chat-message --region cn-beijing --endpoint adbai.cn-beijing.aliyuncs.com --biz-region-id cn-zhangjiakou \
  --query "amv-xxx slow query diagnosis for the last 3 hours" --user-agent AlibabaCloud-Agent-Skills/alibabacloud-analyticdb-mysql-copilot

# Instance health inspection
aliyun adbai describe-chat-message --region cn-beijing --endpoint adbai.cn-beijing.aliyuncs.com --biz-region-id cn-zhangjiakou \
  --query "amv-xxx instance health inspection analysis" --user-agent AlibabaCloud-Agent-Skills/alibabacloud-analyticdb-mysql-copilot

# Table modeling diagnosis
aliyun adbai describe-chat-message --region cn-beijing --endpoint adbai.cn-beijing.aliyuncs.com --biz-region-id cn-zhangjiakou \
  --query "amv-xxx instance space diagnosis and table modeling diagnosis" --user-agent AlibabaCloud-Agent-Skills/alibabacloud-analyticdb-mysql-copilot

# Data skew detection
aliyun adbai describe-chat-message --region cn-beijing --endpoint adbai.cn-beijing.aliyuncs.com --biz-region-id cn-zhangjiakou \
  --query "amv-xxx detect data skewed tables" --user-agent AlibabaCloud-Agent-Skills/alibabacloud-analyticdb-mysql-copilot

# Product knowledge Q&A
aliyun adbai describe-chat-message --region cn-beijing --endpoint adbai.cn-beijing.aliyuncs.com --biz-region-id cn-beijing \
  --query "What is BUILD" --user-agent AlibabaCloud-Agent-Skills/alibabacloud-analyticdb-mysql-copilot

4.2 Common Parameters

Cluster Management Parameters (aliyun adb):

ParameterDescriptionDefault Value
--biz-region-idRegion ID (this Skill requires it when --db-cluster-id is present)
--regionService endpoint region (value matches --biz-region-id, required for aliyun adb commands)
--db-cluster-idADB MySQL cluster ID (e.g., amv-xxx)Required
--db-cluster-versionCluster version (3.0/5.0/All)All
--page-numberPage number1
--page-sizeItems per page30

Intelligent Diagnosis Parameters (aliyun adbai):

ParameterDescriptionDefault Value
--biz-region-idUser's cluster region ID (product knowledge Q&A uses default value cn-beijing, no user confirmation needed)Conditionally required
--queryQuery content; instance diagnosis format "<db-cluster-id> <problem description>", knowledge Q&A asks directly (supports natural language time descriptions).Required
--regionService endpoint region (Skill auto-maps based on --biz-region-id, no user specification needed)Auto
--endpointService endpoint address (Skill auto-maps based on --biz-region-id, no user specification needed)Auto
--session-idSession ID (passed for multi-turn conversations)Empty (new session)
--timezoneTimezone: e.g., Asia/Shanghai, etc.Asia/Shanghai

4.3 Credential Configuration

Alibaba Cloud API credentials are configured via aliyun configure outside this session; the CLI reads them automatically.

Credential Status Check:

aliyun configure list

If the AccessKeyId column in the output is empty or shows <empty>, credentials are not configured. Prompt the user:

  1. Run aliyun configure in a terminal outside this session to configure
  2. Or configure environment variables in shell profile
  3. Return and continue after configuration is complete
🔴 Important Rules: - Strictly prohibited from guiding users to input AK/SK credentials in the session - Strictly prohibited from using aliyun configure set --access-key-id and other explicit credential parameters - Credential check must be the first step of the task; if it fails, report and terminate directly

Multiple credential types are supported: AK, StsToken, RamRoleArn, EcsRamRole, etc. See Credential Configuration Documentation.

5. RAM Policy

For the complete RAM permission list required by this Skill, see references/ram-policies.md.

[MUST] Permission Failure Handling: When any command or API call fails due to permission errors during execution, follow this process: 1. Read references/ram-policies.md for the complete permission list required by this Skill 2. Use ram-permission-diagnose skill to guide the user to apply for necessary permissions 3. Pause and wait for user confirmation that required permissions have been granted

6. Parameter Confirmation

IMPORTANT: Parameter Confirmation — Before executing any command or API call, all user-configurable parameters (such as biz-region-id, db-cluster-id, --query, etc.) must be confirmed with the user. Do not assume or use default values without the user's explicit approval. Interaction Mode Mandatory Rule: For any step requiring user confirmation or selection (region, cluster, diagnosis scenario, execution confirmation, etc.), must use option cardsforbidden to require manual input. Specifically: - Region confirmation → option cards (read references/region-list.md for options, see Section 1.2 region confirmation rules) — Product knowledge Q&A does not require this step - Cluster ID selection → option cards (generated from describe-db-clusters results) — Product knowledge Q&A does not require this step - Diagnosis scenario selection → option cards (when user intent is unclear, list available diagnosis types) - Pre-execution confirmation → option cards (e.g., "Continue" / "Cancel") — Product knowledge Q&A does not require this step, execute directly

7. Best Practices

  1. CLI-First: Prioritize using CLI commands for diagnosis; cluster management uses aliyun adb, intelligent diagnosis uses aliyun adbai
  2. Command Output: Every API call must output the complete command string at the beginning of the response
  3. Error Handling: When cluster ID does not exist, guide the user to select the correct cluster instead of failing directly
  4. Product Boundary: Only handle ADB MySQL clusters (ID prefix am- or amv-), do not mix other product APIs
  5. Options First: For any step requiring user confirmation or selection, always use option cards; do not require manual input

8. Reference Links

Reference FileContent
references/ram-policies.mdRAM permission list
references/verification-method.mdVerification methods
references/cli-installation-guide.mdAliyun CLI installation guide
references/region-list.mdAlibaba Cloud region ID list
references/cluster-info.mdCluster info query detailed steps
references/cluster-diagnosis.mdCluster intelligent diagnosis detailed steps

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

82.91%
按下载量换算1,113

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills