Tag: cloudbase

Type: All Skills Tools
skill ★ 1,010

CloudBase Document Database Web SDK

Provides instructions for implementing CloudBase document database operations in web applications using the JavaScript SDK. It supports CRUD, complex queries, pagination, aggregation, and real-time listeners.

TencentCloudBase/CloudBase-MCP cloudbase web-sdk nosql javascript
skill ★ 1,010

CloudBase relational database client for web apps

This skill provides the canonical pattern for initializing the CloudBase Relational Database SDK within a web frontend. It allows developers to perform standard CRUD operations using familiar Supabase-style query syntax directly from the br…

TencentCloudBase/CloudBase-MCP cloudbase web-frontend relational-db js-sdk
tool ★ 1,010

CloudBase Relational Database SQL Management Tool

This skill provides agents with canonical access to CloudBase's relational database via MCP tools, enabling full lifecycle management from provisioning and schema initialization to complex read and write operations. It also handles granular…

TencentCloudBase/CloudBase-MCP relational-database sql mcp cloudbase
skill ★ 1,010

CloudBase Resource Health and Error Inspector

This skill provides an AIOps-style diagnostic capability for CloudBase environments, enabling comprehensive, read-only health checks across functions, CloudRun, and databases. It aggregates resource status and correlated error logs to ident…

TencentCloudBase/CloudBase-MCP cloudbase ops health-check diagnostics
skill ★ 1,010

WeChat Mini Program CloudBase Database Access

This skill facilitates document database operations (CRUD, complex queries, aggregation, and geolocation) specifically within a WeChat Mini Program context using wx.cloud.database(). It is designed for client-side Mini Program logic and mus…

TencentCloudBase/CloudBase-MCP wechat-miniprogram cloudbase document-database nosql
skill ★ 1,010

WeChat Mini Program Development and Deployment Skill

This skill manages the full lifecycle of WeChat Mini Program development, guiding project structure, component creation, and configuration management. It supports debugging, previewing, and publishing workflows, including deep integration w…

TencentCloudBase/CloudBase-MCP wechat-mini-program cloudbase development deployment
skill ★ 1,010

Raw HTTP API Client for CloudBase Services

This skill enables direct interaction with CloudBase platform APIs using raw HTTP requests, bypassing the need for platform-specific SDKs. It is ideal for non-Node backends, integration scripts, or environments requiring direct consumption …

TencentCloudBase/CloudBase-MCP cloudbase http-api backend rest-api
tool ★ 1,010

Manage CloudBase Run Backend Service Deployment

This skill manages the full lifecycle of persistent backend services on CloudBase Run, supporting both Function and Container modes. It provides structured tooling for deployment, inspection, debugging, and managing long-lived connections l…

TencentCloudBase/CloudBase-MCP cloudbase cloudrun backend-development deployment
skill ★ 1,010

CloudBase platform overview and capability selection

This skill provides foundational knowledge and conceptual guidance across the entire CloudBase ecosystem. It helps developers select the correct platform, service, or specialized skill (e.g., Web, Mini Program, storage) before implementing …

TencentCloudBase/CloudBase-MCP cloudbase platform architecture development
skill ★ 1,010

CloudBase Resource Management via CLI

This skill enables deterministic, scriptable, and auditable management of CloudBase resources using the tcb command-line interface. It supports deploying functions, managing databases, and configuring networking via CLI commands, making it …

TencentCloudBase/CloudBase-MCP cloudbase cli resource-management ci-cd
skill ★ 1,010

CloudBase Event and HTTP Function Development

A guide for developing, deploying, and debugging CloudBase Event and HTTP Functions. It provides instructions for implementing serverless handlers and web services using the appropriate runtime models.

TencentCloudBase/CloudBase-MCP cloudbase serverless cloud-functions runtime-development
skill ★ 1,010

CloudBase Agent SDK for AI Agent Development

This skill acts as a language router, enabling the development and deployment of AI agents using either TypeScript or Python. It provides SDK support and adapters for frameworks like LangGraph and LangChain, facilitating communication via t…

