> This is Payabli documentation. For a complete page index, fetch https://docs.payabli.com/llms.txt — append .md to any page URL for lightweight markdown. For section-level indexes, query parameters, and other AI-optimized access methods, see https://docs.payabli.com/ai-agents.md

# Use Payabli Agent Skills

> Install Payabli's Agent Skills so your coding agent can build integrations

Agent Skills are a way to extend a coding agent with focused, task-specific expertise. Each skill is a small instruction file the agent loads only when it's relevant, so it gets the right guidance at the right moment instead of guessing or waiting for you to paste it in. They follow an [open standard](https://agentskills.io) supported across many agents.

Payabli Agent Skills apply this to building on Payabli. Each skill covers one area — accepting payments, payouts, webhooks, reporting, and more — with the order of operations, the right endpoints, and the mistakes to avoid. Your agent pulls in the relevant skill on its own as it works, from first setup through certification prep.

Skills work in Claude Code, Cursor, Codex, GitHub Copilot, Gemini CLI, and other agents that support the standard.

## Before you start

You need a Payabli account with API access to test while building — that's where your sandbox credentials come from. The [repository README](https://github.com/payabli/integration-skills) covers the prerequisites and the local environment setup.

## Install

Get the skills on GitHub

Install steps for each agent live in the repository README, the single source of truth. That covers the Claude Code marketplace, the skills.sh CLI, native GitHub Copilot and Gemini CLI, and manual setup.

The set also includes a `payabli-mcp-setup` skill that installs the [Payabli MCP server](/developers/platform-developer-mcp) for documentation Q\&A.

## Usage

You don't invoke skills by name — they load automatically when you describe what you're building. For example:

* "Add a Payabli checkout to my Next.js app so customers can pay by card."
* "Charge a saved payment method for this customer."
* "Pay this vendor \$500 by ACH."
* "Build a transactions report with status filters."
* "Walk me through the Payabli certification scenarios so I'm ready for my cert call."

Not sure where to start? Point your agent at your project:

> "I want to add Payabli payments to this app — look at my stack and tell me which Payabli pieces I need and how to wire them up."

That pulls in the getting-started skill, which maps your goal to the right components and writes an integration plan the other skills follow.

## Related resources

See these related resources to help you get the most out of Payabli.

* **[Use the Payabli MCP server](/developers/platform-developer-mcp)** - Learn how to use the Payabli MCP server to integrate with AI workflows
* **[Developer tools and resources](/developers/platform-developer-tools-overview)** - Explore the SDKs and tools available for developers