Back to Discover

cloudbase-skills

skill

tencentcloudbase

A collection of AI agent skills for building full-stack applications with Tencent CloudBase. This skill gives your coding agent deep knowledge of CloudBase APIs, authentication patterns, database operations, cloud functions, and more.

View on GitHub
26 starsMITSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add tencentcloudbase/cloudbase-skills

README

banner

CloudBase Agent Skills

A collection of AI agent skills for building full-stack applications with Tencent CloudBase. This skill gives your coding agent deep knowledge of CloudBase APIs, authentication patterns, database operations, cloud functions, and more — so it can write correct, idiomatic CloudBase code without guessing.

Installation

npx skills add TencentCloudBase/cloudbase-skills

Once installed, the skill is automatically applied when the agent detects relevant CloudBase tasks.


Skill

cloudbase

Comprehensive guidance for CloudBase development across Web, Mini Program, and Native App platforms. Covers:

  • Platform detection and SDK selection
  • Authentication flows per platform (Web, WeChat Mini Program, Node.js)
  • Database operations — NoSQL and MySQL
  • Cloud functions and CloudRun deployment
  • Cloud storage
  • AI model integration
  • UI design guidelines
  • Standard development workflow

Recommended: CloudBase MCP

For the best experience, install the CloudBase MCP server alongside this skill. MCP provides live tools for environment management, function deployment, database operations, and more.

{
  "mcpServers": {
    "cloudbase": {
      "command": "npx",
      "args": ["@cloudbase/cloudbase-mcp@latest"]
    }
  }
}

Config file locations by editor:

EditorLocation
Cursor.cursor/mcp.json
Claude Code.mcp.json
Windsurf~/.codeium/windsurf/mcp_config.json

License

MIT

Rendered live from tencentcloudbase/cloudbase-skills's GitHub README — not stored, always reflects the source repo.

0 Plugins

No plugins listed in this repo's manifest.

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.