ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cinience/cinience-alicloud-database-rds-supabase
Or

What 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

  1. "Restart the RDS Supabase instance 'rds-ai-prod-001' in the cn-hangzhou region and verify it returns to an 'Active' state after rebooting."
  2. "Update the IP whitelist for instance 'i-12345678' to allow traffic only from our internal VPN gateway subnet, then print the updated configuration."
  3. "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

Author@cinience
Stars3562
Views2
Updated2026-03-29
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cinience-cinience-alicloud-database-rds-supabase": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#alicloud#rds#supabase#database#cloud-ops
Safety Score: 4/5

Flags: external-api, file-write