Real Skill packageSource verifiedClawHub registry

WeChat MiniProgram CloudBase Scaffold

从零快速搭建一个微信小程序(后端用微信云开发/CloudBase)的脚手架与方法论:单函数 REST 路由、幂等建号/幂等建集合、实时统计、订阅消息+定时触发器、全生命周期坑。Scaffold & methodology for building a WeChat Mini Program on WeChat CloudBase: single-function REST routing, idempotent user/collection seeding, real-time stats, subscribe messages + scheduled triggers, full-lifecycle pitfalls. Use when: 做一个云开发小程序 / 从零搭小程序 / 小程序 MVP / building a WeChat Mini Program MVP. Deployment details → wechat-miniprogram-cloudbase-deploy skill.

Identity and source

Publisher attributionVincentregistry owner unverified by skillvetai
Functional categoryDevOps, Cloud & Observabilityautomatically inferred · 71% rule confidence
Package forminstruction with code24 recorded files
Canonical sourceClawHub registryclawhub:vincent-chao-lang:wechat-miniprogram-cloudbase-scaffold
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/26/2026.claude/skills/wechat-miniprogram-cloudbase-scaffold

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/26/2026.agents/skills/wechat-miniprogram-cloudbase-scaffold

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/26/2026skills/wechat-miniprogram-cloudbase-scaffold

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @vincent-chao-lang/wechat-miniprogram-cloudbase-scaffold
clawhub inspect @vincent-chao-lang/wechat-miniprogram-cloudbase-scaffold --version 1.0.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
24 / 24 inspected as text
Checked
8/26/2026, 1:23:14 PM
Scanner
0.1.3
Policy
1.0.3
2 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
2 dependency and API indicators
  • npm: wx-server-sdk ^2.7.2
  • api: clawhub.ai
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/26/2026, 3:38:31 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:10cd33c9e1a271ecbd3eeac070a3011f03eea858ce8df45e9410d73d4b455d75
Show up to 24 recorded paths
  • assets/templates/cloudbaserc.json
  • assets/templates/cloudfunctions/api/db.js
  • assets/templates/cloudfunctions/api/index.js
  • assets/templates/cloudfunctions/api/package.json
  • assets/templates/cloudfunctions/api/services/stats.js
  • assets/templates/cloudfunctions/api/services/streak.js
  • assets/templates/cloudfunctions/dailyPush/config.json
  • assets/templates/cloudfunctions/dailyPush/index.js
  • assets/templates/cloudfunctions/dailyPush/package.json
  • assets/templates/cloudfunctions/login/index.js
  • assets/templates/cloudfunctions/login/package.json
  • assets/templates/cloudfunctions/seed/index.js
  • assets/templates/cloudfunctions/seed/package.json
  • assets/templates/miniprogram/app.js
  • assets/templates/miniprogram/app.json
  • assets/templates/miniprogram/sitemap.json
  • assets/templates/miniprogram/utils/config.js
  • assets/templates/miniprogram/utils/request.js
  • assets/templates/project.config.json
  • LICENSE.txt
  • references/architecture.md
  • references/pitfalls.md
  • skill-card.md
  • SKILL.md

Source changelog

Initial release: scaffold & methodology for building WeChat Mini Programs on CloudBase