stripe-agent
Installation
SKILL.md
Stripe Agent
This skill enables Claude to interact with Stripe's API for complete payment and subscription management.
Prerequisites
Ensure STRIPE_SECRET_KEY environment variable is set. For webhook handling, also set STRIPE_WEBHOOK_SECRET.
export STRIPE_SECRET_KEY="sk_test_..."
export STRIPE_WEBHOOK_SECRET="whsec_..."
Install the Stripe SDK (use a virtual environment for isolation):
pip install stripe