Tag: serverless

Type: All Skills Tools
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 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

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

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

Node.js Backend AI Model Integration Skill

This skill enables secure, server-side integration of various AI models into Node.js backends, supporting functions like text generation, image creation, and agent orchestration via the CloudBase SDK. It is designed for cloud functions and …

TencentCloudBase/CloudBase-MCP node-js backend llm serverless
skill ★ 608

Manage Google Cloud Run Services and Jobs

Provides capabilities to manage Google Cloud Run services, jobs, and domain mappings via the gcloud CLI. It supports deploying, updating, deleting, and managing IAM policies for various Cloud Run resources.

GoogleCloudPlatform/cloud-run-mcp google-cloud cloud-run mcp serverless
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

CloudBase Run Backend Development

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

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

CloudBase Platform Overview and Routing Guide

Provides high-level guidance on CloudBase services, including hosting, storage, and authentication, to assist in selecting the appropriate implementation path. It covers platform-level concepts, console navigation, and best practices for We…

TencentCloudBase/CloudBase-AI-ToolKit cloudbase serverless cloud-computing platform-navigation
skill

CloudBase Cloud Functions Development

A guide for developing, deploying, and debugging CloudBase Event and HTTP functions. It covers implementation patterns for serverless handlers and web server runtimes on port 9000.

TencentCloudBase/CloudBase-AI-ToolKit cloudbase serverless cloud-functions runtime
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

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 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

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

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
skill

Manage CloudBase Resources via CLI

This skill enables AI agents to manage Tencent CloudBase resources using the tcb CLI. It facilitates the deployment of cloud functions and CloudRun services, alongside managing storage, databases, and network configurations.

TencentCloudBase/CloudBase-AI-ToolKit cloudbase cli tencent-cloud resource-management
skill

CloudBase Cloud Functions Development

Provides guidance for developing, deploying, and debugging CloudBase Event and HTTP Functions. It covers runtime implementation details, programming models, and configuration for serverless workloads.

TencentCloudBase/CloudBase-AI-ToolKit serverless cloud-functions cloudbase runtime-development
skill

WeChat Mini Program Authentication for CloudBase

Provides guidance for implementing native WeChat Mini Program authentication within CloudBase, covering automatic identity injection and OPENID or UNIONID retrieval in cloud functions.

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

Node.js AI Model SDK

An SDK for integrating AI text and image generation into Node.js backends, cloud functions, and CloudRun services. It enables server-side orchestration, batch processing, and managed model access using the CloudBase Node.js SDK.

TencentCloudBase/CloudBase-AI-ToolKit nodejs serverless llm image-generation
tool ★ 2

Cloudflare Infrastructure Management Tool

Manage Cloudflare resources including DNS records, Workers, KV storage, R2 buckets, and cache purging via the Model Context Protocol. It provides programmatic access to Cloudflare zones and account-level services.

ofershap/mcp-server-cloudflare cloudflare mcp dns-management serverless
skill ★ 11,620

Convex Application Performance Audit

Diagnoses and resolves performance bottlenecks in Convex applications, including read amplification, write contention, and subscription costs. It provides a structured workflow for auditing function paths and implementing optimizations such…

get-convex/convex-backend convex performance-optimization backend-development database-tuning
skill ★ 11,620

Designing and Building Reusable Convex Components

This skill provides a structured workflow for designing and implementing isolated Convex components with distinct tables and clear boundaries. It covers the implementation of local, packaged, and hybrid architectures using the Convex Compon…

get-convex/convex-backend convex backend-development component-architecture typescript