plaid-fintech
1
总安装量
1
周安装量
#44329
全站排名
安装命令
npx skills add https://github.com/automindtechnologie-jpg/ultimate-skill.md --skill plaid-fintech
Agent 安装分布
replit
1
opencode
1
codex
1
gemini-cli
1
Skill 文档
Plaid Fintech
Patterns
Link Token Creation and Exchange
Create a link_token for Plaid Link, exchange public_token for access_token. Link tokens are short-lived, one-time use. Access tokens don’t expire but may need updating when users change passwords.
Transactions Sync
Use /transactions/sync for incremental transaction updates. More efficient than /transactions/get. Handle webhooks for real-time updates instead of polling.
Item Error Handling and Update Mode
Handle ITEM_LOGIN_REQUIRED errors by putting users through Link update mode. Listen for PENDING_DISCONNECT webhook to proactively prompt users.
Anti-Patterns
â Storing Access Tokens in Plain Text
â Polling Instead of Webhooks
â Ignoring Item Errors
â ï¸ Sharp Edges
| Issue | Severity | Solution |
|---|---|---|
| Issue | critical | See docs |
| Issue | high | See docs |
| Issue | high | See docs |
| Issue | high | See docs |
| Issue | medium | See docs |
| Issue | medium | See docs |
| Issue | medium | See docs |
| Issue | medium | See docs |