Tools
Paypal Monitor
OpenClaw AGI plugin to monitor and report profitable PayPal transactions.
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