Skills

Type: All Skills Tools
skill

WeChat Mini Program Authentication for CloudBase

Provides native WeChat Mini Program authentication and identity management within CloudBase environments. It enables seamless access to OPENID and UNIONID via automatic identity injection in cloud functions.

TencentCloudBase/CloudBase-AI-ToolKit wechat-miniprogram cloudbase authentication serverless
skill

CloudBase Web Frontend Authentication Integration

Provides implementation guidance for Web frontend authentication using the CloudBase JS SDK. It offers a Supabase-compatible API for managing user sessions, profiles, and various login methods including email, phone, and OAuth.

TencentCloudBase/CloudBase-AI-ToolKit cloudbase web-authentication frontend-integration js-sdk
skill

CloudBase Authentication Provider Configuration

This skill provides instructions for inspecting, enabling, and configuring CloudBase authentication providers such as email, SMS, and WeChat. It facilitates the verification of provider readiness and login method availability before impleme…

TencentCloudBase/CloudBase-AI-ToolKit cloudbase authentication auth-configuration mcp
skill

CloudBase Node.js Server-side Authentication

Provides patterns for managing server-side identity and authentication within CloudBase using the Node.js SDK. It enables developers to retrieve caller information, look up user profiles, and implement custom login tickets for external user…

TencentCloudBase/CloudBase-AI-ToolKit cloudbase nodejs authentication identity-management
skill

WeChat Mini Program AI Model Integration

Integrates AI models such as DeepSeek, Hunyuan, and Kimi into WeChat Mini Programs using the wx.cloud.extend.AI API. It supports both text generation and streaming responses with callback support for real-time event handling.

TencentCloudBase/CloudBase-AI-ToolKit wechat-miniprogram ai-models text-generation streaming-api
skill

Client-side AI Model Integration for Web Apps

Integrate large language models directly into frontend web applications using the CloudBase JavaScript SDK. It supports text generation and streaming for models such as DeepSeek, Hunyuan, and Kimi without needing a Node.js proxy.

TencentCloudBase/CloudBase-AI-ToolKit web-development ai-models frontend cloudbase
skill

Node.js AI Model Integration Skill

Integrates AI text and image generation into Node.js backends, cloud functions, and serverless environments using the CloudBase SDK. It supports various models including DeepSeek, Hunyuan, GLM, and Kimi through managed model groups.

TencentCloudBase/CloudBase-AI-ToolKit nodejs serverless llm image-generation
skill

CloudBase Application Integration and Repair

This skill provides a unified execution framework for managing, integrating, and repairing existing CloudBase applications. It facilitates targeted code repairs and directs tasks to specialised authentication, database, or storage sub-skill…

TencentCloudBase/CloudBase-AI-ToolKit cloudbase app-integration backend-as-a-service cloud-development
skill

CloudBase Full-Stack Development Skill

A comprehensive guide for developing, deploying, and troubleshooting Tencent CloudBase projects across Web, WeChat Mini Program, and native platforms. It covers serverless functions, NoSQL and MySQL databases, authentication, and integrated…

TencentCloudBase/CloudBase-AI-ToolKit tencent-cloudbase serverless wechat-miniprogram cloud-functions
skill

Web Frontend Engineering and Validation

This skill facilitates the implementation, debugging, and deployment of React or Vue-based frontends using Vite. It enforces strict TypeScript practices and requires browser-level validation for CloudBase Web integration and routing.

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

Professional Frontend UI Design Skill

This skill facilitates structured frontend UI design by enforcing a mandatory design specification phase covering typography, colour palettes, and layout strategies. It enables the creation of high-fidelity prototypes and aesthetic directio…

TencentCloudBase/CloudBase-AI-ToolKit ui-design frontend prototyping ui-ux
skill

Structured Specification and Implementation Workflow

A structured workflow for managing complex, multi-module development tasks through formal requirements, architectural design, and actionable task planning.

TencentCloudBase/CloudBase-AI-ToolKit software-design requirements-engineering task-planning agentic-workflow
skill

CloudBase Relational Database Web SDK Initialisation

Provides a canonical initialisation pattern for accessing CloudBase Relational Database via the @cloudbase/js-sdk in web applications. It enables Supabase-style querying for frontend components using a shared database client.

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

CloudBase Resource Inspection and Diagnostics

Perform automated health checks and error diagnostics across CloudBase resources, including Cloud Functions, CloudRun, and databases. This skill facilitates log aggregation and pattern recognition to identify root causes within the CloudBas…

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

CloudBase WeChat Mini Program Database SDK

Provides capabilities for performing CRUD operations, pagination, and complex aggregation queries using the CloudBase document database SDK within WeChat Mini Programs. It manages client-side database access while respecting security rules …

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

CloudBase Document Database Web SDK

Provides the CloudBase JS SDK for performing NoSQL CRUD operations, complex queries, and real-time data synchronisation within web applications. It supports features such as pagination, aggregation, and geolocation queries.

TencentCloudBase/CloudBase-AI-ToolKit cloudbase nosql web-sdk javascript
skill ★ 51

Kastell Component Boilerplate Generator

Automates the generation of boilerplate files for Kastell components, including commands, audit checks, providers, and MCP tools. It ensures adherence to the framework's architectural patterns using predefined templates and a deterministic …

kastelldev/kastell kastell scaffolding boilerplate-generator mcp
skill

WeChat Mini Program Development Skill

Facilitates the creation, debugging, and deployment of WeChat Mini Programs, including integration with Tencent CloudBase. It supports workflows using WeChat Developer Tools and miniprogram-ci for automated preview and publishing.

TencentCloudBase/CloudBase-AI-ToolKit wechat-miniprogram tencent-cloudbase mobile-development cloud-integration
skill ★ 51

Kastell Codebase Exploration and Research

Provides read-only access to the Kastell codebase for tracing bugs, mapping callsites, and exploring system architecture. It operates within an isolated context using an Explore agent with embedded architectural knowledge.

kastelldev/kastell kastell codebase-exploration bug-tracing software-architecture
skill

CloudBase Platform HTTP API Integration

Enables direct interaction with CloudBase platform services such as databases, functions, and storage via raw HTTP requests. It is designed for non-SDK environments like Go, Python, or Java backends using OpenAPI specifications.

TencentCloudBase/CloudBase-AI-ToolKit cloudbase http-api tencent-cloud openapi
skill ★ 51

Kastell CLI Development and Architecture Guide

Provides architectural patterns, layer rules, and extension guidelines for the Kastell CLI toolkit. It assists developers in implementing new commands, providers, and MCP tools while adhering to established codebase conventions.

kastelldev/kastell kastell cli-toolkit server-management architecture-guide
skill

Advanced Data Model Creation Skill

This skill enables complex multi-entity relational modelling using Mermaid class diagrams to generate structured data models and documentation. It facilitates the creation and management of entity relationships, field types, and constraints…

TencentCloudBase/CloudBase-AI-ToolKit data-modelling mermaid er-diagram schema-design
skill ★ 51

Safety Guard for Destructive Kastell Operations

Intercepts destructive Kastell commands like destroy and restore to require explicit user confirmation via an LLM-based prompt hook. It provides a semantic layer of protection against accidental infrastructure changes.

kastelldev/kastell safety-guard command-interception infrastructure-management kastell
skill

CloudBase Run Backend Development

Provides instructions for deploying and managing backend services on CloudBase Run using Function or Container modes. It covers service initialising, deployment, and debugging for long-lived connections and custom runtimes.

TencentCloudBase/CloudBase-AI-ToolKit cloudbase cloud-run backend-development serverless