Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cinience avatar

Alicloud Database Rds Supabase

  • 271 installs
  • 396 repo stars
  • Updated July 18, 2026
  • cinience/alicloud-skills

alicloud-database-rds-supabase is a Claude agent skill that provisions, configures, and integrates Alibaba Cloud RDS with Supabase-style workflows for managed Postgres or MySQL backends in agent-driven cloud builds.

About

alicloud-database-rds-supabase is a cinience/alicloud-skills database integration skill for Alibaba Cloud RDS paired with Supabase-style developer workflows. It helps teams provision managed Postgres or MySQL instances, configure connectivity, and integrate database backends into agent-driven cloud builds that mirror Supabase ergonomics on Alibaba infrastructure. Developers reach for alicloud-database-rds-supabase when SaaS or API projects need managed relational storage with familiar Supabase-like setup steps rather than self-hosted database VMs. The skill guides agent sessions through RDS provisioning, connection settings, and integration hooks suited to modern backend and agent tooling stacks. Pair it with sibling alicloud test skills when pre-release checks must validate migrations, connectivity, and query paths before production cutover. The catalog lists 271 installs on skills.sh for this RDS Supabase-style integration entry in the alicloud-skills database collection. Secure connection strings, VPC rules, and migration order before pointing production agents at new RDS endpoints.

  • Alibaba Cloud RDS setup guidance
  • Supabase-compatible connection patterns
  • Schema and migration considerations
  • Environment-specific endpoint configuration
  • Agent-safe cloud database integration steps

Alicloud Database Rds Supabase by the numbers

  • 271 all-time installs (skills.sh)
  • Ranked #189 of 911 Databases skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-database-rds-supabase

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs271
repo stars396
Last updatedJuly 18, 2026
Repositorycinience/alicloud-skills

How do you integrate Alibaba RDS with Supabase workflows?

Provision, configure, and integrate Alibaba Cloud RDS with Supabase-style workflows for managed Postgres/MySQL backends in agent-driven cloud builds.

Who is it for?

Developers building agent-driven cloud apps on Alibaba who want managed RDS Postgres or MySQL with Supabase-style provisioning and integration patterns.

Skip if: Teams hosting databases exclusively on Supabase Cloud or AWS RDS without Alibaba Cloud RDS in the target architecture.

When should I use this skill?

A developer asks to provision Alibaba Cloud RDS, integrate Supabase-style database workflows, or configure managed Postgres or MySQL backends for agent cloud builds.

What you get

RDS instance provisioning config, Postgres or MySQL connection settings, Supabase-style workflow integration, and managed database backend wiring for cloud builds.

  • RDS provisioning configuration
  • Database connection settings
  • Supabase-style integration workflow

By the numbers

  • 271 installs on skills.sh

Files

SKILL.mdMarkdownGitHub ↗

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

1) Confirm resource type: instance / auth / storage / RAG / security configuration. 2) Locate operations in references/api_overview.md. 3) Choose invocation method (SDK / OpenAPI Explorer / custom signing). 4) After changes, verify state and configuration with query APIs.

AccessKey Priority (Required)

1) Environment variables (preferred):ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ALICLOUD_REGION_ID is optional default; if unset choose the most reasonable region and ask when unclear. 2) 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 ListRegions first, 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)

1. What is the target instance ID and region? 2. Is this instance lifecycle management or configuration changes (auth/storage/RAG/IP whitelist/SSL)? 3. 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, optional ALICLOUD_REGION_ID.
  • If region is unclear, ask the user before running mutating operations.

Workflow

1) Confirm user intent, region, identifiers, and whether the operation is read-only or mutating. 2) Run one minimal read-only query first to verify connectivity and permissions. 3) Execute the target operation with explicit parameters and bounded scope. 4) 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

Related skills

How it compares

Pick alicloud-database-rds-supabase for Alibaba RDS with Supabase-style setup; use native Supabase skills when the database stays on Supabase Cloud rather than Alibaba RDS.

FAQ

Which databases does alicloud-database-rds-supabase support?

alicloud-database-rds-supabase provisions and integrates Alibaba Cloud RDS managed Postgres and MySQL backends using Supabase-style workflows for agent-driven cloud builds. Developers use it when relational storage must be configured on Alibaba infrastructure with familiar setup

When should developers invoke alicloud-database-rds-supabase?

Developers should invoke alicloud-database-rds-supabase when agent-driven projects need Alibaba RDS provisioning, connection configuration, and Supabase-like integration instead of self-managed database VMs. The cinience skill lists 271 installs on skills.sh for this database int

Databasesdatabasespipelines

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.