← Back to Skills Marketplace
965
Downloads
2
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install payments
Description
Integrate payments with provider selection, checkout flows, subscription billing, and security best practices.
Usage Guidance
This skill is a documentation bundle (no code) and appears coherent for its stated purpose. Before using it in a real project: (1) implement provider API keys and webhook secrets with least privilege and store them outside chat/skill configs; (2) never copy raw card data into logs or chat; (3) ensure any future code that implements these instructions validates webhook signatures, uses idempotency, and runs in test mode before production; (4) if you let an agent invoke payment-related actions autonomously, restrict what secrets it can access and review audit logs—autonomous invocation is allowed by default and increases blast radius if credentials are leaked.
Capability Analysis
Type: OpenClaw Skill
Name: payments
Version: 1.0.0
The OpenClaw AgentSkills bundle contains documentation and guidance for an AI agent on integrating payments securely. All files (`_meta.json`, `SKILL.md`, `integration.md`, `providers.md`, `security.md`, `subscriptions.md`) provide legitimate, well-structured advice on payment processing, PCI compliance, fraud prevention, and subscription management. There are no executable code files, and the markdown content, including illustrative `plaintext` code blocks, is purely informational and advisory. No evidence of prompt injection attempts, data exfiltration, malicious execution, or any other harmful behavior was found. The content actively promotes security best practices and warns against common vulnerabilities.
Capability Assessment
Purpose & Capability
The name/description match the contents: provider comparison, integration patterns, subscription management, and security guidance. The skill does not request unrelated binaries, credentials, or config paths.
Instruction Scope
SKILL.md and the included docs stay within the remit of payment integration best practices (webhooks, idempotency, PCI guidance, dunning, etc.). There are no instructions to read unrelated system files, exfiltrate data, call external endpoints outside normal payment providers, or perform actions beyond implementation guidance.
Install Mechanism
There is no install spec and no code to write to disk. As an instruction-only skill, it introduces minimal execution risk.
Credentials
The skill declares no required environment variables or credentials (reasonable for a documentation-only guide). In real implementations you will need provider API keys/webhook secrets; those are not asked for by this skill and should be scoped and stored securely when you implement the recommendations.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request autonomous permanent presence or modify other skills/config; no privilege escalation indicators present.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install payments - After installation, invoke the skill by name or use
/payments - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Payments?
Integrate payments with provider selection, checkout flows, subscription billing, and security best practices. It is an AI Agent Skill for Claude Code / OpenClaw, with 965 downloads so far.
How do I install Payments?
Run "/install payments" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Payments free?
Yes, Payments is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Payments support?
Payments is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Payments?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills