← Back to Skills Marketplace
159
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install payment-gateway-toolkit
Description
支付网关工具包 - 集成Stripe、支付宝等多渠道支付处理,支持订单创建、退款、查询等功能 | Payment Gateway Toolkit - Multi-channel payment processing with Stripe, Alipay integration
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install payment-gateway-toolkit - After installation, invoke the skill by name or use
/payment-gateway-toolkit - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Stripe and Alipay payment integration
Metadata
Frequently Asked Questions
What is Payment Gateway Toolkit?
支付网关工具包 - 集成Stripe、支付宝等多渠道支付处理,支持订单创建、退款、查询等功能 | Payment Gateway Toolkit - Multi-channel payment processing with Stripe, Alipay integration. It is an AI Agent Skill for Claude Code / OpenClaw, with 159 downloads so far.
How do I install Payment Gateway Toolkit?
Run "/install payment-gateway-toolkit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Payment Gateway Toolkit free?
Yes, Payment Gateway Toolkit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Payment Gateway Toolkit support?
Payment Gateway Toolkit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Payment Gateway Toolkit?
It is built and maintained by Lv Lancer (@kaiyuelv); the current version is v1.0.0.
More Skills