alicloud-database-rds-supabase
Manage Alibaba Cloud RDS Supabase (RDS AI Service 2025-05-07) via OpenAPI. Use for creating, starting/stopping/restarting instances, resetting passwords, querying endpoints/auth/storage, configuring auth/RAG/SSL/IP whitelist, and listing instance details or conversations.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cinience/alicloud-database-rds-supabaseCategory: 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/alicloud-database-rds-supabase
echo "validation_placeholder" > output/alicloud-database-rds-supabase/validate.txt
Pass criteria: command exits 0 and output/alicloud-database-rds-supabase/validate.txt is generated.
Output And Evidence
- Save artifacts, command outputs, and API response summaries under
output/alicloud-database-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
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cinience-alicloud-database-rds-supabase": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
volcengine-compute-ecs
Manage Volcengine ECS instances and related resources. Use when users need instance inventory, lifecycle operations, troubleshooting, or automation templates for ECS.
alicloud-ai-search-opensearch
Use OpenSearch vector search edition via the Python SDK (ha3engine) to push documents and run HA/SQL searches. Ideal for RAG and vector retrieval pipelines in Claude Code/Codex.
alicloud-storage-oss-ossutil
Alibaba Cloud OSS CLI (ossutil 2.0) skill. Install, configure, and operate OSS from the command line based on the official ossutil overview.
alicloud-platform-openapi-product-api-discovery
Discover and reconcile Alibaba Cloud product catalogs from Ticket System, Support & Service, and BSS OpenAPI; fetch OpenAPI product/version/API metadata; and summarize API coverage to plan new skills. Use when you need a complete product list, product-to-API mapping, or coverage/gap reports for skill generation.
alicloud-ai-image-qwen-image
Generate images with Model Studio DashScope SDK using Qwen Image generation models (qwen-image, qwen-image-plus, qwen-image-max and snapshots). Use when implementing or documenting image.generate requests/responses, mapping prompt/negative_prompt/size/seed/reference_image, or integrating image generation into the video-agent pipeline.