alicloud-database-rds-custom
查询阿里云自定义实例(RC 实例)。使用 aliyun CLI 调用 DescribeRCInstances API 查询 RDS 相关自定义实例。当用户需要查询 RC 实例、RDS 自定义实例或云资源时触发此技能。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chucklong/alicloud-database-rds-customWhat This Skill Does
The alicloud-database-rds-custom skill is a powerful command-line integration designed for OpenClaw users to manage and monitor their Alibaba Cloud RDS Custom (RC) instances. By leveraging the official aliyun CLI, this skill enables seamless interaction with your cloud infrastructure, allowing you to fetch comprehensive metadata, performance metrics, and configuration details without manually navigating the Alibaba Cloud console. It provides a structured interface for querying instance lifecycles, viewing available disk and snapshot configurations, and retrieving essential connectivity data such as VNC URLs.
Installation
To begin using this skill, ensure you have the aliyun CLI installed and configured. Execute the following command in your terminal: clawhub install openclaw/skills/skills/chucklong/alicloud-database-rds-custom. After installation, perform the authentication step by running aliyun configure and providing your AccessKey ID, AccessKey Secret, and default region. Verify the installation by executing aliyun version to ensure compatibility with your environment.
Use Cases
This skill is ideal for DevOps engineers and cloud administrators who manage high-performance database workloads. Use it to automate daily reporting on instance health, quickly audit disk and snapshot configurations during disaster recovery planning, or monitor real-time resource utilization like CPU and memory usage via the DescribeRCMetricList command. It is particularly effective for multi-region fleet management, allowing you to switch between regions seamlessly to perform batch updates or health checks.
Example Prompts
- "查询北京地域下所有状态为运行中的 RDS 自定义实例,并列出它们的 CPU 和内存配置。"
- "获取实例 rc-12345678 的详细属性,并告诉我它的私网 IP 和当前状态。"
- "列出 cn-hangzhou 地域中可用的所有 RC 实例磁盘快照,方便我进行备份审计。"
Tips & Limitations
- Efficiency: Leverage
jqfor advanced data processing. The skill output is JSON-native, making it perfect for piping into filter tools to extract specific metrics. - Limitations: Note that certain advanced monitoring features, such as
DescribeRCCloudAssistantStatus, are currently unsupported via CLI and require manual console or SSH verification. - Best Practices: Always specify a
--regionparameter to avoid cross-region API latency and ensure you are targeting the correct data center. Use the--outputflag to minimize command output overhead by selecting only the columns relevant to your specific query task.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chucklong-alicloud-database-rds-custom": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api