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>
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jd-payment-process-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/jd-payment-process-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 540 次。
如何安装 jd-payment-process-skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jd-payment-process-skill」即可一键安装,无需额外配置。
jd-payment-process-skill 是免费的吗?
是的,jd-payment-process-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
jd-payment-process-skill 支持哪些平台?
jd-payment-process-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 jd-payment-process-skill?
由 ClawTip.team(@xingyeyouran)开发并维护,当前版本 v1.0.0。