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/cinience-alicloud-database-rds-supabaseWhat This Skill Does
The alicloud-database-rds-supabase skill provides a comprehensive interface for managing Alibaba Cloud RDS AI (Supabase) instances. It acts as an abstraction layer over the official OpenAPI, allowing users to automate the lifecycle and configuration of database-integrated AI services. This skill handles core operational tasks including instance provisioning, state management (start/stop/restart), security hardening (IP whitelisting, SSL configuration), and specialized service tuning such as RAG (Retrieval-Augmented Generation) settings and authentication parameter management. By integrating this skill, users can ensure their cloud database environment is programmatically synchronized with their application requirements.
Installation
To integrate this skill into your environment, use the OpenClaw command line interface:
clawhub install openclaw/skills/skills/cinience/cinience-alicloud-database-rds-supabase
Ensure that you have your Alibaba Cloud credentials configured via environment variables (ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, ALICLOUD_REGION_ID) or via the ~/.alibabacloud/credentials file. Failure to provide valid credentials will result in authentication errors when the agent attempts to communicate with the Alibaba Cloud infrastructure.
Use Cases
- Automated Provisioning: Deploy new RDS Supabase instances for dev/test environments with specific RAG and storage configurations.
- Security Automation: Dynamically update IP whitelists and enable/disable SSL certificates based on CI/CD pipeline triggers or security policy audits.
- Operational Maintenance: Schedule automated instance restarts or state transitions to manage costs during non-business hours.
- Configuration Management: Centralize the management of instance endpoints, auth info, and RAG service parameters, ensuring consistency across regional deployments.
Example Prompts
- "Restart the RDS Supabase instance 'rds-ai-prod-001' in the cn-hangzhou region and verify it returns to an 'Active' state after rebooting."
- "Update the IP whitelist for instance 'i-12345678' to allow traffic only from our internal VPN gateway subnet, then print the updated configuration."
- "Configure the RAG service settings for my RDS Supabase instance in us-east-1 to use the latest vector database schema provided in the official docs."
Tips & Limitations
- Region Awareness: Always specify a Region ID if possible to avoid unnecessary API overhead or potential errors during cross-regional discovery.
- Permissions: Ensure your RAM user has sufficient privileges for
rds-ai:*actions; minimal privilege configurations are recommended. - State Verification: Always perform a 'Describe' operation after a 'Modify' operation to confirm the changes have propagated across the Alibaba Cloud backbone.
- Batch Limits: For large-scale operations, avoid flooding the OpenAPI with requests; the skill is optimized for individual instance orchestration.
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-cinience-alicloud-database-rds-supabase": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, file-write
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.