← 返回 Skills 市场
harrylabsj

Cb Payment Gateway Evaluator

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
90
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cb-payment-gateway-evaluator
功能描述
Payment method selection and gateway evaluation for international markets
使用说明 (SKILL.md)

Cross-border Payment Gateway Evaluator

Overview

Cross-border Payment Gateway Evaluator (Payment method selection and gateway evaluation for international markets). This skill provides a structured framework for evaluating and selecting payment gateways for cross-border e-commerce operations. It covers payment method preferences by market, gateway feature comparison, cost analysis, and fraud risk assessment.

The framework helps businesses choose the right payment infrastructure for their target markets, considering local payment preferences, regulatory requirements, and operational costs.

Trigger Keywords

  • "payment gateway evaluation"
  • "cross-border payment methods"
  • "international payment gateway"
  • "multi-currency payment processing"
  • "payment method localization"
  • "global payment infrastructure"

Workflow

  1. Input Analysis: Parse user input to extract target markets, transaction volumes, and business requirements
  2. Payment Analysis: Generate market-specific payment method analysis
  3. Gateway Evaluation: Compare gateway features, costs, and capabilities
  4. Fraud Assessment: Evaluate fraud risks and mitigation strategies
  5. Output Delivery: Return comprehensive JSON with analysis and recommendations

Output Modules

Payment Method Analysis

  • Local payment method preferences by market
  • Credit card penetration and alternative payment adoption
  • Digital wallet and mobile payment trends
  • Buy-now-pay-later and installment options
  • Bank transfer and direct debit availability

Gateway Evaluation Framework

  • Gateway feature comparison across providers
  • Integration complexity and technical requirements
  • Transaction fee structures and hidden costs
  • Currency support and conversion fees
  • Settlement timelines and payout options

Fraud Risk Assessment

  • Fraud rate benchmarks by market and industry
  • Chargeback prevention and management
  • 3D Secure and authentication requirements
  • Address verification and CVV requirements
  • Machine learning fraud detection options

Compliance & Security

  • PCI DSS compliance requirements
  • Data localization and privacy regulations
  • Anti-money laundering considerations
  • Know-your-customer requirements
  • Cross-border data transfer rules

Safety & Limitations

Safety Boundaries

  • No Professional Advice: Provides informational frameworks only. Does not replace financial or legal professionals.
  • No Real-Time Data: Based on general frameworks, not current gateway pricing or features.
  • No Transactions: No payment processing or gateway integration capabilities.
  • No Code Execution: Pure descriptive implementation. No shell commands or network requests.
  • Descriptive Only: Provides planning frameworks and guidance only.

Limitations

  • Gateway features and pricing change frequently
  • Payment method preferences vary significantly by market
  • Regulatory requirements for payments are evolving
  • Integration complexity varies by platform
  • Fraud patterns change over time

Example Prompts

Level 1: Basic Inquiry

"What payment gateways work best for international e-commerce?"

Level 2: Specific Scenario

"Payment gateway evaluation for European market expansion"

Level 3: Complex Planning

"Multi-market payment strategy for US, EU, and Asia with subscription billing"

Level 4: Detailed Case

"US e-commerce platform expanding to Germany, France, and Japan with k monthly transaction volume"

Acceptance Criteria

Functional Requirements

  • Returns valid JSON structure from handle() function
  • Includes input_analysis field with parsed input information
  • Contains proper disclaimer with safety boundaries
  • Provides payment-specific analysis and gateway evaluation
  • Differentiated from other cross-border e-commerce skills

Quality Requirements

  • Clear and structured output
  • Comprehensive framework coverage
  • Actionable implementation guidance
  • Proper safety boundaries enforced
  • Input differentiation verified through tests

Integration

Complementary Skills

  • Works with cb-multi-currency-pricing for pricing strategy integration
  • Integrates with cb-compliance-framework for regulatory considerations
  • Supports cb-market-entry-strategist for market-specific payment planning

