Volcengine RDS Mysql

v1.0.0

使用火山引擎 RDS MySQL MCP Server,帮助用户完成 RDS MySQL 相关的实例管理、数据库操作、账号管理和运维任务,可直接调用 uv run ./scripts/call_rds_mysql.py 脚本获取实时结果。

0· 91·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description request RDS MySQL management and the skill provides a script that calls Volcengine RDS and VPC APIs. Required env vars (VOLCENGINE_ACCESS_KEY, VOLCENGINE_SECRET_KEY) and the declared binary (uv) align with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the included script with clearly enumerated actions (list-instances, describe-instance, list-databases, etc.). The instructions do not direct the agent to read unrelated files, collect system secrets, or send data to endpoints outside Volcengine APIs.
Install Mechanism
This is instruction-only with an included script and a requirements.txt referencing the official-looking Python SDK package. There is no arbitrary URL download or archive extraction. Dependencies are reasonable for the task.
Credentials
Only Volcengine credentials (AK/SK) are required (plus optional region). The number and type of env vars are appropriate for making authenticated API calls to Volcengine. SKILL.md also documents these env vars.
Persistence & Privilege
Skill is user-invocable, not always-enabled, and does not request to modify other skills or system-wide config. It does not request elevated persistent privileges.
Assessment
This skill appears to be what it claims: a Volcengine RDS MySQL helper that calls the official SDK. Before installing or running it: (1) provide Volcengine AK/SK with least-privilege (ideally read-only for inspection tasks) and avoid using high-privilege credentials in shared environments; (2) install the Python dependency from the official package index (volcengine-python-sdk) and verify its provenance; (3) run the script in a sandbox or limited environment if you are unsure about network access; (4) if you don't have the 'uv' binary, run the script with python after installing dependencies; (5) review the included script (it is bundled here) and confirm it only calls Volcengine endpoints you expect. If you need higher assurance, ask the publisher for the SDK source/version they tested with or run the script with a credential that only has read/list permissions first.

Like a lobster shell, security has layers — review code before you run it.

latestvk979gzpfj02g40n8hr9fg7be7d83nxk6

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🗄️ Clawdis
OSmacOS · Linux
Binsuv
EnvVOLCENGINE_ACCESS_KEY, VOLCENGINE_SECRET_KEY

Comments