← 返回 Skills 市场
159
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install payment-gateway-toolkit
功能描述
支付网关工具包 - 集成Stripe、支付宝等多渠道支付处理,支持订单创建、退款、查询等功能 | Payment Gateway Toolkit - Multi-channel payment processing with Stripe, Alipay integration
安全使用建议
This repository appears coherent for payment integration, but before using it in production: 1) Only provide API keys/private keys at runtime or via your secure vault — do not paste production private keys into examples or logs. 2) Start with sandbox/test keys for Stripe/Alipay and enable debug/sandbox modes while testing. 3) Install dependencies from PyPI (pip install -r requirements.txt) and run the included tests locally to confirm behavior. 4) Review how Alipay private_key strings are stored/loaded in your deployment (avoid embedding them in source). 5) Confirm the package origin (verify the GitHub repo and author) and pin dependency versions in your environment to avoid supply-chain surprises. Overall the skill is internally consistent, but treat payment credentials as highly sensitive.
功能分析
Type: OpenClaw Skill
Name: payment-gateway-toolkit
Version: 1.0.0
The payment-gateway-toolkit is a legitimate utility for integrating Stripe and Alipay payment services. The core logic in scripts/payment_handler.py uses official SDKs (stripe and alipay-sdk-python) to handle order creation, status queries, and refunds without any signs of data exfiltration, obfuscation, or unauthorized execution. The documentation and examples are consistent with the stated purpose and do not contain any prompt-injection attempts.
能力标签
能力评估
Purpose & Capability
Name/description match the included code: scripts/payment_handler.py implements Stripe and Alipay order creation, refunds, queries, webhook verification and order history. Required dependencies (stripe, alipay-sdk-python, requests) align with the functionality.
Instruction Scope
SKILL.md and examples show only constructing the PaymentHandler with API credentials and calling payment-related methods. Instructions do not direct reading of unrelated files, system config, or broad data collection; network use is limited to payment provider APIs via the SDKs.
Install Mechanism
This is instruction-only (no install spec). A requirements.txt is included and lists standard packages from PyPI; there are no downloads from arbitrary URLs. Users will need to install dependencies (pip) themselves — the skill does not auto-install anything.
Credentials
The skill declares no required environment variables, and the code expects API keys and Alipay private/public key strings to be provided when creating PaymentHandler. This is proportionate, but callers must supply sensitive credentials (Stripe secret keys, Alipay private key). The skill itself does not request unrelated secrets.
Persistence & Privilege
Flags show always:false and normal invocation. The skill does not request persistent/privileged system presence and does not modify other skills or system-wide config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install payment-gateway-toolkit - 安装完成后,直接呼叫该 Skill 的名称或使用
/payment-gateway-toolkit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Stripe and Alipay payment integration
元数据
常见问题
Payment Gateway Toolkit 是什么?
支付网关工具包 - 集成Stripe、支付宝等多渠道支付处理,支持订单创建、退款、查询等功能 | Payment Gateway Toolkit - Multi-channel payment processing with Stripe, Alipay integration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 159 次。
如何安装 Payment Gateway Toolkit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install payment-gateway-toolkit」即可一键安装,无需额外配置。
Payment Gateway Toolkit 是免费的吗?
是的,Payment Gateway Toolkit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Payment Gateway Toolkit 支持哪些平台?
Payment Gateway Toolkit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Payment Gateway Toolkit?
由 Lv Lancer(@kaiyuelv)开发并维护,当前版本 v1.0.0。
推荐 Skills