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.zipInstalls 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.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
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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| relational-database-mcp-cloudbase (this skill) | 1 | 2mo | No flags | Intermediate |
| drizzle-orm | 32 | 2mo | No flags | Intermediate |
| django-pro | 20 | 4mo | No flags | Intermediate |
| event-store-design | 5 | 2mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by TencentCloudBase
View all by TencentCloudBase →You might also like
drizzle-orm
EpicenterHQ
Drizzle ORM patterns for type branding and custom types. Use when working with Drizzle column definitions, branded types, or custom type conversions.
django-pro
sickn33
Master Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment. Use PROACTIVELY for Django development, ORM optimization, or complex Django patterns.
event-store-design
wshobson
Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.
senior-backend
davila7
Comprehensive backend development skill for building scalable backend systems using NodeJS, Express, Go, Python, Postgres, GraphQL, REST APIs. Includes API scaffolding, database optimization, security implementation, and performance tuning. Use when designing APIs, optimizing database queries, implementing business logic, handling authentication/authorization, or reviewing backend code.
backend-development
skillcreatorai
Backend API design, database architecture, microservices patterns, and test-driven development. Use for designing APIs, database schemas, or backend system architecture.
postgresql
sickn33
Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features