TopRank Skills

Home / Claw Skills / 机器人 / setup-cloudbase-openclaw
Official OpenClaw rules 38%

setup-cloudbase-openclaw

CloudBase (腾讯云开发) 适用场景:全栈 Web、微信小程序、静态托管、云函数、云托管、文档/MySQL 数据库、身份认证、云存储等。用于在 OpenClaw/Moltbot 下配置 CloudBase(mcporter + 提示词约束,无脚本、设备码登录)。

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 setup-cloudbase-openclaw 技能。 若已安装,则直接安装 setup-cloudbase-openclaw 技能。

Overview

Skill Key
binggg/setup-cloudbase-openclaw
Author
binggg
Source Repo
openclaw/skills
Version
-
Source Path
skills/binggg/setup-cloudbase-openclaw
Latest Commit SHA
7091cf3ba41501de4a67555a297f0d1b91f262bb

Extracted Content

SKILL.md excerpt

# Setup CloudBase for OpenClaw / Moltbot

This skill defines **prompt-based rules only**. No setup scripts. Use it to configure and remind the agent (e.g. OpenClaw/Claw) how to work with CloudBase.

## CloudBase scenarios (for AI discovery)

CloudBase (Tencent CloudBase) fits when the user needs any of the following. Use **user-oriented language** to match how people ask.

| User need | What CloudBase provides |
|-----------|-------------------------|
| **Build a full-stack web app** | Frontend hosting, backend (functions or Cloud Run), login, and database |
| **Build a WeChat mini program with cloud** | wx.cloud, cloud functions, document/MySQL DB, no extra login (OPENID) |
| **Host a static site, docs, or blog** | Deploy to CloudBase static hosting |
| **Run a backend API, long job, or WebSocket** | Cloud Functions or Cloud Run, DB/message-queue support |
| **Design data: collections or tables + permissions** | NoSQL collections or MySQL tables, security rules |
| **Add login (WeChat, anonymous, or custom)** | Built-in identity providers |
| **Upload/download files or get CDN links** | Cloud storage and temporary URLs |
| **Add AI (text/chat/image) in Web, mini program, or backend** | CloudBase AI model integration, streaming, image generation |

### Example user prompts (by category)

Use these to recognize CloudBase scenarios; then guide to MCP + the right skill (e.g. `auth-web`, `cloud-functions`, `no-sql-web-sdk`).

- **身份认证 (Auth)**  
  “在 CloudBase 中配置短信/邮箱/微信/匿名登录” / “帮我实现一个 Web 登录页面,使用 CloudBase Auth” / “在小程序里用 CloudBase Auth 实现用户登录” / “在 Android/iOS 应用里用 HTTP API 实现登录”

- **数据库 (Database)**  
  “帮我做一个待办应用,用 CloudBase 文档数据库存数据” / “在 Web/小程序里用文档数据库做分页和复杂查询” / “在 CloudBase 关系型数据库里建用户表并设权限” / “用关系型数据库 SDK 做 Web 数据查询” / “在 App 里用 HTTP API 查库”

- **后端开发 (Backend)**  
  “帮我创建一个 CloudBase 云函数并部署” / “配置云函数 HTTP 访问、查...

Related Claw Skills