Volcengine RDS PostgreSQL

v1.0.0

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

0· 140·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, SKILL.md, requirements.txt, and the Python script all focus on Volcengine RDS PostgreSQL and VPC operations. Requesting VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY is appropriate and expected for calling the Volcengine SDK APIs invoked in the script.
Instruction Scope
SKILL.md directs the agent to run the included script (via `uv run` or `python`) and to set the Volcengine AK/SK and optional region. The script only constructs SDK requests for RDS and VPC endpoints and prints results to stdout/stderr. There are no instructions to read unrelated files, other environment variables, or to transmit data to unexpected external endpoints.
Install Mechanism
This is instruction-only (no platform install spec). The included requirements.txt and the script reference the official-looking `volcengine-python-sdk[rdspostgresqlv2,vpc]` package; dependencies must be installed by the user (or by `uv` execution). This is low-risk, but users should ensure they trust the PyPI package and have `uv` available.
Credentials
Only VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY are required (and an optional region). Those credentials directly map to the documented API calls. No unrelated secrets or broad system credentials are requested.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide privileges or modify other skills' configs. The script runs on-demand and does not install background services.
Assessment
This skill appears coherent for managing Volcengine RDS PostgreSQL. Before enabling: (1) provide only a least-privilege AK/SK — ideally read-only permissions for the RDS and VPC actions the skill needs, (2) review the volcengine-python-sdk package on PyPI (and its maintainers) before installing dependencies, (3) ensure you have the `uv` runner or install Python deps in an isolated environment, and (4) avoid using production credentials with write/delete permissions unless you explicitly need full management operations. The script itself only calls Volcengine SDK APIs and prints results; if you require higher assurance, inspect the full script and test with a non-production account first.

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

latestvk973t56rzw43wc8vqff3ense118370hj

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