connect-recommend
Use this skill when the user asks about Stripe Connect configuration, charge patterns, Dashboard access, or how to get started with Connect, is building a…
Helps users send funds to another Stripe business, transfer money to a Stripe Profile handle or network ID, or ask whether an agent can pay a Stripe business. Use Stripe Directory to find or verify a recipient when the user doesn't provide an exact Stripe Profile handle or
$ npx -y skills add stripe/ai --skill stripe-pay --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/stripe-payContext preview
The summary Claude sees to decide when to auto-load this skill.
Helps users send funds to another Stripe business, transfer money to a Stripe Profile handle or network ID, or ask whether an agent can pay a Stripe business. Use Stripe Directory to find or verify a recipient when the user doesn't provide an exact Stripe Profile handle or
name: stripe-pay description: >- Helps users send funds to another Stripe business, transfer money to a Stripe Profile handle or network ID, or ask whether an agent can pay a Stripe business. Use Stripe Directory to find or verify a recipient when the user doesn't provide an exact Stripe Profile handle or network ID. metadata: short-description: Send funds to Stripe businesses allowed-tools: - Bash(stripe directory *) - Bash(stripe pay *) - Bash(stripe whoami *)
Use `stripe pay` to send money from the authenticated Stripe business to another Stripe business identified by a [Stripe Profile](https://docs.stripe.com/get-started/account/profile.md) handle, for example `@recipient`.
The `stripe pay` command is for business-to-business money transfers. Both the sender and the receiving business must have a [Stripe Profile](https://docs.stripe.com/get-started/account/profile.md). In addition:
If the user needs details about financial accounts, read [Money Management](https://docs.stripe.com/money-management.md). The command resolves the recipient’s payout configuration, which can route the payout to an attached financial account or linked bank account, and reports the fee and delivery timing before confirmation. Don’t assume that a transfer is free or instant.
1. Don’t send money unless the user explicitly asks you to make the transfer. 2. Before running a command that can send money, show the exact `stripe pay ...` command you plan to run and get confirmation. 3. Use `--agent` or `--json` first so the user can review the transfer details. 4. Don’t pass `-y` or `--yes` until after the user confirms the reviewed transfer. 5. Don’t guess at the user’s intent. Don’t guess at the username, financial account ID, amount, currency, internal note, memo, or any other detail. Always confirm with the user. 6. Don’t print full API keys back to the user.
Read the documentation to accomplish your goal. You must read the relevant page before taking action:
| Goal | Documentation | | --- | --- | | Find or verify a recipient when the user doesn’t provide an exact Stripe Profile handle or network ID | [Use Stripe Directory with AI agents](https://docs.stripe.com/directory.md#agents) | | Review, send, handle approval, resume, or dry-run a transfer | [`stripe pay` CLI reference](https://docs.stripe.com/cli/pay) | | Create or manage a Stripe Profile, including a recipient’s transfer destination | [Stripe Profile](https://docs.stripe.com/get-started/account/profile.md) | | Set up or understand an eligible financial account | [Money Management](https://docs.stripe.com/money-management.md) |
Don’t continue the transfer when `stripe pay` reports missing setup. Explain what’s missing and give the user the corresponding next step. Before explaining how to resolve the error, read the documentation for the missing requirement in the workflow table:
For sender setup, direct the user to the relevant Dashboard page:
This repo is the one-stop shop for building AI-powered products and businesses on top of Stripe.
Repo: stripe/ai
Use this skill when the user asks about Stripe Connect configuration, charge patterns, Dashboard access, or how to get started with Connect, is building a…
Use this skill when the user asks what information a Stripe Connect connected account must provide for verification, onboarding, KYC, or account requirements;…
Use when building, modifying, or reviewing a Stripe App — or when the user describes something that implies one (e.g. "add a panel to the customer page",…
Guides Stripe integration decisions across development and test environment planning (separate sandboxes vs the shared test mode sandbox), API selection…
Identifies external providers, merchants, nonprofits, platforms, APIs, and software services, and resolves the documented way to engage them — to pay, donate,…
Use when the user or agent needs to read, search, or look up Stripe documentation or API reference. Prefer this over curl or WebFetch for any docs.stripe.com…