← Back to Skills Marketplace
188
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install volcengine-rds-postgresql
Description
使用火山引擎 RDS PostgreSQL,帮助用户完成 RDS PostgreSQL 相关的实例管理、数据库操作、账号管理和运维任务,可直接调用 uv run ./scripts/call_rds_postgresql.py 脚本获取实时结果。
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: using-volcengine-rds-postgresql
Version: 1.0.0
The skill bundle is a legitimate tool for managing Volcengine RDS PostgreSQL instances. It uses the official 'volcengine-python-sdk' to perform read-only operations such as listing instances, databases, and accounts. The Python script 'scripts/call_rds_postgresql.py' correctly handles credentials via environment variables and lacks any signs of data exfiltration, malicious execution, or obfuscation.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install volcengine-rds-postgresql - After installation, invoke the skill by name or use
/volcengine-rds-postgresql - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v0.1.0
Initial release of the `volcengine-rds-postgresql` skill.
Highlights
- Added natural-language support for common Volcengine RDS PostgreSQL operations
- Added support for querying instances, databases, accounts, parameters, parameter templates, VPCs/subnets, and pricing
- Added the built-in `call_rds_postgresql.py` script for real-time interactions with Volcengine RDS PostgreSQL
Metadata
Frequently Asked Questions
What is Volcengine RDS PostgreSQL?
使用火山引擎 RDS PostgreSQL,帮助用户完成 RDS PostgreSQL 相关的实例管理、数据库操作、账号管理和运维任务,可直接调用 uv run ./scripts/call_rds_postgresql.py 脚本获取实时结果。 It is an AI Agent Skill for Claude Code / OpenClaw, with 188 downloads so far.
How do I install Volcengine RDS PostgreSQL?
Run "/install volcengine-rds-postgresql" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Volcengine RDS PostgreSQL free?
Yes, Volcengine RDS PostgreSQL is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Volcengine RDS PostgreSQL support?
Volcengine RDS PostgreSQL is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).
Who created Volcengine RDS PostgreSQL?
It is built and maintained by ybAmazing (@ybamazing); the current version is v1.0.0.
More Skills