Agent skill · Databases

cloudbase-document-database-in-wechat-miniprogram

Use CloudBase document database WeChat MiniProgram SDK to query, create, update, and delete data. Supports complex queries, pagination, aggregation, and geolocation queries.

TencentCloudBasegithub.com/TencentCloudBaseGitHub ↗
claude-codecursorMIT
Install
npx skills add TencentCloudBase/CloudBase-AI-Toolkit --skill cloudbase-document-database-in-wechat-miniprogram --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 6 KB
Bundled scripts: none
Version: 2.25.6
Path: config/.claude/skills/cloudbase-document-database-in-wechat-miniprogram/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,066
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## Standalone Install Note If this environment only installed the current skill, start from the CloudBase main entry and use the published `cloudbase/references/...` paths for sibling skills. - CloudBase main entry: `https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/SKILL.md` - Current skill raw source: `https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/references/cloudbase-document-database-in-wechat-miniprogram/SKILL.md` Keep local `references/...` paths for files that ship with the current skill directory. When this file points to a sibling skill such as `auth-tool-cloudbase` or `web-development`, use the standalone fallback URL shown next to that reference. # CloudBase Document Database WeChat Mini Program SDK ## Activation Contract ### Use this first when - A WeChat Mini Program must access CloudBase document database through `wx.cloud.database()`. - The request mentions Mini Program collection CRUD, pagination, aggregation, or geolocation queries. ### Read before writing code if - The task is Mini Program database work but you still need to separate it from Web SDK, cloud functions, or SQL tasks.

What's inside
Steps it walks through
  1. Standalone Install Note
  2. Activation Contract
  3. Use this first when
  4. Read before writing code if
  5. Then also read
  6. Do NOT use for
  7. Common mistakes / gotchas
  8. Minimal checklist
  9. Overview
  10. Canonical initialization
  11. Quick routing
  12. Working rules for a coding agent
  13. Quick examples
  14. Basic collection access
Ships with 6 files
  • aggregation.md
  • complex-queries.md
  • crud-operations.md
  • geolocation.md
  • pagination.md
  • security-rules.md
More from CloudBase-AI-Toolkit
All skills →
About this skill
What does the cloudbase-document-database-in-wechat-miniprogram skill do?

Use CloudBase document database WeChat MiniProgram SDK to query, create, update, and delete data. Supports complex queries, pagination, aggregation, and geolocation queries.

How do I install it?

Run `npx skills add TencentCloudBase/CloudBase-AI-Toolkit --skill cloudbase-document-database-in-wechat-miniprogram --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From TencentCloudBase/CloudBase-AI-Toolkit, a repository with 1,066 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going