stripe-link-cli

Retrieve one-time Stripe Link payment credentials for agent-driven checkouts.

4|Updated May 16, 2026
One-click install
npx skills add https://github.com/Aradotso/devtools-skills --skill stripe-link-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stripe-link-cli
Source: https://github.com/Aradotso/devtools-skills/tree/main/skills/stripe-link-cli
Command: npx skills add https://github.com/Aradotso/devtools-skills --skill stripe-link-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of completing online purchases through AI agents without exposing real card details to the agent or logs.

Core Features & Use Cases

  • Secure Link wallet credential retrieval: Obtain one-time-use payment credentials approved by the user in the Link mobile app.
  • Virtual card and Shared Payment Token support: Handle standard web checkouts via virtual cards (PAN) and MPP merchants via Shared Payment Tokens (SPT).
  • Agent-friendly spend-request lifecycle: Create spend requests, request approval, poll for terminal states, retrieve credentials, and use them for checkout automation.

Quick Start

Ask the agent to create a spend request for a merchant and then poll until approval is granted, returning the virtual card credentials needed to complete checkout.

Frequently Asked Questions about stripe-link-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get Stripe Link wallet credentials for AI checkout automation without exposing real card details?

You can retrieve secure one-time payment credentials from Stripe Link by creating approved spend requests for a merchant, polling for approval, and obtaining the virtual card credentials needed to complete checkout automation without exposing real card details.

What is the Machine Payment Protocol and how do Shared Payment Tokens work for agent checkouts?

The Machine Payment Protocol (MPP) uses Shared Payment Tokens (SPT) to complete agent-driven purchases at MPP merchants, allowing AI agents to handle checkout flows securely without direct access to real card information.

How do I create and poll a spend request to retrieve virtual card credentials?

Create a spend request with merchant context and amounts, submit it for user approval in the Link mobile app, poll for terminal approval states, and retrieve the resulting virtual card credentials for downstream checkout completion.

Can I use standard web checkout virtual cards and Machine Payment Protocol merchants with the same Stripe Link integration?

Yes, the integration handles both standard web checkouts using virtual cards (PAN) and MPP merchants using Shared Payment Tokens, enabling AI agents to complete purchases across different merchant types.

Do I need prior Link authentication to obtain one-time payment credentials for checkout?

Yes, prior Stripe Link authentication is required to enable AI agents to obtain secure one-time payment credentials, create approved spend requests, and retrieve virtual card data for checkout automation.

Does checkout automation support unmasked card output for downstream processing?

Yes, credential retrieval includes optional unmasked card output, allowing AI agents to pass the full virtual card credentials directly to downstream checkout processes when required.