---
title: "BlindPay Agent Skills"
description: "Official Agent Skills for BlindPay. Teach AI assistants domain knowledge for integrating stablecoin payment infrastructure. Install in Cursor, Claude Code, or Codex to get instant expertise on payouts, payins, customers, bank accounts and more."
date: "2026-02-12"
categories: ["product", "engineering", "guide"]
author: "Eric Viana"
thumbnail: "/images/blog/agent-skills.png"
isBlog: true
faq:
  - q: "What are BlindPay Agent Skills?"
    a: "BlindPay Agent Skills are the official Agent Skills that teach AI assistants like Cursor, Claude Code, and Codex how BlindPay's stablecoin payment infrastructure works. You can prototype integrations and debug flows in plain English instead of digging through API docs."
  - q: "How do I install BlindPay Agent Skills?"
    a: "Run `npx skills add blindpaylabs/blindpay-skills`. Skills activate automatically when a relevant task is detected, with no extra configuration."
  - q: "What is the difference between Agent Skills and the BlindPay MCP Server?"
    a: "Agent Skills give an AI assistant knowledge to understand BlindPay concepts and flows; the MCP Server gives it tools to execute operations like creating customers or processing payouts. Many developers use both together."
  - q: "Which platforms support BlindPay Agent Skills?"
    a: "Cursor, Claude Code, Codex, and other AI assistants that support Agent Skills."
---

![BlindPay Agent Skills](/images/blog/agent-skills.png)

AI coding assistants are powerful, but they need domain knowledge to build payment integrations effectively. BlindPay Agent Skills fill that gap. They teach your AI assistant how BlindPay's stablecoin payment infrastructure works so you can ask questions, prototype integrations, and debug flows in plain English instead of digging through API docs.

## Overview

BlindPay Agent Skills are the official [Agent Skills](https://agentskills.io) for BlindPay. Once installed, they provide AI assistants (Cursor, Claude Code, Codex and others) with domain expertise for:

- Payout flows (stablecoin to fiat)
- Payin flows (fiat to stablecoin)
- Customer creation and KYC/KYB requirements
- Bank account setup across rails (ACH, Wire, PIX, SPEI, SWIFT)
- Quote generation and token approvals
- Virtual accounts and offramp wallets
- Webhooks and event handling

Skills work alongside your usual workflow. When you ask a question or start a task that touches payment logic, the assistant automatically uses this knowledge to give accurate, context-aware answers. No need to copy-paste docs or remember parameter names.

## How It Differs From MCP

You may have seen our [BlindPay MCP Server](/blog/mcp). It connects AI assistants directly to BlindPay's API so they can execute operations. Agent Skills are different:

- **MCP** = tools. It gives your assistant the ability to _do_ things (create customers, generate quotes, process payouts).
- **Skills** = knowledge. They give your assistant the ability to _understand_ BlindPay concepts, flows and best practices.

Use Skills when you want to understand _how_ something works or brainstorm integration design. Use MCP when you want the assistant to perform operations on your behalf. Many developers use both together.

## Installation

Installation is the same across supported platforms. Just run:

```bash
npx skills add blindpaylabs/blindpay-skills
```

After installation, skills activate automatically when relevant tasks are detected. No extra configuration required.

## Example Prompts

Once installed, you can ask things like:

- "Explain the complete payout flow from quote to execution"
- "Walk me through creating a customer with enhanced KYC"
- "How do I create a SWIFT bank account?"
- "What are the KYC requirements for a business customer?"
- "How do I test payouts using the USDB test token?"

The assistant uses the skills to answer with accurate, up-to-date guidance tied to BlindPay's API and flows.

## Conclusion

BlindPay Agent Skills bridge the gap between powerful AI coding assistants and specialized payment infrastructure knowledge. By teaching your AI assistant how BlindPay works, you can build integrations faster, onboard developers more efficiently, and spend less time context-switching between docs and code.
