/install aliyun-rds-supabase
Category: service
Alibaba Cloud RDS Supabase (RDS AI Service 2025-05-07)
Manage RDS Supabase app instances and related configurations via RDS AI Service OpenAPI, including lifecycle, auth, storage, RAG, IP whitelist, and SSL.
Prerequisites
- Use least-privilege RAM user/role AccessKey and prefer environment variables for AK/SK.
- OpenAPI uses RPC signing; prefer official SDKs or OpenAPI Explorer.
Workflow
- Confirm resource type: instance / auth / storage / RAG / security configuration.
- Locate operations in
references/api_overview.md. - Choose invocation method (SDK / OpenAPI Explorer / custom signing).
- After changes, verify state and configuration with query APIs.
AccessKey Priority (Required)
- Environment variables (preferred):
ALICLOUD_ACCESS_KEY_ID/ALICLOUD_ACCESS_KEY_SECRET/ALICLOUD_REGION_IDRegion policy:ALICLOUD_REGION_IDis optional default; if unset choose the most reasonable region and ask when unclear. - Standard credentials file:
~/.alibabacloud/credentials
Default Region Strategy
- If region is not specified, choose the most reasonable region; ask the user when unclear.
- Only run all-region queries when explicitly needed or user-approved (call
ListRegionsfirst, then query each region). - If user provides region, query only that region.
Common Operation Map
- Instance:
CreateAppInstance/DeleteAppInstance/StartInstance/StopInstance/RestartInstance - Connectivity and auth:
DescribeInstanceEndpoints/DescribeInstanceAuthInfo/ModifyInstanceAuthConfig - Storage:
DescribeInstanceStorageConfig/ModifyInstanceStorageConfig - Security:
ModifyInstanceIpWhitelist/DescribeInstanceIpWhitelist/ModifyInstanceSSL/DescribeInstanceSSL - RAG:
ModifyInstanceRAGConfig/DescribeInstanceRAGConfig
Clarifying questions (ask when uncertain)
- What is the target instance ID and region?
- Is this instance lifecycle management or configuration changes (auth/storage/RAG/IP whitelist/SSL)?
- Do you need batch operations or an initial state query first?
Output Policy
If you need to save results or responses, write to:
output/database-rds-supabase/
Validation
mkdir -p output/aliyun-rds-supabase
echo "validation_placeholder" > output/aliyun-rds-supabase/validate.txt
Pass criteria: command exits 0 and output/aliyun-rds-supabase/validate.txt is generated.
Output And Evidence
- Save artifacts, command outputs, and API response summaries under
output/aliyun-rds-supabase/. - Include key parameters (region/resource id/time range) in evidence files for reproducibility.
Prerequisites
- Configure least-privilege Alibaba Cloud credentials before execution.
- Prefer environment variables:
ALICLOUD_ACCESS_KEY_ID,ALICLOUD_ACCESS_KEY_SECRET, optionalALICLOUD_REGION_ID. - If region is unclear, ask the user before running mutating operations.
Workflow
- Confirm user intent, region, identifiers, and whether the operation is read-only or mutating.
- Run one minimal read-only query first to verify connectivity and permissions.
- Execute the target operation with explicit parameters and bounded scope.
- Verify results and save output/evidence files.
References
- API overview and operation groups:
references/api_overview.md - Core API parameter quick reference:
references/api_reference.md - All-region query examples:
references/query-examples.md - Official source list:
references/sources.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aliyun-rds-supabase - 安装完成后,直接呼叫该 Skill 的名称或使用
/aliyun-rds-supabase触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Aliyun Rds Supabase 是什么?
Use when managing Alibaba Cloud RDS Supabase (RDS AI Service 2025-05-07) via OpenAPI, including creating, starting/stopping/restarting instances, resetting p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。
如何安装 Aliyun Rds Supabase?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aliyun-rds-supabase」即可一键安装,无需额外配置。
Aliyun Rds Supabase 是免费的吗?
是的,Aliyun Rds Supabase 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Aliyun Rds Supabase 支持哪些平台?
Aliyun Rds Supabase 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Aliyun Rds Supabase?
由 cinience(@cinience)开发并维护,当前版本 v1.0.0。