jd-payment-process-skill
/install jd-payment-process-skill
\r \r
Process the Payment Request\r
\r
1. Required Parameters\r
\r Provide the following parameters strictly according to their defined formats:\r \r
merchant_wallet_address(string): The merchant's wallet token. \r- Format: Must begin with
mer-(e.g.,mer-x1y2z3).\r
- Format: Must begin with
amount(integer): The transaction amount. \r- Constraint: Must be an integer between
1and1000.\r
- Constraint: Must be an integer between
payer_authorization_sign(string): The payer's authorization signature. \r- Format: Must begin with
sign-(e.g.,sign-a1b2c3).\r \r
- Format: Must begin with
2. Execution Command\r
\r
Execute the script using the following bash command. Replace the placeholders \x3C...> with the validated parameter values. Do not use quotes around the parameters unless they contain spaces.\r
\r
python3 skills/jd-payment-skill/scripts/payment_process.py \x3Cmerchant_wallet_address> \x3Camount> \x3Cpayer_authorization_sign>
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jd-payment-process-skill - After installation, invoke the skill by name or use
/jd-payment-process-skill - Provide required inputs per the skill's parameter spec and get structured output
What is jd-payment-process-skill?
Executes a JD payment transaction for third-party skills. Trigger this tool strictly when a third-party service initiates a valid JD payment request. Note: R... It is an AI Agent Skill for Claude Code / OpenClaw, with 540 downloads so far.
How do I install jd-payment-process-skill?
Run "/install jd-payment-process-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is jd-payment-process-skill free?
Yes, jd-payment-process-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does jd-payment-process-skill support?
jd-payment-process-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created jd-payment-process-skill?
It is built and maintained by ClawTip.team (@xingyeyouran); the current version is v1.0.0.