RE

relational-database-mcp-cloudbase

Provides managed SQL database operations and permission handling for CloudBase environments.

Install

mkdir -p .claude/skills/relational-database-mcp-cloudbase && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/7759" && unzip -o skill.zip -d .claude/skills/relational-database-mcp-cloudbase && rm skill.zip

Installs to .claude/skills/relational-database-mcp-cloudbase

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

This is the required documentation for agents operating on the CloudBase Relational Database through MCP. It defines the canonical SQL management flow with `querySqlDatabase`, `manageSqlDatabase`, `queryPermissions`, and `managePermissions`, including MySQL provisioning, destroy flow, async status checks, safe query execution, schema initialization, and permission updates.
375 charsno explicit “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

Key capabilities

  • Executes SQL queries via MCP
  • Provisions MySQL database instances
  • Manages table-level security permissions
  • Initializes database schema

How it works

Proxies requests to the CloudBase infrastructure via standard MCP tool calls to ensure secure, authorized database interactions.

Inputs & outputs

You give it
SQL statement or management command
You get back
Database operation execution status

When to use relational-database-mcp-cloudbase

  • Query relational database tables
  • Manage database permissions
  • Provision new MySQL instances

About relational-database-mcp-cloudbase

Executes SQL statements, provisions databases, and manages permissions using specific MCP tools. It enforces safe schema initialization and security rule application.

This is the required documentation for agents operating on the CloudBase Relational Database. It lists the only four supported tools for running SQL and managing security rules. Read the full content to understand why you must NOT use standard Application SDKs and how to safely execute INSERT, UPDATE, or DELETE operations without corrupting production data.

When not to use it

  • Client-side application logic
  • Non-Tencent CloudBase environments

Prerequisites

Tencent CloudBase accountMCP environment

Limitations

  • Limited to four specific tools
  • Not for general application code

How it compares

It bypasses standard SDKs to enforce specific secure access flows for management tasks.

Compared to similar skills

relational-database-mcp-cloudbase side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
relational-database-mcp-cloudbase (this skill)12moNo flagsIntermediate
drizzle-orm322moNo flagsIntermediate
django-pro204moNo flagsIntermediate
event-store-design52moNo flagsAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

More by TencentCloudBase

View all by TencentCloudBase

miniprogram-development

TencentCloudBase

WeChat Mini Program development rules. Use this skill when developing WeChat mini programs, integrating CloudBase capabilities, and deploying mini program projects.

3792

spec-workflow

TencentCloudBase

Standard software engineering workflow for requirement analysis, technical design, and task planning. Use this skill when developing new features, complex architecture designs, multi-module integrations, or projects involving database/UI design.

1091

ai-model-nodejs

TencentCloudBase

Use this skill when developing Node.js backend services or CloudBase cloud functions (Express/Koa/NestJS, serverless, backend APIs) that need AI capabilities. Features text generation (generateText), streaming (streamText), AND image generation (generateImage) via @cloudbase/node-sdk ≥3.16.0. Built-in models include Hunyuan (hunyuan-2.0-instruct-20251111 recommended), DeepSeek (deepseek-v3.2 recommended), and hunyuan-image for images. This is the ONLY SDK that supports image generation. NOT for browser/Web apps (use ai-model-web) or WeChat Mini Program (use ai-model-wechat).

59

web-development

TencentCloudBase

Web frontend project development rules. Use this skill when developing web frontend pages, deploying static hosting, and integrating CloudBase Web SDK.

514

ai-model-web

TencentCloudBase

Use this skill when developing browser/Web applications (React/Vue/Angular, static websites, SPAs) that need AI capabilities. Features text generation (generateText) and streaming (streamText) via @cloudbase/js-sdk. Built-in models include Hunyuan (hunyuan-2.0-instruct-20251111 recommended) and DeepSeek (deepseek-v3.2 recommended). NOT for Node.js backend (use ai-model-nodejs), WeChat Mini Program (use ai-model-wechat), or image generation (Node SDK only).

13

auth-http-api-cloudbase

TencentCloudBase

Use when you need to implement CloudBase Auth v2 over raw HTTP endpoints (login/signup, tokens, user operations) from backends or scripts that are not using the Web or Node SDKs.

17

Search skills

Search the agent skills registry