Wechat Mini App

v2.3.6

微信小程序开发助手。项目脚手架、页面生成、组件开发、API调用、配置、部署发布。WeChat mini program dev helper. 微信小程序、开发。

2· 562·2 current·2 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (project scaffolds, page/component generation, API snippets, review checklist) align with the included scripts: miniapp.sh generates scaffolds/pages/API examples and review checklist; script.sh provides content-generation helpers useful for miniapp content. No unrelated capabilities (e.g., cloud admin, cryptocurrency) are requested.
Instruction Scope
SKILL.md is an instruction-only wrapper that directs use of the included CLI. The scripts do not attempt to read arbitrary system secrets but will create a per-user data directory (defaults to $XDG_DATA_HOME or $HOME/.local/share/wechat-mini-app) and append to a history log. API examples contain placeholder URLs (https://api.example.com) and a sample Authorization header but do not exfiltrate data or actually perform network calls in the packaged scripts.
Install Mechanism
No install spec or external downloads; the skill is instruction-plus-local-scripts only. All code is provided in the bundle and runs locally (bash + embedded python). This is the lowest-risk install model.
Credentials
The skill declares no required environment variables or credentials. The scripts honor optional standard env vars (WECHAT_MINI_APP_DIR, XDG_DATA_HOME, HOME) to locate a local data directory; they do not request or access secrets or remote service credentials.
Persistence & Privilege
always:false and agent-autonomy defaults are unchanged. The only persistence is local: the script creates a data directory and writes history.log (and references a DB path variable) under the user's data/home directory. The skill does not modify other skills or system-wide agent settings.
Assessment
This skill appears coherent for WeChat mini app development and ships small helper scripts that run locally. Before installing/running: (1) inspect the included scripts (miniapp.sh and script.sh) yourself — they are short and readable; (2) be aware they will create and write logs under $WECHAT_MINI_APP_DIR or default $XDG_DATA_HOME/$HOME (.local/share/wechat-mini-app); (3) the API URLs in examples are placeholders (api.example.com) — do not assume they call a trusted backend; (4) if you do not trust the source, run the scripts in an isolated environment (container or VM) or review/modify them to change the data directory; (5) never provide secrets or tokens to the tool unless you verify a real upstream service and understand how credentials are used.

Like a lobster shell, security has layers — review code before you run it.

latestvk97677bgghbt6vk96m2dyrmpx58329rqproductivityvk970bt9dmbekpbnx19w1x3etwn82r47f

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments