Open
Conversation
cuericlee
reviewed
Feb 2, 2026
warm-wm
reviewed
Feb 5, 2026
warm-wm
reviewed
Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
为火山引擎 RDS MySQL MCP Server 新增 Skills 能力,提供命令行脚本工具,方便用户通过自然语言交互完成 RDS MySQL 的运维任务,以及接入 OpenMolt。
Changes
新增 skill/volcengine-rds-mysql-copilot/ 目录结构
新增 SKILL.md - Skill 说明文档,包含使用流程和示例
新增 scripts/call_rds_mysql.py - 主脚本,支持以下操作:
list-instances - 查询实例列表
describe-instance - 查询实例详情
list-databases - 查询数据库列表
list-accounts - 查询账号列表
list-parameters - 查询参数配置
list-parameter-templates - 查询参数模板列表
describe-parameter-template - 查询参数模板详情
list-vpcs - 查询 VPC 列表
list-subnets - 查询子网列表
get-price - 查询实例价格
新增 requirements.txt - Python 依赖声明
Usage
设置环境变量
export VOLCENGINE_ACCESS_KEY="your-access-key"
export VOLCENGINE_SECRET_KEY="your-secret-key"
查询实例列表
uv run ./scripts/call_rds_mysql.py list-instances
查询实例详情
uv run ./scripts/call_rds_mysql.py describe-instance --instance-id mysql-xxx