Auto-discovered marketplace from lartisan/laravel-revolut-skill
npx claudepluginhub lartisan/laravel-revolut-skillRevolut Merchant API integration skills for Laravel. Covers all Web SDK payment methods (Card Popup, Card Field, Revolut Pay, Apple Pay, Google Pay, Pay by Bank, Promotional Widgets), webhook debugging, and order management via the revolut/laravel-integration package.
Claude Code skills for integrating the Revolut Merchant API in Laravel applications via the revolut/laravel-integration package.
revolut/laravel-integration installed in your project/plugin marketplace add lartisan/laravel-revolut-skill
# or:
/plugin install laravel-revolut-skill@lartisan
The skill checks for these environment variables in your .env file:
REVOLUT_API_KEY: Your Merchant API Key.REVOLUT_MODE: sandbox or production.| Skill | Description |
|---|---|
revolut-integration | Core setup: installation, configuration, orders, refunds, customers, webhooks |
revolut-checkout | Embedded popup checkout via payWithPopup() |
revolut-card-field | Inline card form with full CSS control |
revolut-card-popup | Revolut-hosted modal overlay for card entry |
revolut-pay | One-click Revolut Pay button for Revolut account holders |
revolut-apple-google-pay | Apple Pay and Google Pay wallet buttons |
revolut-pay-by-bank | Open banking / account-to-account payments |
revolut-promotional-widgets | Buy Now banners and payment badges (no order required) |
revolut-webhook-debugging | Signature verification, CSRF setup, and ORDER_COMPLETED debugging |
revolut-merchant-payments | Full API reference: order lifecycle, 3DS, self-hosted checkout, recurring payments, in-person terminals |
Skills activate automatically based on context. You can also invoke them explicitly:
/laravel-revolut-skill:revolut-integration
/laravel-revolut-skill:revolut-webhook-debugging
You can ask Claude:
MIT