> ## Documentation Index
> Fetch the complete documentation index at: https://docs.minisend.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Build with an AI coding agent

> Install a skill that teaches Claude Code, Cursor, Codex, and other AI coding agents to integrate every Minisend API offline.

If you're integrating with an AI coding agent, install the Minisend skill instead of pointing your agent at this site. It teaches the agent every API in this documentation, offline, so it can write correct integration code without fetching pages at request time.

If you want your agent to call the API rather than write code against it, add the [MCP server](/mcp-server) as well. The skill teaches; the MCP server acts. They work well together.

## Install

<CodeGroup>
  ```bash Skills CLI theme={null}
  npx skills add itschrisoketch/minisend-skills
  ```

  ```bash npm theme={null}
  npm install @minisend/skill
  ```
</CodeGroup>

The Skills CLI works across roughly 17 agents, including Claude Code, Cursor, Codex, Cline, and Gemini CLI. Once installed, ask your agent to integrate Minisend and it will load the skill automatically.

## What it covers

One router file plus dedicated references for each part of the API surface: off-ramp, onramp, the Wallet API, checkout, recipients, webhooks, and error handling, plus a FAQ. It's the same product surface as this site, kept as the single source of truth for agent use so an agent never works from stale or duplicated guidance.

## Where it lives

The skill is maintained in [`itschrisoketch/minisend-skills`](https://github.com/itschrisoketch/minisend-skills), a public repository, and published to npm as [`@minisend/skill`](https://www.npmjs.com/package/@minisend/skill). Star or watch the repository to catch updates as the API evolves.

<Card title="View the repository" icon="github" href="https://github.com/itschrisoketch/minisend-skills">
  Source, install instructions, and the full reference set.
</Card>
