← Back to Plugins
Tools

Paypal Monitor

yedanyagamiai By yedanyagamiai 👁 136 views ▲ 0 votes

OpenClaw AGI plugin to monitor and report profitable PayPal transactions.

GitHub

Install

openclaw plugin install /path/to/openclaw-paypal-monitor

README

# openclaw-paypal-monitor

OpenClaw plugin to monitor PayPal transactions and auto-generate revenue reports.

## Status: Scaffold Ready — Needs PayPal API Credentials

### Prerequisites
1. PayPal Business Account
2. Create app at https://developer.paypal.com/dashboard/applications
3. Get `Client ID` and `Client Secret`
4. Set env vars:
   ```bash
   export PAYPAL_CLIENT_ID="your_client_id"
   export PAYPAL_CLIENT_SECRET="your_client_secret"
   export PAYPAL_SANDBOX="true"  # false for production
   ```

### Activation
When you have credentials, run:
```bash
cd ~/.openclaw/agents/main/agent
openclaw plugin install /path/to/openclaw-paypal-monitor
```

### Integration with Monica Revenue MCP
PayPal transactions auto-sync to `monica-revenue.db` via `revenue_record_transaction` tool.

## License
MIT — Yedan Yagami
tools

Comments

Sign in to leave a comment

Loading comments...