skills/tier4-specialized/payment-integration/SKILL.md
Stripe payment integration with checkout and subscriptions
npx skillsauth add abcnuts/manus-skills payment-integrationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Automate Stripe payment integration for one-time payments and subscriptions.
# Run setup script
python3 /home/ubuntu/skills/payment-integration/scripts/setup_stripe.py
# Add Stripe keys to .env.local
STRIPE_SECRET_KEY=sk_test_...
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_...
# Use checkout template
cp templates/checkout.tsx app/components/
/user-authentication-system - Identify paying users/analytics-dashboard - Track conversion rates/email-system-builder - Send payment receiptsManual: 2-3 hours (SDK setup, testing, webhooks)
With skill: 30 minutes
Saved: ~2 hours
tools
Generate comprehensive demonstrations showing how to access projects and work across different environments (Manus terminals, personal computers, team collaboration). Use when users ask "how do I access this from another terminal/computer", "how do I share this with my team", "how do I get this on my Mac", or need clarification on Manus persistence vs GitHub usage.
development
Use when you have a spec or requirements for a multi-step task, before touching code
data-ai
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
development
Use when implementing any feature or bugfix, before writing implementation code