Tag: cloudbase

Type: All Skills Tools
skill ★ 1,010

CloudBase API Contract Review

Audits CloudBase cloud API wrappers and MCP tools for discrepancies between implementation and official documentation. It verifies parameter casing, request shapes, and interface names to ensure contract correctness.

TencentCloudBase/CloudBase-MCP cloudbase api-audit contract-testing mcp
tool ★ 1,010

Tencent CloudBase Full-Stack Development Toolkit

This comprehensive toolkit provides structured guidelines and the Model Context Protocol (MCP) interface for managing the entire CloudBase development lifecycle. It facilitates full-stack development across web, mini-programs, and native ap…

TencentCloudBase/CloudBase-MCP cloudbase tencent full-stack mcp
skill ★ 1,010

Web Frontend Implementation and Validation

Provides guidance for implementing, debugging, and deploying web frontends using React, Vue, and Vite. It focuses on engineering execution, including browser-based validation and CloudBase Web integration.

TencentCloudBase/CloudBase-MCP web-development react vue vite
skill ★ 1,010

CloudBase RDB client for web applications

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

TencentCloudBase/CloudBase-MCP cloudbase rdb web-frontend js-sdk
skill ★ 1,010

CloudBase Resource Health and Diagnostics Skill

An AIOps-driven skill for performing comprehensive health checks and error diagnosis across CloudBase resources, including Cloud Functions and CloudRun. It facilitates automated log analysis and resource status inspection to identify potent…

TencentCloudBase/CloudBase-MCP cloudbase aiops diagnostics cloud-computing
skill ★ 1,010

Manage CloudBase Relational Database via MCP

This skill enables agents to manage the full lifecycle of a CloudBase Relational Database instance via MCP tools. It supports executing read/write SQL statements, provisioning/destroying MySQL, and managing granular resource permissions.

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

Mini Program Document Database Access via CloudBase SDK

This skill provides structured access to the CloudBase document database specifically for WeChat Mini Programs. It facilitates full CRUD operations, complex querying, pagination, aggregation, and geolocation queries using the native wx.clou…

TencentCloudBase/CloudBase-MCP mini-program cloudbase database sdk
skill ★ 1,010

CloudBase Web SDK for Document Database Operations

This skill provides the necessary logic for performing CRUD operations and complex data interactions within a web application using the official CloudBase JavaScript SDK. It supports advanced features such as real-time listening, pagination…

TencentCloudBase/CloudBase-MCP cloudbase web-sdk document-database web-development
skill ★ 1,010

CloudBase HTTP API Client for Raw Integration

This skill facilitates direct interaction with CloudBase platform services (such as databases, functions, and storage) by generating raw HTTP API calls. It is designed for backends or scripts that cannot use official SDKs, requiring adheren…

TencentCloudBase/CloudBase-MCP cloudbase http-api raw-http api-client
skill ★ 1,010

CloudBase Run Backend Development

Provides instructions for deploying and managing backend services on CloudBase Run using Function or Container modes. It covers service configuration, long-lived connections such as WebSockets, and AI agent deployment.

TencentCloudBase/CloudBase-MCP cloudbase serverless backend-development cloud-run
skill ★ 1,010

CloudBase platform overview and capability selection

This skill provides a high-level conceptual overview of the CloudBase platform, guiding developers through service selection, cross-platform differences, and best practices before implementation. It helps determine the appropriate specializ…

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

Cloudbase Agent TypeScript SDK

A TypeScript SDK for deploying AI agents as HTTP services via the AG-UI protocol. It includes adapters for LangGraph and LangChain, and facilitates building web and WeChat Mini Program clients.

TencentCloudBase/CloudBase-MCP typescript ai-agents langchain langgraph
skill ★ 1,010

Manage CloudBase Resources via CLI

This skill provides deterministic, scriptable access to manage all Tencent CloudBase resources using the tcb CLI. It is ideal for CI/CD pipelines, batch operations, and complex resource configuration tasks, ensuring auditable deployments.

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

CloudBase Web SDK Cloud Storage Management

Enables browser-side cloud storage operations via the CloudBase Web SDK, covering file uploads, deletions, and temporary URL generation. It includes guidance on managing security domains to prevent CORS-related failures.

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

CloudBase function development and deployment guide

This skill guides the development, deployment, and debugging of CloudBase functions, supporting both event-driven Event Functions and standard HTTP Functions. It provides detailed contracts for implementing serverless logic, including best …

TencentCloudBase/CloudBase-MCP cloudbase functions serverless event-driven
skill ★ 1,010

WeChat Mini Program AI Integration

Enables integration of AI models such as Hunyuan, DeepSeek, and Kimi within WeChat Mini Programs via the wx.cloud.extend.AI API. It supports both text generation and streaming responses with callback support for handling text, events, and c…

TencentCloudBase/CloudBase-MCP wechat-mini-program ai-integration text-generation streaming-api
skill ★ 1,010

WeChat Mini Program Authentication for CloudBase

This skill guides developers on implementing native WeChat Mini Program authentication within a CloudBase environment. It details how user identity (OPENID/UNIONID) is automatically injected into cloud functions, eliminating the need for co…

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

CloudBase Web Authentication Frontend Integration Guide

This skill guides frontend integration for Web authentication using the @cloudbase/js-sdk, offering a Supabase-compatible API for managing user sessions, registration, and protected routes. It supports multiple login methods, including emai…

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

Configure CloudBase Authentication Providers

This tool manages the configuration and readiness of CloudBase authentication providers, allowing developers to inspect, enable, or patch login strategies (e.g., SMS, email, username/password). It utilizes dedicated MCP tools like queryAppA…

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

Node.js Server-Side Authentication for CloudBase

This skill guides the use of the CloudBase Node SDK for robust server-side identity management. It enables backend services to read caller identity, look up user profiles, or issue custom login tickets, ensuring secure authorization decisio…

TencentCloudBase/CloudBase-MCP node-js authentication cloudbase identity
skill ★ 1,010

Unified CloudBase Application Development Skill

A unified execution framework for managing, repairing, and integrating CloudBase applications, encompassing authentication, database, and storage services. It focuses on targeted repairs and implementing existing TODOs within established co…

TencentCloudBase/CloudBase-MCP cloudbase baas app-integration backend-development
skill ★ 1,010

Node.js Backend AI Model Integration Skill

This skill facilitates calling various AI models for text and image generation directly from Node.js backends, CloudRun, or serverless functions using the CloudBase SDK. It enforces a mandatory two-step preflight process to ensure resource …

TencentCloudBase/CloudBase-MCP nodejs backend llm serverless
skill ★ 1,010

CloudBase Full-Stack Development and AI Integration Guide

This skill provides comprehensive guidelines for developing, deploying, and debugging full-stack applications across multiple platforms, including web, mini-programs, and native mobile apps. It covers everything from database management and…

TencentCloudBase/CloudBase-MCP cloudbase full-stack llm serverless
skill ★ 1,010

Web Frontend Engineering and Validation

Facilitates the implementation, debugging, and deployment of web frontends using React, Vue, and Vite, including CloudBase Web integration. It emphasises engineering execution and rigorous browser-based validation.

TencentCloudBase/CloudBase-MCP web-development react vue vite