skills$openclaw/paypal
0xterrybit9.1k

by 0xterrybit

paypal – OpenClaw Skill

paypal is an OpenClaw Skills integration for data analytics workflows. PayPal payment integration. Send money, create invoices, and manage PayPal transactions.

9.1k stars3.9k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namepaypal
descriptionPayPal payment integration. Send money, create invoices, and manage PayPal transactions. OpenClaw Skills integration.
owner0xterrybit
repository0xterrybit/paypal
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @0xterrybit/paypal
last updatedFeb 7, 2026

Maintainer

0xterrybit

0xterrybit

Maintains paypal in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
446 B
SKILL.md
623 B
SKILL.md

name: paypal description: PayPal payment integration. Send money, create invoices, and manage PayPal transactions. metadata: {"clawdbot":{"emoji":"🅿️","always":true,"requires":{"bins":["curl","jq"]},"primaryEnv":"PAYPAL_CLIENT_ID"}}

PayPal 🅿️

PayPal payment platform integration.

Setup

export PAYPAL_CLIENT_ID="your_client_id"
export PAYPAL_SECRET="your_secret"

Features

  • Send payments
  • Create invoices
  • Request money
  • Transaction history
  • Refunds

Usage Examples

"Send $25 to user@email.com via PayPal"
"Create PayPal invoice for $100"
"Show my PayPal balance"
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 paypal?

Run openclaw add @0xterrybit/paypal in your terminal. This installs paypal 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/paypal. Review commits and README documentation before installing.