skills$openclaw/payment
0xterrybit9.6k

by 0xterrybit

payment – OpenClaw Skill

payment is an OpenClaw Skills integration for business workflows. Payment processing and management. Handle invoices, transactions, and payment gateway integrations.

9.6k stars5.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026business

Skill Snapshot

namepayment
descriptionPayment processing and management. Handle invoices, transactions, and payment gateway integrations. OpenClaw Skills integration.
owner0xterrybit
repository0xterrybit/payment
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @0xterrybit/payment
last updatedFeb 7, 2026

Maintainer

0xterrybit

0xterrybit

Maintains payment in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
448 B
SKILL.md
735 B
SKILL.md

name: payment description: Payment processing and management. Handle invoices, transactions, and payment gateway integrations. metadata: {"clawdbot":{"emoji":"💳","always":true,"requires":{"bins":["curl","jq"]}}}

Payment 💳

Payment processing and transaction management.

Features

  • Create and send invoices
  • Process payments
  • Track payment status
  • Refund management
  • Payment history

Supported Gateways

  • Stripe
  • PayPal
  • Square
  • Crypto payments

Usage Examples

"Create an invoice for $100"
"Check payment status for order #123"
"Show recent transactions"

Safety Rules

  1. ALWAYS verify payment amounts before processing
  2. NEVER store sensitive payment credentials in plain text
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install payment?

Run openclaw add @0xterrybit/payment in your terminal. This installs payment into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/0xterrybit/payment. Review commits and README documentation before installing.