create-payment-credential
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.
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
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
connect-recommend
Used when the user asks about Stripe Connect configuration, charge patterns, Dashboard access, or how to get started...
stripe-best-practices
Guides Stripe integration decisions across API selection (Checkout Sessions vs PaymentIntents), Connect platform setup...
stripe-directory
Used when the user wants to find businesses, software, service providers, or partners for a specific industry,...