Openclaw Skills for WeChat mini program development helps personal developers enforce structure, avoid common pitfalls, and optimize performance.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install miniprogram-dev-tool-free
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install miniprogram-dev-tool-free using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This Openclaw Skills package is a practical development companion for building WeChat mini programs with stronger structure, safer data binding, and better runtime performance. It focuses on the core areas personal developers need most: page and component organization, event and lifecycle handling, WXSS styling, and wx:key-driven list rendering efficiency.
Openclaw Skills also turns common mini program conventions into a repeatable workflow, making it easier to review code, spot errors early, and keep local development and preview steps aligned with best practices. The free edition is centered on single-project development, rapid specification lookup, and low-friction guidance for more maintainable miniprogram code.
setData performance optimization and local path updateswx:keyrpx)<配置项>, wire events with bind or catch, and follow the lifecycle usage rules.wx:key to every repeated collection.setData instead of replacing entire objects when possible.behaviors-style reuse patterns.SKILL.md instructions, such as Claude Code, Cursor, Codex, or Gemini CLI.# Verify Node.js
node -v
# Open your mini program project in the WeChat Developer Tools
# (Run from the UI or your local project directory as appropriate)
# Optional: inspect project structure
find . -maxdepth 3 -type f | sort
read, write, exec) to inspect files, apply changes, and validate output.The skill is organized around mini program project artifacts, configuration scopes, and structured execution output.
| Layer | Files / Fields | Purpose |
|---|---|---|
| Page structure | pages/<page>/index.wxml, index.wxss, index.js, index.json |
Define page markup, styles, logic, and page-level config |
| Component structure | components/<name>/<name>.wxml, .<name>.wxss, .<name>.js, .<name>.json |
Encapsulate reusable UI and behavior |
| App config | app.json |
Register pages, subpackages, and preload rules |
| Data binding | <配置项>, setData, event dataset values |
Drive UI updates and event payload flow |
| Lifecycle metadata | onLoad, onShow, onHide, onUnload |
Manage page initialization, refresh, and cleanup |
| Output format | success, data.result, data.execution_time, data.metadata, execution_log, error |
Return structured execution responses for agent workflows |
Key metadata taxonomy used by Openclaw Skills includes:
input_params: input-driven execution configurationconfig_options: runtime options for modify/reset/import-style operationsoutput_format: structured response formattingmetadata.version: output schema versioningmetadata.processor: skill processor identityProject conventions emphasized by the skill:
setData path updates such as list[0].namewx:keyapp.jsonsubpackages and preloadRule for non-core pages when neededinput_params, including create, query, modify, delete, export, save, and transform-style actionsconfig_options for runtime behavior control, making Openclaw Skills flexible for different mini program tasksproperties, custom methods, and triggerEventonLoad, onShow, onHide, and onUnloadsetData updates, wx:key, rpx usage, and image compressionpreloadRule configuration for scalable mini program routingLoading
Openclaw Skills for the Minimalist Design System Free Edition helps developers inject a clean, modern design system into frontend projects with reusable tokens, components, and responsive rules.

Openclaw Skills for discovering Relux Works services, reviewing fixed-price software packages, and submitting a consent-based project inquiry.

Hypertxt is a controlled content-operations skill for inspecting, generating, reviewing, and publishing articles through the Hypertxt MCP server.

Openclaw Skills for database admin free helps AI agents design basic PostgreSQL tables, insert data, run simple queries, and manage safe transactions.

Openclaw Skills for DHX Tech turns BOMs, part numbers, and sourcing requests into real-time inventory checks, cross-references, and procurement-ready recommendations.

A headless command-line skill that checks USCIS case status by receipt number using Selenium and undetected-chromedriver.








