TencentCloudBase/CloudBase-MCP cloudbase agent-sdk ai-agent typescript
skill ★ 1,010

CloudBase Web SDK for Browser Storage Management

This skill facilitates browser-side interaction with CloudBase storage using the Web SDK. It enables developers to perform core operations such as file uploads, generating temporary download links, and managing file deletion within a web ap…

TencentCloudBase/CloudBase-MCP cloudbase web-sdk storage file-management
skill ★ 1,010

WeChat Mini Program Authentication for CloudBase

This skill guides the implementation of native, automatic user identity handling for WeChat Mini Programs within the CloudBase ecosystem. It details how to securely access user identifiers like OPENID and UNIONID in cloud functions without …

TencentCloudBase/CloudBase-MCP wechat miniprogram cloudbase authentication
skill ★ 1,010

CloudBase Web Authentication Integration Guide

Facilitates the integration of CloudBase Web authentication into frontend applications using the @cloudbase/js-sdk. It provides a Supabase-compatible API for managing user sessions, registration, and various login methods including email, p…

TencentCloudBase/CloudBase-MCP cloudbase web-authentication frontend-integration js-sdk
tool ★ 1,010

Configure CloudBase Authentication Providers and Settings

This tool manages the configuration and readiness of various CloudBase authentication providers, allowing developers to inspect, enable, or patch login strategies (e.g., SMS, email, username/password) via MCP calls. It ensures the necessary…

TencentCloudBase/CloudBase-MCP cloudbase authentication auth-config mcp
skill ★ 1,010

Node.js Server-Side Authentication for CloudBase

This skill provides Node.js backend capabilities for managing server-side identity within CloudBase. It allows developers to read the caller's identity, look up user profiles, or issue custom login tickets to integrate external user systems…

TencentCloudBase/CloudBase-MCP node-js auth identity cloudbase
skill

CloudBase API Contract Review

Audits CloudBase API wrappers, MCP tools, and metadata for discrepancies in action names, parameter casing, or request shapes against official documentation. It helps identify contract drift and ensures implementation matches documented int…

TencentCloudBase/CloudBase-AI-ToolKit cloudbase api-auditing contract-testing mcp-tools
skill

CloudBase Development and MCP Guidelines

Provides essential development guidelines and MCP configuration for managing Tencent CloudBase services, including cloud functions, databases, and authentication. It instructs agents on how to route tasks and use the CloudBase MCP server fo…

TencentCloudBase/CloudBase-AI-ToolKit cloudbase mcp tencent-cloud serverless
skill

Web Frontend Development and Integration

Facilitates the implementation, debugging, and deployment of web frontends using frameworks such as React and Vue with Vite. It provides workflows for browser-based validation and integration with CloudBase Web SDK and static hosting.

TencentCloudBase/CloudBase-AI-ToolKit web-development react vue vite
skill

CloudBase Relational Database Web SDK

Provides a standardised initialization pattern for accessing CloudBase Relational Database from web frontends using the @cloudbase/js-sdk. It enables Supabase-style querying for table operations directly within the browser.

TencentCloudBase/CloudBase-AI-ToolKit cloudbase web-sdk relational-database frontend
tool

CloudBase Relational Database MCP Tool

An MCP tool for managing CloudBase Relational Databases, enabling agents to provision MySQL instances, execute SQL queries, and manage table-level permissions.

TencentCloudBase/CloudBase-AI-ToolKit mcp mysql sql cloudbase
skill

CloudBase Resource Inspection and Diagnostics

Provides an AIOps-style diagnostic workflow for inspecting the health and status of CloudBase resources, including cloud functions, CloudRun services, and databases. It enables automated error diagnosis, log analysis, and comprehensive envi…

TencentCloudBase/CloudBase-AI-ToolKit cloudbase aiops diagnostics cloud-functions
skill

CloudBase NoSQL SDK for WeChat Mini Programs

Provides capabilities for CRUD operations, complex queries, pagination, and aggregation on CloudBase document databases using the WeChat Mini Program SDK.

TencentCloudBase/CloudBase-AI-ToolKit wechat-miniprogram cloudbase nosql database-sdk