volcengine-rds-mysql

Automate RDS MySQL operations via Volcano Engine MCP server scripts.

417|87|Updated Nov 12, 2025
One-click install
npx skills add https://github.com/bytedance/agentkit-samples --skill volcengine-rds-mysql
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: volcengine-rds-mysql
Source: https://github.com/bytedance/agentkit-samples/tree/main/skills/volcengine-rds-mysql
Command: npx skills add https://github.com/bytedance/agentkit-samples --skill volcengine-rds-mysql

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires volcengine-python-sdk[rdsmysqlv2,vpc]>=1.0.0, and includes scripts (resource) components.

What problem does it solve?

提供对话式的 RDS MySQL MCP 服务运维能力,帮助用户在对话中管理实例、数据库、账号、参数与运维任务,并可直接调用脚本获取实时结果。

Core Features & Use Cases

  • 支持查询实例列表与详情、数据库与账号清单、实例参数、参数模板,以及价格查询等运维操作
  • 通过 uv run ./scripts/call_rds_mysql.py 脚本实现与 Volcano Engine RDS MySQL API 的实时交互
  • 提供在多区域/多实例环境下的统一运维工作流及风险提示

Quick Start

Run uv run ./scripts/call_rds_mysql.py list-instances to fetch all RDS MySQL instances.

Frequently Asked Questions about volcengine-rds-mysql

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all Volcano Engine RDS MySQL instances in one command?

To list all Volcano Engine RDS MySQL instances, run uv run ./scripts/call_rds_mysql.py list-instances. This script invokes the Volcano Engine API to fetch real-time instance data across regions using your configured access keys.

What is needed to authorize RDS MySQL API calls for chat-driven ops?

Authorizing RDS MySQL API calls requires setting the VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY environment variables. You also need uv or Python installed to execute the provided automation scripts.

Can I manage RDS MySQL databases and accounts through a conversation interface?

You can manage RDS MySQL databases and accounts through a conversation interface. The service automates database and account management tasks by invoking Volcano Engine's MCP server and the provided Python script.

Does this RDS MySQL automation tool require the Volcano Engine Python SDK?

This RDS MySQL automation tool requires the Volcano Engine Python SDK, specifically version 1.0.0 or higher with rdsmysqlv2 and vpc extras. This dependency enables the real-time API interactions for instance and parameter management.

How do I query instance parameters and price details for RDS MySQL across regions?

To query instance parameters and price details for RDS MySQL across regions, use the chat-driven interface to invoke the respective operations. The script interacts with the Volcano Engine API to return parameter templates and pricing data.

What limitations should I expect when running RDS MySQL scripts in multi-region environments?

When running RDS MySQL scripts in multi-region environments, expect unified workflows with integrated risk prompts. The automation relies on your configured access keys and the Volcano Engine SDK, limiting operations to authorized accounts and supported API endpoints.