{
  "schemaVersion": "1.0",
  "item": {
    "slug": "alicloud-database-rds-supabase",
    "name": "Alicloud Database Rds Supabase",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/cinience/alicloud-database-rds-supabase",
    "canonicalUrl": "https://clawhub.ai/cinience/alicloud-database-rds-supabase",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/alicloud-database-rds-supabase",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=alicloud-database-rds-supabase",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "agents/openai.yaml",
      "references/api_overview.md",
      "references/api_reference.md",
      "references/query-examples.md",
      "references/sources.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/alicloud-database-rds-supabase"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/alicloud-database-rds-supabase",
    "agentPageUrl": "https://openagent3.xyz/skills/alicloud-database-rds-supabase/agent",
    "manifestUrl": "https://openagent3.xyz/skills/alicloud-database-rds-supabase/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/alicloud-database-rds-supabase/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Alibaba Cloud RDS Supabase (RDS AI Service 2025-05-07)",
        "body": "Manage RDS Supabase app instances and related configurations via RDS AI Service OpenAPI, including lifecycle, auth, storage, RAG, IP whitelist, and SSL."
      },
      {
        "title": "Prerequisites",
        "body": "Use least-privilege RAM user/role AccessKey and prefer environment variables for AK/SK.\nOpenAPI uses RPC signing; prefer official SDKs or OpenAPI Explorer."
      },
      {
        "title": "Workflow",
        "body": "Confirm resource type: instance / auth / storage / RAG / security configuration.\nLocate operations in references/api_overview.md.\nChoose invocation method (SDK / OpenAPI Explorer / custom signing).\nAfter changes, verify state and configuration with query APIs."
      },
      {
        "title": "AccessKey Priority (Required)",
        "body": "Environment variables (preferred):ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID\nRegion policy: ALICLOUD_REGION_ID is optional default; if unset choose the most reasonable region and ask when unclear.\nStandard credentials file:~/.alibabacloud/credentials"
      },
      {
        "title": "Default Region Strategy",
        "body": "If region is not specified, choose the most reasonable region; ask the user when unclear.\nOnly run all-region queries when explicitly needed or user-approved (call ListRegions first, then query each region).\nIf user provides region, query only that region."
      },
      {
        "title": "Common Operation Map",
        "body": "Instance:CreateAppInstance / DeleteAppInstance / StartInstance / StopInstance / RestartInstance\nConnectivity and auth:DescribeInstanceEndpoints / DescribeInstanceAuthInfo / ModifyInstanceAuthConfig\nStorage:DescribeInstanceStorageConfig / ModifyInstanceStorageConfig\nSecurity:ModifyInstanceIpWhitelist / DescribeInstanceIpWhitelist / ModifyInstanceSSL / DescribeInstanceSSL\nRAG：ModifyInstanceRAGConfig / DescribeInstanceRAGConfig"
      },
      {
        "title": "Clarifying questions (ask when uncertain)",
        "body": "What is the target instance ID and region?\nIs this instance lifecycle management or configuration changes (auth/storage/RAG/IP whitelist/SSL)?\nDo you need batch operations or an initial state query first?"
      },
      {
        "title": "Output Policy",
        "body": "If you need to save results or responses, write to:\noutput/database-rds-supabase/"
      },
      {
        "title": "Validation",
        "body": "mkdir -p output/alicloud-database-rds-supabase\necho \"validation_placeholder\" > output/alicloud-database-rds-supabase/validate.txt\n\nPass criteria: command exits 0 and output/alicloud-database-rds-supabase/validate.txt is generated."
      },
      {
        "title": "Output And Evidence",
        "body": "Save artifacts, command outputs, and API response summaries under output/alicloud-database-rds-supabase/.\nInclude key parameters (region/resource id/time range) in evidence files for reproducibility."
      },
      {
        "title": "Prerequisites",
        "body": "Configure least-privilege Alibaba Cloud credentials before execution.\nPrefer environment variables: ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, optional ALICLOUD_REGION_ID.\nIf region is unclear, ask the user before running mutating operations."
      },
      {
        "title": "Workflow",
        "body": "Confirm user intent, region, identifiers, and whether the operation is read-only or mutating.\nRun one minimal read-only query first to verify connectivity and permissions.\nExecute the target operation with explicit parameters and bounded scope.\nVerify results and save output/evidence files."
      },
      {
        "title": "References",
        "body": "API overview and operation groups:references/api_overview.md\nCore API parameter quick reference:references/api_reference.md\nAll-region query examples:references/query-examples.md\nOfficial source list:references/sources.md"
      }
    ],
    "body": "Category: service\n\nAlibaba Cloud RDS Supabase (RDS AI Service 2025-05-07)\n\nManage RDS Supabase app instances and related configurations via RDS AI Service OpenAPI, including lifecycle, auth, storage, RAG, IP whitelist, and SSL.\n\nPrerequisites\nUse least-privilege RAM user/role AccessKey and prefer environment variables for AK/SK.\nOpenAPI uses RPC signing; prefer official SDKs or OpenAPI Explorer.\nWorkflow\nConfirm resource type: instance / auth / storage / RAG / security configuration.\nLocate operations in references/api_overview.md.\nChoose invocation method (SDK / OpenAPI Explorer / custom signing).\nAfter changes, verify state and configuration with query APIs.\nAccessKey Priority (Required)\nEnvironment 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.\nStandard credentials file:~/.alibabacloud/credentials\nDefault Region Strategy\nIf region is not specified, choose the most reasonable region; ask the user when unclear.\nOnly run all-region queries when explicitly needed or user-approved (call ListRegions first, then query each region).\nIf user provides region, query only that region.\nCommon Operation Map\nInstance:CreateAppInstance / DeleteAppInstance / StartInstance / StopInstance / RestartInstance\nConnectivity and auth:DescribeInstanceEndpoints / DescribeInstanceAuthInfo / ModifyInstanceAuthConfig\nStorage:DescribeInstanceStorageConfig / ModifyInstanceStorageConfig\nSecurity:ModifyInstanceIpWhitelist / DescribeInstanceIpWhitelist / ModifyInstanceSSL / DescribeInstanceSSL\nRAG：ModifyInstanceRAGConfig / DescribeInstanceRAGConfig\nClarifying questions (ask when uncertain)\nWhat is the target instance ID and region?\nIs this instance lifecycle management or configuration changes (auth/storage/RAG/IP whitelist/SSL)?\nDo you need batch operations or an initial state query first?\nOutput Policy\n\nIf you need to save results or responses, write to: output/database-rds-supabase/\n\nValidation\nmkdir -p output/alicloud-database-rds-supabase\necho \"validation_placeholder\" > output/alicloud-database-rds-supabase/validate.txt\n\n\nPass criteria: command exits 0 and output/alicloud-database-rds-supabase/validate.txt is generated.\n\nOutput And Evidence\nSave artifacts, command outputs, and API response summaries under output/alicloud-database-rds-supabase/.\nInclude key parameters (region/resource id/time range) in evidence files for reproducibility.\nPrerequisites\nConfigure least-privilege Alibaba Cloud credentials before execution.\nPrefer environment variables: ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, optional ALICLOUD_REGION_ID.\nIf region is unclear, ask the user before running mutating operations.\nWorkflow\nConfirm user intent, region, identifiers, and whether the operation is read-only or mutating.\nRun one minimal read-only query first to verify connectivity and permissions.\nExecute the target operation with explicit parameters and bounded scope.\nVerify results and save output/evidence files.\nReferences\nAPI overview and operation groups:references/api_overview.md\nCore API parameter quick reference:references/api_reference.md\nAll-region query examples:references/query-examples.md\nOfficial source list:references/sources.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/cinience/alicloud-database-rds-supabase",
    "publisherUrl": "https://clawhub.ai/cinience/alicloud-database-rds-supabase",
    "owner": "cinience",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/alicloud-database-rds-supabase",
    "downloadUrl": "https://openagent3.xyz/downloads/alicloud-database-rds-supabase",
    "agentUrl": "https://openagent3.xyz/skills/alicloud-database-rds-supabase/agent",
    "manifestUrl": "https://openagent3.xyz/skills/alicloud-database-rds-supabase/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/alicloud-database-rds-supabase/agent.md"
  }
}