← Back to Skills Marketplace
payment-processor
by
jpengcheng523-netizen
· GitHub ↗
· v1.0.0
· MIT-0
261
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jpeng-payment-processor
Description
Process payments
README (SKILL.md)
Payment Processor
Process payments
When to Use
- User needs payment related functionality
- Automating process tasks
- Ecommerce operations
Usage
python3 scripts/payment_processor.py --input \x3Cinput> --output \x3Coutput>
Configuration
Set required environment variables:
export PROCESS_API_KEY="your-api-key"
Output
Returns JSON with results:
{
"success": true,
"data": {}
}
Usage Guidance
Do not install or enable this skill until the inconsistencies are resolved. Specifically: (1) ask the publisher for the missing code (scripts/payment_processor.py) or an install process—right now the skill has no executable logic; (2) require the manifest to explicitly declare PROCESS_API_KEY (and what service it is for), and verify the minimum privileges for that key; (3) request source/homepage and an auditable repository or release so you can inspect the payment integration (endpoints, TLS usage, where credentials are sent); (4) avoid pasting real payment API keys into a skill with unknown provenance—use test/sandbox keys until code is reviewed. These steps reduce risk and make the skill's behavior auditable.
Capability Analysis
Type: OpenClaw Skill
Name: jpeng-payment-processor
Version: 1.0.0
The provided files (_meta.json and SKILL.md) contain standard metadata and documentation for a payment processing skill. The documentation describes legitimate functionality, requires a standard API key environment variable, and lacks any indicators of prompt injection, malicious instructions, or data exfiltration. While the core logic script (scripts/payment_processor.py) is referenced but not included in the provided text, the documentation itself is benign.
Capability Assessment
Purpose & Capability
The declared purpose (process payments) matches the idea of needing an API key, but the skill bundle contains no payment integration code or install steps. The SKILL.md expects a local script (scripts/payment_processor.py) that does not exist in the package, which is inconsistent with the claimed capability.
Instruction Scope
Runtime instructions tell the agent to run 'python3 scripts/payment_processor.py' and to read an environment variable PROCESS_API_KEY. Since there is no scripts/ directory or code file provided, the instructions are incomplete and could cause the agent or user to attempt to execute missing or externally fetched code. The SKILL.md references an env var that is not declared in the skill manifest.
Install Mechanism
No install mechanism is provided (instruction-only), which is low risk in itself. However, the lack of an install step combined with instructions that expect local code increases incoherence.
Credentials
The SKILL.md requires PROCESS_API_KEY, which is plausible for a payment integration, but the skill metadata declares no required env vars or primary credential. Requiring a payment API key without declaring it is a mismatch and should be clarified. Payment API keys are sensitive—their use should be explicit and minimal.
Persistence & Privilege
The skill does not request persistent inclusion (always:false) and does not modify other skills or system settings. No elevated persistence privileges are requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jpeng-payment-processor - After installation, invoke the skill by name or use
/jpeng-payment-processor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
jpeng-payment-processor 1.0.0
- Initial release.
- Provides payment processing functionality for ecommerce operations.
- Usage instructions and configuration details included.
- Returns JSON output with processing results.
Metadata
Frequently Asked Questions
What is payment-processor?
Process payments. It is an AI Agent Skill for Claude Code / OpenClaw, with 261 downloads so far.
How do I install payment-processor?
Run "/install jpeng-payment-processor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is payment-processor free?
Yes, payment-processor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does payment-processor support?
payment-processor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created payment-processor?
It is built and maintained by jpengcheng523-netizen (@jpengcheng523-netizen); the current version is v1.0.0.
More Skills