volcengine-database-rds
Operate Volcengine RDS instances and database workflows. Use when users need provisioning guidance, connectivity checks, performance troubleshooting, or backup/restore procedures.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cinience/volcengine-database-rdsWhat This Skill Does
The volcengine-database-rds skill provides a structured, agent-driven interface for managing Volcengine Relational Database Service (RDS) instances. It is designed to act as a bridge between high-level operational intent and low-level API commands, ensuring that every database interaction adheres to a strict four-step workflow: inspect, validate, change, and verify. By automating common operational hurdles, this skill reduces the risk of human error during complex maintenance cycles.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/cinience/volcengine-database-rds
Ensure that your OpenClaw environment is properly authenticated with your Volcengine IAM credentials before initiating the installation to allow the agent to interface with your cloud infrastructure.
Use Cases
This skill is ideal for DevOps engineers and database administrators needing to perform recurring tasks without context switching. Use it for provisioning guidance when setting up new RDS clusters, performing rapid connectivity diagnostics to resolve network-related downtime, or automating performance tuning by identifying slow-running queries. Additionally, it serves as a safety net for backup and restoration procedures, allowing the agent to pre-validate snapshots before executing destructive restoration operations.
Example Prompts
- "Check the current connectivity for my production RDS instance in the Beijing region and list any security group violations."
- "I need to restore the database 'user-data-prod' to the snapshot taken at 02:00 UTC today; please perform a pre-check first."
- "Analyze the CPU usage and slow query logs for instance rds-mysql-01 and suggest specific parameter group optimizations."
Tips & Limitations
Always prioritize the use of snapshots before performing high-risk modifications, as the agent is designed to encourage safety-first behavior. Be aware that the agent will surface parameter drift if your current configuration deviates from your standard deployment templates. While this skill is powerful, it is restricted to the Volcengine ecosystem and cannot perform cross-cloud database migrations directly. Ensure that your IAM policy for the provided credentials follows the principle of least privilege, granting only the necessary permissions for RDS management. Always review the output of the 'inspect' phase carefully before approving any 'change' operations.
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-cinience-volcengine-database-rds": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
volcengine-compute-ecs
Manage Volcengine ECS instances and related resources. Use when users need instance inventory, lifecycle operations, troubleshooting, or automation templates for ECS.
alicloud-ai-search-opensearch
Use OpenSearch vector search edition via the Python SDK (ha3engine) to push documents and run HA/SQL searches. Ideal for RAG and vector retrieval pipelines in Claude Code/Codex.
alicloud-storage-oss-ossutil
Alibaba Cloud OSS CLI (ossutil 2.0) skill. Install, configure, and operate OSS from the command line based on the official ossutil overview.
alicloud-platform-openapi-product-api-discovery
Discover and reconcile Alibaba Cloud product catalogs from Ticket System, Support & Service, and BSS OpenAPI; fetch OpenAPI product/version/API metadata; and summarize API coverage to plan new skills. Use when you need a complete product list, product-to-API mapping, or coverage/gap reports for skill generation.
alicloud-ai-image-qwen-image
Generate images with Model Studio DashScope SDK using Qwen Image generation models (qwen-image, qwen-image-plus, qwen-image-max and snapshots). Use when implementing or documenting image.generate requests/responses, mapping prompt/negative_prompt/size/seed/reference_image, or integrating image generation into the video-agent pipeline.