omgskills Get the Mac app
Skill

create-payment-credential

@stripe 631 stars Updated 2026-07-27 Author match: High

Gets secure, one-time-use payment credentials (cards, tokens) from a Link wallet so agents can complete purchases on behalf of users. Use when the user says "get me a card", "buy something", "pay for X", "make a purchase", "I need to pay", "complete checkout", or asks to transact on any merchant site. Use when the user asks to connect or log in to or sign up for their Link account.

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
git clone https://github.com/stripe/link-cli /tmp/link-cli && ln -s /tmp/link-cli/skills/create-payment-credential ~/.claude/skills/create-payment-credential

View on GitHub

From README

Create Payment Credential Use Link to get secure, one-time-use payment credentials from a Link wallet to complete purchases. The CLI can produce one of two credential types: A virtual card (PAN) for use with a standard web checkout form. The issued card works anywhere. A Shared Payment Token (SPT) when the seller is in the Stripe Network and accepts payments programmatically (for example with Machine Payment Protocols). Installing with npm -g @stripe/link-cli. Or run directly with npx @stripe/link-cli. Running commands Link CLI can run as an MCP server or as a standalone CLI. MCP: Add the following to your MCP client config (.mcp.json, etc.) Run the MCP server directly with npx @stripe/link-cli@latest --mcp. Call tools/list to see all available MCP tools. Common commands/options List all commands: link-cli --llms List all commands with parameters: link-cli --llms-full Get a command's exact schema with --schema.

More skills