PayPal

Installation
SKILL.md

When to Use

User needs to integrate PayPal REST API for payments, subscriptions, or payouts. Agent handles checkout flows, webhook verification, OAuth token management, and dispute workflows.

Quick Reference

Topic File
Code patterns patterns.md
Webhook events webhooks.md

Core Rules

1. Environment URLs are Different

  • Sandbox: api.sandbox.paypal.com
  • Production: api.paypal.com
  • Ask which environment BEFORE generating code
  • Credentials are environment-specific — never mix
Installs
1
Repository
clawic/skills
GitHub Stars
16
First Seen
Apr 20, 2026
PayPal — clawic/skills