·mercadopago-subscriptions
</>

mercadopago-subscriptions

Implements MercadoPago recurring subscriptions with preapproval plans in a React + Supabase Edge Functions stack. Covers the full lifecycle — creation, cancellation, plan changes, payment method changes, pause/reactivate, webhooks, and CRON sync. Use when building or modifying subscription billing, payment forms, edge functions for MercadoPago, or webhook handlers.

10Installs·0Trend·@duvesalo

Installation

$npx skills add https://github.com/duvesalo/app --skill mercadopago-subscriptions

How to Install mercadopago-subscriptions

Quickly install mercadopago-subscriptions AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/duvesalo/app --skill mercadopago-subscriptions
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: duvesalo/app.

SKILL.md

View raw

Key principle: Frontend only tokenizes cards (Secure Fields). All MercadoPago API calls happen server-side in Supabase Edge Functions.

| Action | Edge Function | MP API | DB Effect |

| Create | mp-create-subscription | POST /preapproval (status=authorized) | Insert subscription, update company | | Cancel | mp-manage-subscription (action=cancel) | PUT /preapproval/{id} (status=cancelled) | Set cancelled, keep access until period end |

Implements MercadoPago recurring subscriptions with preapproval plans in a React + Supabase Edge Functions stack. Covers the full lifecycle — creation, cancellation, plan changes, payment method changes, pause/reactivate, webhooks, and CRON sync. Use when building or modifying subscription billing, payment forms, edge functions for MercadoPago, or webhook handlers. Source: duvesalo/app.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/duvesalo/app --skill mercadopago-subscriptions
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from duvesalo/app

Quick answers

What is mercadopago-subscriptions?

Implements MercadoPago recurring subscriptions with preapproval plans in a React + Supabase Edge Functions stack. Covers the full lifecycle — creation, cancellation, plan changes, payment method changes, pause/reactivate, webhooks, and CRON sync. Use when building or modifying subscription billing, payment forms, edge functions for MercadoPago, or webhook handlers. Source: duvesalo/app.

How do I install mercadopago-subscriptions?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/duvesalo/app --skill mercadopago-subscriptions Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/duvesalo/app

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-10

Related Skills

None