stripe-directory

Searches the Stripe Directory to shortlist vendors and purchase MPP-supported services.

Updated Jul 30, 2026
One-click install
npx skills add https://github.com/PhongCT1105/okta_stripe_hack --skill stripe-directory-phongct1105
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stripe-directory
Source: https://github.com/PhongCT1105/okta_stripe_hack/tree/main/.agents/skills/stripe-directory
Command: npx skills add https://github.com/PhongCT1105/okta_stripe_hack --skill stripe-directory-phongct1105

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finding the right vendor, tool, or service provider for a specific workflow or pain point usually means hours of manual research, and programmatically paying for a service as an agent is even harder. This Skill turns a vague market need into a short, relevant shortlist using the Stripe Directory CLI, and optionally completes a machine-to-machine purchase. ## Core Features & Use Cases - Iterative vendor discovery: Runs stripe directory search across vertical, workflow, pain-point, and adjacent query angles, with filters for country, Stripe App availability, Link support, and Projects support. - Scored shortlists: Dedupes and ranks results by trust signals (Projects provider, Link enabled, Marketplace app, Stripe Verified) and returns 5-10 grouped matches labeled direct, adjacent, or needs manual review. - Agentic purchasing (MPP): For MPP-supported services, resolves the HTTP 402 payment endpoint, confirms the price, and pays via Link CLI, Tempo, Privy Agent Wallet, or mppx — always with explicit user approval before money moves. - Use Case: Ask for "field service management software for electricians" and receive a grouped shortlist with URLs, match rationale, and follow-up stripe projects add commands for Projects providers. ## Quick Start Find me software vendors that handle subscription billing and usage-based metering for a B2B SaaS product.

Frequently Asked Questions about stripe-directory

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

FAQPage Schema
How do I find vendors or service providers with Stripe Directory?

Run stripe directory search with short noun-phrase queries covering vertical, workflow, and pain-point angles. The Skill dedupes results, scores them by trust signals, and returns a grouped shortlist of 5-10 matches with URLs and rationale.

How do I buy a service programmatically as an AI agent?

MPP-supported services expose an HTTP 402 Payment Required endpoint that an agent can pay directly. The Skill resolves the endpoint, confirms the price, asks which payment method to use (Link CLI, Tempo, Privy, or mppx), and requires explicit approval before any money moves.

What filters does stripe directory search support?

Supported filters include --countries-supported, --has-stripe-app, --link-supported, --stripe-projects-supported, and --mpp-supported, plus --limit and --page for pagination. Use them to enforce hard constraints like geography or purchasability.

Which payment methods work for MPP machine payments?

Four payers are supported: Link CLI (Stripe-native shared payment tokens with a test mode), Tempo and Privy Agent Wallet CLI (crypto wallets), and mppx as a debug-only fallback. The Skill checks installation with which before proceeding.

What should I do when directory search results are sparse?

Raise the --limit value and page through additional results before concluding a niche is empty. If results stay weak, broaden or narrow the query, try synonyms, and report the exact queries and filters used so the search can be iterated.