ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

paypal

PayPal payment integration. Send money, create invoices, and manage PayPal transactions.

Why use this skill?

Automate PayPal payments, invoices, and transaction tracking with the OpenClaw PayPal skill. Streamline your financial workflows easily.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/0xterrybit/paypal
Or

What This Skill Does

The PayPal skill for OpenClaw provides a robust interface for interacting with the PayPal API. It acts as a bridge between your automated workflows and financial transaction management. This skill simplifies complex payment operations such as sending funds, issuing professional invoices, tracking payment statuses, and managing refunds directly through natural language commands. By abstracting the technical API calls required by PayPal, it allows users to perform financial administrative tasks without needing to write custom integration code.

Installation

To integrate the PayPal skill into your OpenClaw environment, ensure you have your PayPal developer credentials ready. Use the following command in your terminal: clawhub install openclaw/skills/skills/0xterrybit/paypal

Once installed, you must configure your environment variables to authorize the agent. Add the following lines to your shell configuration (e.g., .bashrc or .zshrc): export PAYPAL_CLIENT_ID="your_client_id" export PAYPAL_SECRET="your_secret" After exporting, restart your agent or source the file to initialize the connection securely.

Use Cases

This skill is designed for freelancers, e-commerce store owners, and digital service providers. Use it to automate recurring billing by triggering invoice creation on specific dates, manage cash flow by checking balances instantly, or provide quick customer support by processing refunds based on help-desk ticket analysis. It is particularly effective for workflows involving automated accounting or high-volume payment processing where manual entry is prone to error.

Example Prompts

  1. "Send $25.50 to [email protected] for the website maintenance fee."
  2. "Create a professional PayPal invoice for $450 addressed to [email protected] with memo: Q3 Audit Services."
  3. "Check my current PayPal balance and list the last 5 transactions."

Tips & Limitations

Always ensure your PayPal Developer account is set to 'Live' mode before executing real-money transactions. Test thoroughly in the 'Sandbox' environment first to verify your automation logic. Note that this skill requires an active internet connection and valid API credentials. Security is paramount; ensure your environment variables are stored in a secure location and never hard-code secrets directly into your scripts or prompt history. Be mindful that transactions are subject to PayPal's internal processing times and fee structures, which are not calculated by this skill automatically.

Metadata

Stars1054
Views1
Updated2026-02-16
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-0xterrybit-paypal": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#paypal#payments#finance#billing#invoicing
Safety Score: 2/5

Flags: external-api, network-access