← Back to Skills Marketplace
92
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install payment-route-optimizer
Description
Build payment-routing diagnostics, route matrices, retry and failover policies, rollout guardrails, and merchant-friendly planning briefs for payment, checko...
Usage Guidance
This skill appears coherent and low-risk for offline planning, but consider these precautions before enabling it: (1) Do not paste raw PANs, full card numbers, CVV, or other unmasked payment data into prompts — redact or tokenize before use. (2) The package has no network calls, but provenance is limited (source/homepage unknown); if this matters to you, inspect handler.py locally and run the included tests in a safe environment. (3) Treat outputs as planning advice only: follow your compliance, PCI, and legal review processes and require human approval before any production routing changes. (4) If you plan to run this in an automated agent, consider limiting the agent's ability to forward user-provided payment text to external endpoints.
Capability Analysis
Type: OpenClaw Skill
Name: payment-route-optimizer
Version: 1.0.0
The payment-route-optimizer skill is a template-based report generator designed to help users plan payment routing strategies. The handler.py script uses simple keyword matching to categorize user input and generate a markdown brief; it contains no network calls, file system access, or dangerous execution sinks (like eval or subprocess). Both the SKILL.md instructions and the Python code explicitly emphasize that the tool is for offline planning only and does not interact with live payment traffic or sensitive data.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description align with the implementation: handler.py parses user text and emits an offline routing brief. No unrelated environment variables, binaries, or cloud credentials are requested.
Instruction Scope
SKILL.md stays within an offline planning remit and explicitly forbids live routing or raw PAN handling. However it invites user-supplied 'payment-log summaries or pasted findings' — users could accidentally paste sensitive card data. The skill code itself only processes text locally and does not send data externally, but operators should avoid pasting raw PANs or other secrets.
Install Mechanism
There is no install spec (instruction-only) which minimizes install risk. The package nevertheless includes two local Python files (handler.py and tests). Those files perform only local text parsing and rendering; there are no downloads, network calls, or extracted archives. Review local code before running if provenance is a concern.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not read env vars or secrets. Requested permissions are proportionate to the stated task.
Persistence & Privilege
always:false and default autonomous invocation are set. The skill does not request permanent presence or modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install payment-route-optimizer - After installation, invoke the skill by name or use
/payment-route-optimizer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of payment-route-optimizer skill:
- Generates offline payment routing strategies, rollout briefs, and diagnostics for merchants and product teams.
- Supports comparison of PSPs, acquirers, local methods, and payment routing policies based on authorization rate, processing cost, or risk.
- Produces markdown planning briefs with route matrices, retry and failover guardrails, and clear rollout guidance.
- Ensures safety by not handling live payment data or traffic and by requiring human approval for production use.
- Provides readable outputs suitable for engineering, finance, and payment operations stakeholders.
Metadata
Frequently Asked Questions
What is Payment Route Optimizer?
Build payment-routing diagnostics, route matrices, retry and failover policies, rollout guardrails, and merchant-friendly planning briefs for payment, checko... It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.
How do I install Payment Route Optimizer?
Run "/install payment-route-optimizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Payment Route Optimizer free?
Yes, Payment Route Optimizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Payment Route Optimizer support?
Payment Route Optimizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Payment Route Optimizer?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.
More Skills