A professional integration solution for WeChat Pay entrusted deductions, covering recurring payments, automated renewals, and pay-after-use workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install test-skill-not
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 test-skill-not using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The WeChat Pay Deduction Service is a specialized skill designed for developers looking to implement seamless, automated payment experiences within the WeChat ecosystem. It provides a robust framework for handling recurring billing (automatic renewals) and flexible pay-after-use (no-password payment) business models. By leveraging this tool within Openclaw Skills, developers gain access to standardized workflows for signing contracts, requesting deductions, handling pre-deduction notifications, and managing the entire fund lifecycle from refunds to reconciliation.
This skill is engineered to support both Direct Merchant and Service Provider modes, ensuring that the integration matches the specific business entity structure. It strictly follows WeChat Pay's technical protocols, primarily utilizing the V2 XML-based interface for core deduction logic while incorporating V3 JSON standards for specific features like pre-deduction notifications, ensuring high security and data integrity.
To get started with the WeChat Pay Deduction Service in your environment, ensure you have your WeChat Pay credentials ready and follow these steps:
# Identify your integration mode
# Merchant Mode uses APIv2 Key and MD5/HMAC-SHA256
# Service Provider Mode requires sub_mch_id parameters
# Fetch the relevant interface index for your platform
openclaw-cli install wechatpay-deduction-service
The skill organizes its technical references and samples into a structured directory based on the actor's role and the API version:
| Directory | Content Type | Protocol Version |
|---|---|---|
/references/1-merchant |
Direct Merchant documentation and rules | V2 (Core) / V3 (Notifications) |
/references/2-partner |
Service Provider / Partner integration guides | V2 (Core) / V3 (Notifications) |
/samples |
Request/Response payloads in XML, JSON, and URL formats | Hybrid V2/V3 |
/troubleshooting |
Error code TOP 20 and common resolution workflows | N/A |
Loading
A dedicated version control tool for OpenClaw that tracks configuration changes, allowing for seamless commits, diffs, and rollbacks.

A specialized diagnostic utility designed to verify the health, connectivity, and configuration of Openclaw Skills within your AI agent environment.

A comprehensive hardware management skill for controlling monitor settings and retrieving detailed display specifications via command-line automation.

A specialized tool for converting experimental arXiv HTML papers into fully localized, offline-ready Chinese static webpages.

A security-focused hook that integrates Alibaba Cloud AI Guardrail to detect and intercept malicious content in LLM requests.

A comprehensive tool for creating AI-generated short videos and managing Chilltion account resources through automated scripts.








































