pluggyai/agent-skills

pluggy-payments

Payment initiation with PIX, Boleto, and Smart Transfers. Use when implementing payment flows, PIX transfers, or preauthorized payments.

First seen Jan 24, 2026

Installation

$ npx skills add pluggyai/agent-skills --skill pluggy-payments

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from pluggyai/agent-skills.

npx skills add pluggyai/agent-skills

Browse all from pluggyai/agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 5
License MIT
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
LicenseMIT
More metadata
author
pluggy
version
1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,840 B
  • docs AGENTS.md 23,835 B
  • docs SUMMARY.md 156 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 288 installs

SKILL.md

Pluggy Payments

Comprehensive guide for implementing payment initiation through Pluggy. Contains rules across 5 categories, prioritized by impact.

When to Apply

Reference these guidelines when:

  • Initiating PIX payments
  • Creating and managing Boletos
  • Setting up Smart Transfers with preauthorization
  • Managing payment intents lifecycle
  • Handling scheduled payments (PIX Agendado)
  • Implementing PIX Automático

Rule Categories by Priority

Priority Category Impact Prefix
1 PIX Integration CRITICAL pix-
2 Smart Transfers HIGH smart-
3 Payment Lifecycle HIGH payment-
4 Boleto Management MEDIUM boleto-
5 Scheduled Payments MEDIUM schedule-

How to Use

Read individual rule files for detailed explanations and code examples:

rules/pix-initiation.md
rules/smart-preauthorization.md
rules/payment-lifecycle.md

Each rule file contains:

  • Brief explanation of why it matters
  • Incorrect code example with explanation
  • Correct code example with explanation
  • Additional context and references
  • Pluggy-specific notes

Payment Flow Overview

1. Create Payment Request (with recipient details)
2. Create Payment Intent (for specific Item/account)
3. User authorizes in Connect Widget
4. Monitor payment status via webhook
5. Handle success/failure

Full Compiled Document

For the complete guide with all rules expanded: AGENTS.md