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