plaid-fintech

Automate Plaid bank account linking and token management workflows.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/TwuanMinn/fadelab --skill plaid-fintech-twuanminn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plaid-fintech
Source: https://github.com/TwuanMinn/fadelab/tree/main/.agent/skills/skills/plaid-fintech
Command: npx skills add https://github.com/TwuanMinn/fadelab --skill plaid-fintech-twuanminn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plaid fintech integration patterns that simplify linking bank accounts, token exchanges, and transaction syncing while ensuring fintech compliance.

Core Features & Use Cases

  • Link Token Creation and Exchange: Create a link_token for Plaid Link and exchange a public_token for an access_token.
  • Transactions Sync: Use /transactions/sync for incremental updates and handle webhooks for real-time updates.
  • Item Error Handling and Update Mode: Manage ITEM_LOGIN_REQUIRED errors by directing users through Link update mode; listen for PENDING_DISCONNECT to prompt updates.
  • Identity Verification, Auth for ACH, and Balance Checks: Patterns to verify identity, authorize ACH transactions, and retrieve balances within compliant workflows.

Quick Start

Configure Plaid credentials in your environment and run the link token creation and exchange flow to obtain an access_token.

Frequently Asked Questions about plaid-fintech

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Plaid bank account linking and token exchange in my app?

Plaid bank account linking is automated by creating a link_token for Plaid Link and exchanging the public_token for an access_token. This Skill handles the token creation, exchange flow, and ongoing token lifecycle management.

How do I handle ITEM_LOGIN_REQUIRED errors and item updates with Plaid webhooks?

Plaid ITEM_LOGIN_REQUIRED errors are resolved by directing users through Link update mode to re-authenticate. This workflow processes item status webhooks and handles PENDING_DISCONNECT notifications to prompt necessary user updates.

What is the best way to sync Plaid transactions incrementally and process webhooks?

Incremental Plaid transactions sync is managed using the /transactions/sync endpoint for delta updates. This workflow processes transaction webhooks for real-time notifications and applies robust error handling during the syncing lifecycle.

Can I verify identity, authorize ACH transactions, and check balances using Plaid?

Identity verification, ACH authorization, and balance checks are supported through compliant Plaid workflows. The Skill provides patterns to verify user identity, authenticate ACH transactions, and retrieve balances for connected applications.

What do I need to configure before starting Plaid API integration workflows?

Plaid API integration requires configuring Plaid credentials in your environment variables first. After setup, you run the link token creation and exchange flow to obtain an access_token for authenticated API access.