Browse all

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

Server Security Auditing and Fleet Management

A comprehensive toolkit for provisioning, auditing, and hardening self-hosted servers across multiple cloud providers. It enables automated security scans, compliance mapping, and fleet management through a suite of MCP tools.

kastelldev/kastell server-security mcp infrastructure-management server-hardening
skill

CloudBase Platform Overview and Routing Guide

Provides high-level guidance on CloudBase services, including hosting, storage, authentication, and database options. It assists with platform selection, console navigation, and understanding cross-platform implementation best practices.

TencentCloudBase/CloudBase-AI-ToolKit cloudbase cloud-computing platform-overview backend-as-a-service
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 Agent TypeScript SDK

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

TencentCloudBase/CloudBase-AI-ToolKit typescript ai-agents langchain langgraph
skill

CloudBase Agent Python SDK

A Python SDK for building production-ready AI agent backends with support for LangGraph, CrewAI, and LlamaIndex. It enables streaming via the AG-UI protocol and integrates persistent memory, observability, and various toolsets including MCP…

TencentCloudBase/CloudBase-AI-ToolKit python ai-agents langgraph fastapi
skill ★ 115

Systematic Dynatrace Production Investigation

A structured workflow for investigating production incidents using Dynatrace data, covering problem triage, root cause analysis via DQL, and security vulnerability reviews.

dynatrace-oss/dynatrace-mcp dynatrace incident-response observability dql
skill

CloudBase Web SDK Cloud Storage Management

Provides instructions for managing cloud storage objects in web applications using the CloudBase Web SDK. It covers uploading files, generating temporary URLs, and configuring security domains for browser-side operations.

TencentCloudBase/CloudBase-AI-ToolKit cloudbase web-sdk cloud-storage file-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

CloudBase Web Authentication Integration

Provides a Supabase-compatible API for implementing user authentication in web frontend projects using the CloudBase JavaScript SDK. It supports various login methods including email, phone, and username/password with reliable session manag…

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

CloudBase Node.js Server-Side Authentication

Enables Node.js runtimes to manage server-side identity using the CloudBase Node SDK, including user lookup and custom login ticket issuance. It facilitates verifying caller identity and bridging external user systems into CloudBase environ…

TencentCloudBase/CloudBase-AI-ToolKit cloudbase nodejs authentication server-side
skill

WeChat Mini Program AI Model Integration

Integrates AI text generation and streaming capabilities into WeChat Mini Programs via the wx.cloud.extend.AI API. It manages model access through specific provider groups, supporting models such as Hunyuan, DeepSeek, and Kimi.

TencentCloudBase/CloudBase-AI-ToolKit wechat-miniprogram ai-integration text-generation streaming-api
tool ★ 2

GitHub Actions Management via MCP

Manage GitHub Actions workflows, runs, and CI/CD pipelines via the Model Context Protocol. It provides capabilities to inspect logs, re-run failed jobs, and trigger workflow dispatches.

ofershap/mcp-server-github-actions github-actions mcp ci-cd automation
skill

CloudBase Web AI Model Integration

Enables direct integration of AI models such as DeepSeek, Hunyuan, and Kimi into frontend web applications using the CloudBase JavaScript SDK. It supports text generation and streaming for frameworks like React and Vue without the need for …

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