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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/0xterrybit/paypalWhat 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
- "Send $25.50 to [email protected] for the website maintenance fee."
- "Create a professional PayPal invoice for $450 addressed to [email protected] with memo: Q3 Audit Services."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-0xterrybit-paypal": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access
Related Skills
database
Database management and queries. Connect to SQL and NoSQL databases, run queries, and manage schemas.
payment
Payment processing and management. Handle invoices, transactions, and payment gateway integrations.
crypto-wallet
Multi-chain cryptocurrency wallet management. Check balances, send tokens, view transaction history across Ethereum, Solana, Bitcoin and more.
redis
Redis database management. Key-value operations, caching, pub/sub, and data structure commands.
tiktok
TikTok platform integration. Manage videos, view analytics, and track engagement.