Haresh Checkout Flow
/install haresh-checkout-flow
Checkout Flow Skill
Purpose
Manages the complete checkout process including validation, authentication, shipping, and payment.
When to Use
- User wants to checkout or place an order
- User asks to proceed to payment
- User wants to complete their purchase
Workflow
Step 1: Validate Cart
Call n8n webhook at http://localhost:5678/webhook/checkout-validate to check cart items availability and inventory status
Step 2: Check Authentication
Determine if user is authenticated from context. If guest, present login options or continue as guest.
Step 3: Collect Shipping Information
Show saved addresses for authenticated users or collect details for guests.
Step 4: Payment Processing
Present payment options and call n8n webhook at http://localhost:5678/webhook/checkout-process
Step 5: Order Confirmation
Display order summary and get final confirmation from user.
Security Requirements
- Verify authentication status from JWT claims
- Never store or log full payment details
- Validate all inputs before sending to backend
Error Handling
- If cart validation fails, show specific errors
- If payment fails, allow retry with different method
- If inventory changes, notify user\r
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install haresh-checkout-flow - 安装完成后,直接呼叫该 Skill 的名称或使用
/haresh-checkout-flow触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Haresh Checkout Flow 是什么?
Process e-commerce checkout via n8n webhook integration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 312 次。
如何安装 Haresh Checkout Flow?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install haresh-checkout-flow」即可一键安装,无需额外配置。
Haresh Checkout Flow 是免费的吗?
是的,Haresh Checkout Flow 完全免费(开源免费),可自由下载、安装和使用。
Haresh Checkout Flow 支持哪些平台?
Haresh Checkout Flow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Haresh Checkout Flow?
由 Haresh Sainaath S(@haresh-sai06)开发并维护,当前版本 v1.0.1。