Skills cloudbase-document-database-in-wechat-miniprogram
๐Ÿ“ฆ

cloudbase-document-database-in-wechat-miniprogram

v2.23.8 Content revision r1 Safe โš™๏ธ External commands๐Ÿ“ Filesystem access๐ŸŒ Network access

Build CloudBase Mini Program Database Features

Mini Program database work requires correct SDK patterns and security rules. This skill guides Claude, Codex, and Claude Code through CloudBase document database tasks.

Supports: Claude Codex Code(CC)
๐Ÿฅˆ 81 Silver

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "cloudbase-document-database-in-wechat-miniprogram" from https://skillstore.io/skills/tencentcloudbase-cloudbase-document-database-in-wechat-miniprogram.md and its manifest at https://skillstore.io/api/skills/tencentcloudbase-cloudbase-document-database-in-wechat-miniprogram/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Test it

Using "cloudbase-document-database-in-wechat-miniprogram". I need a Mini Program task list with user-owned records.

Expected outcome:

  • Recommended collection structure with ownership handled by system identity.
  • Client read and write flow that respects collection permissions.
  • Testing checklist for permission failures and empty results.

Using "cloudbase-document-database-in-wechat-miniprogram". My paginated order list returns too many records.

Expected outcome:

  • Pagination strategy with page size, sorting, and count handling.
  • Index and filter guidance for faster reads.
  • Warning about unbounded reads in Mini Program client code.

Using "cloudbase-document-database-in-wechat-miniprogram". I need store search by distance inside a Mini Program.

Expected outcome:

  • Geolocation query approach for nearby store discovery.
  • CloudBase index requirement to confirm before launch.
  • Boundary notes for client-side permissions and backend-only workflows.

Security Audit

Safe
v2 โ€ข 7/9/2026 Open versioned report

No confirmed malicious behavior was found in the reviewed skill files. The static findings are Markdown examples, JavaScript template strings, fixed documentation links, and CloudBase identity references, not command execution, filesystem abuse, or secret exposure.

7
Files scanned
2,129
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were detected by the latest completed static and semantic audit. This does not prove the skill has no side effects.
Audited by: codex View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/tencentcloudbase-cloudbase-document-database-in-wechat-miniprogram/audits/2?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/tencentcloudbase-cloudbase-document-database-in-wechat-miniprogram/security.svg)](https://skillstore.io/skills/tencentcloudbase-cloudbase-document-database-in-wechat-miniprogram?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/tencentcloudbase-cloudbase-document-database-in-wechat-miniprogram?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/tencentcloudbase-cloudbase-document-database-in-wechat-miniprogram/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/tencentcloudbase-cloudbase-document-database-in-wechat-miniprogram.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

tencentcloudbase. (2026). cloudbase-document-database-in-wechat-miniprogram security audit report (audit version 2) [Author version 2.23.8]. Skillstore. https://skillstore.io/skills/tencentcloudbase-cloudbase-document-database-in-wechat-miniprogram/audits/2

BibTeX citation

@techreport{tencentcloudbase-tencentcloudbase-cloudbase-document-database-in-wechat-miniprogram-2026, author = {tencentcloudbase}, title = {cloudbase-document-database-in-wechat-miniprogram security audit report (audit version 2)}, institution = {Skillstore}, year = {2026}, number = {2}, url = {https://skillstore.io/skills/tencentcloudbase-cloudbase-document-database-in-wechat-miniprogram/audits/2}, note = {Author version 2.23.8} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "cloudbase-document-database-in-wechat-miniprogram security audit report (audit version 2)" version: "2.23.8" type: report authors: - name: "tencentcloudbase" date-released: "2026-07-09" url: "https://skillstore.io/skills/tencentcloudbase-cloudbase-document-database-in-wechat-miniprogram/audits/2" identifiers: - type: other value: "skillstore:tencentcloudbase-cloudbase-document-database-in-wechat-miniprogram:audit:2" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: Medium
55
Architecture
100
Maintainability
85
Content
65
Community
100
Spec Compliance

What You Can Build

Build User-Owned Collections

Create Mini Program features where users read and update their own CloudBase documents.

Debug Query Permissions

Align client query shape with CloudBase security rules that depend on user identity.

Design Data Browsing Features

Plan paginated lists, aggregate dashboards, and location-aware searches for product features.

Try These Prompts

Create a Basic Collection Query
Use this skill to explain how to read active todo documents from CloudBase in a WeChat Mini Program.
Add Pagination to a List
Use this skill to design paginated CloudBase reads for a Mini Program order list with filters and sorting.
Design Ownership Rules
Use this skill to review a user-owned collection design and explain the needed CloudBase security rules.
Plan Aggregation and Location Queries
Use this skill to plan dashboard aggregation and nearby-store search for a WeChat Mini Program.

Best Practices

  • Confirm the code runs in a WeChat Mini Program before using this skill.
  • Keep _openid system-managed and design rules around real ownership.
  • Use pagination and indexed filters instead of large unbounded reads.

Avoid

  • Do not copy Web SDK initialization into Mini Program pages.
  • Do not expose privileged admin operations through client database calls.
  • Do not weaken security rules to hide query design problems.

Frequently Asked Questions

What SDK does this skill focus on?
It focuses on CloudBase document database access from WeChat Mini Program code.
Can it help with Web SDK projects?
No. Use a Web SDK skill for browser applications that use @cloudbase/js-sdk.
Does it cover security rules?
Yes. It explains ownership checks with auth.openid and system-managed _openid.
Can it create backend admin workflows?
No. It recommends moving privileged global access to backend code or cloud functions.
Does it support geolocation queries?
Yes. It covers nearby queries and reminds users to confirm required indexes.
Which AI tools can use this skill?
It is structured for Claude, Codex, and Claude Code.

Developer Details

License

MIT

Author version

v2.23.8

Skillstore revision

r1

Ref

24b2fe42a456262f3fd0fb3df72e12d9ed2c32ec

Maintenance freshness

7/18/2026

Usage

1 downloads ยท 0 views

File structure

๐Ÿ“„ aggregation.md

๐Ÿ“„ complex-queries.md

๐Ÿ“„ crud-operations.md

๐Ÿ“„ geolocation.md

๐Ÿ“„ pagination.md

๐Ÿ“„ security-rules.md

๐Ÿ“„ SKILL.md

More from tencentcloudbase

View all
View all