← Back to Skills Marketplace
cinience

Alicloud Database Rds Supabase

by cinience · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
1081
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install alicloud-database-rds-supabase
Description
Manage Alibaba Cloud RDS Supabase (RDS AI Service 2025-05-07) via OpenAPI. Use for creating, starting/stopping/restarting instances, resetting passwords, que...
README (SKILL.md)

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
Usage Guidance
This skill appears to be a legitimate Alibaba Cloud RDS Supabase manager, but the SKILL.md expects you to provide Alibaba access keys (ALICLOUD_ACCESS_KEY_ID and ALICLOUD_ACCESS_KEY_SECRET) or a credentials file even though the registry metadata doesn't declare them. Before installing or running it: (1) only provide a least-privilege RAM user/role (no full-owner keys); (2) confirm the skill author updates metadata to declare required env vars; (3) be cautious about allowing all-region queries — approve those explicitly; (4) beware that output files may contain sensitive data (endpoints, passwords, auth info) and that modifying storage config could require third-party cloud credentials (e.g., S3 keys); and (5) ask the publisher for clarification on what permissions the skill needs and why, or for a minimal permission policy you can apply.
Capability Analysis
Type: OpenClaw Skill Name: alicloud-database-rds-supabase Version: 1.0.1 The skill bundle is a legitimate tool for managing Alibaba Cloud RDS Supabase instances via the RDS AI Service OpenAPI. It provides comprehensive instructions and API references for resource lifecycle management, security configurations (SSL, IP whitelists), and RAG settings. The skill follows standard cloud management practices, such as recommending least-privilege credentials and environment variables (ALICLOUD_ACCESS_KEY_ID), and includes safety-oriented instructions to confirm actions with the user. No evidence of data exfiltration, malicious execution, or prompt injection was found across the files (SKILL.md, api_reference.md, etc.).
Capability Assessment
Purpose & Capability
The name/description match the SKILL.md: it manages Alibaba Cloud RDS Supabase via the RDS AI OpenAPI. However the skill's metadata lists no required environment variables or primary credential, while the SKILL.md explicitly instructs the agent to use Alibaba Cloud AccessKey credentials (ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET and optional ALICLOUD_REGION_ID) or the standard credentials file. That omission in metadata is a coherence problem: a cloud-management skill legitimately needs credentials, and they should be declared.
Instruction Scope
SKILL.md gives concrete runtime instructions: read environment variables, check ~/.alibabacloud/credentials, choose regions (and optionally perform all-region queries), call many read/write API operations, and save API responses to output/alicloud-database-rds-supabase/. These instructions are generally within the skill's stated purpose, but they also enable broad enumeration (all-region DescribeAppInstances) and instruct writing outputs that may include secrets (endpoints, auth info, passwords). The document also references storage config fields (e.g., AWS_ACCESS_KEY_ID / AWS_SECRET_ACCESS_KEY) — the skill could request or handle third-party cloud credentials when modifying storage, which is a scope expansion that should be explicit.
Install Mechanism
Instruction-only skill with no install spec and no code files; lowest install risk. Nothing is written to disk by an install step. Runtime behaviour depends entirely on the SKILL.md instructions and the agent environment.
Credentials
The SKILL.md legitimately requires Alibaba Cloud credentials and optionally a region, but the registry metadata lists none. The SKILL.md also references the standard credentials file path (~/.alibabacloud/credentials) and storage configuration parameters that may contain third-party cloud credentials (e.g., AWS_ACCESS_KEY_ID/SECRET, S3 endpoint). Requesting the Alibaba credentials is proportionate to the purpose, but the omission from declared requirements and the possible need for additional storage credentials are inconsistent and potentially confusing for users.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It does not claim to modify other skills or global agent settings. Autonomous invocation is allowed by default (normal for skills); combining that with user-provided cloud credentials gives the skill the ability to act on cloud resources — expected for this type of skill but something the user should authorize explicitly.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install alicloud-database-rds-supabase
  3. After installation, invoke the skill by name or use /alicloud-database-rds-supabase
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
batch publish from alicloud-skills on 2026-03-11
v1.0.0
Retry publish after transient rate-limit; includes agents metadata updates.
Metadata
Slug alicloud-database-rds-supabase
Version 1.0.1
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is 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, que... It is an AI Agent Skill for Claude Code / OpenClaw, with 1081 downloads so far.

How do I install Alicloud Database Rds Supabase?

Run "/install alicloud-database-rds-supabase" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Alicloud Database Rds Supabase free?

Yes, Alicloud Database Rds Supabase is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Alicloud Database Rds Supabase support?

Alicloud Database Rds Supabase is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Alicloud Database Rds Supabase?

It is built and maintained by cinience (@cinience); the current version is v1.0.1.

💬 Comments