Input/Output Flow

  • Accepts natural language input via handle() function
  • Returns structured JSON for system integration
  • Can be chained with related skills for multi-faceted analysis

Version History

v1.0.0 (2026-04-22)

  • Initial release
  • Payment method analysis by market
  • Gateway evaluation framework
  • Fraud risk assessment
  • Compliance and security considerations
  • Input parsing and parameter extraction
  • JSON output with input_analysis and disclaimer
  • Safety boundaries and limitations documentation
  • Test coverage with 5 tests per skill

Technical Details

Handler Interface

Dependencies

  • None (pure Python standard library only)

File Structure

  • handler.py: Main handler implementation
  • tests/test_handler.py: Unit tests (5 tests)
  • SKILL.md: This documentation file
  • skill.json: Skill metadata and configuration
  • ACCEPTANCE.md: Acceptance criteria documentation
  • .claw/identity.json: Identity and authorship information

Test Coverage

  • JSON output validation test
  • Disclaimer presence and content test
  • Input differentiation test
  • Payments-specific functionality test
  • Differentiation evidence test
安全使用建议
This skill appears coherent and low-risk: it runs a small local Python handler that produces structured JSON and has unit tests. Before installing, review the handler.py yourself if you require extra assurance (it executes locally and will be run when the skill is invoked). There are no network calls, no credential requests, and no external install steps. If you need absolute guarantees that 'no code execution' is enforced, note the minor ambiguity in the SKILL.md wording — the skill executes its own local handler but does not perform shell commands or make external requests.
功能分析
Type: OpenClaw Skill Name: cb-payment-gateway-evaluator Version: 1.0.0 The skill bundle is a purely descriptive tool for evaluating cross-border payment gateways. The Python code in handler.py performs basic string parsing and returns static informational JSON, adhering to the safety boundaries defined in SKILL.md. There are no network requests, file system operations, or suspicious instructions.
能力标签
cryptorequires-walletcan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
Name and description (cross-border payment gateway evaluation) align with the included files and requirements. The skill does not request unrelated binaries, environment variables, or config paths. The handler implements only parsing and static analysis useful for the stated purpose.
Instruction Scope
SKILL.md explicitly states 'No Code Execution, API calls, network requests' and describes a descriptive-only workflow. The package includes a local handler.py which will be executed by the agent when invoked; that is normal for a skill but introduces a minor ambiguity: the skill runs local code (the handler) yet promises no code execution in its safety boundary. The handler is simple, contains no shell execution, no network calls, and only operates on input text, so the implementation stays within the practical intent of 'descriptive only.'
Install Mechanism
No install spec is provided (instruction-only style). There are local Python files but nothing is downloaded or installed from external sources. This is low-risk.
Credentials
The skill requires no environment variables, credentials, or external config paths. There are no requests for secrets or unrelated service keys.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges. It does not modify other skills or system-wide configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cb-payment-gateway-evaluator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cb-payment-gateway-evaluator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Cross-border Payment Gateway Evaluator v1.0.0 – Initial Release - Provides structured framework for evaluating payment gateways for international markets. - Covers payment method analysis, gateway feature comparison, fraud risk assessment, and compliance. - Parses user input for target markets and business requirements. - Returns comprehensive JSON output with input analysis, recommendations, and safety disclaimers. - Purely descriptive; no code execution, transactions, or real-time data.
元数据
Slug cb-payment-gateway-evaluator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Cb Payment Gateway Evaluator 是什么?

Payment method selection and gateway evaluation for international markets. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。

如何安装 Cb Payment Gateway Evaluator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cb-payment-gateway-evaluator」即可一键安装,无需额外配置。

Cb Payment Gateway Evaluator 是免费的吗?

是的,Cb Payment Gateway Evaluator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Cb Payment Gateway Evaluator 支持哪些平台?

Cb Payment Gateway Evaluator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cb Payment Gateway Evaluator?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。

💬 留言讨论