Tag: cloudbase
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.
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…
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.
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…
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…
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.
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…
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…
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…
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.
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…
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.
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.
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.
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 …
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…
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…
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…
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…
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…
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…
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 …
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…
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.