Borrowing it
Nothing to install: this file belongs to bex-co/bex. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/bex-co/bex/main/.claude/skills/stripe-directory/SKILL.mdgit clone --depth 1 https://github.com/bex-co/bexWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/bex-co/bex/stripe-directory)<a href="https://agentmods.dev/skills/bex-co/bex/stripe-directory"><img src="https://agentmods.dev/badge/skills/bex-co/bex/stripe-directory.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00073 | $0.01449 |
| Opus 5 | $0.00036 | $0.00724 |
| Sonnet 5 | $0.00015 | $0.00290 |
| Haiku 4.5 | $0.00007 | $0.00145 |
Grade A, and why
stripe-directory scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
1. Resolve the real callable endpoint from the result’s `mpp.slug` / `mpp.url`. `mpp.url` is often the mpp.dev landing form (`https://mpp.dev/services#<slug>`) — resolve the raw endpoint on [mpp.dev](https://mpp.dev) if Copies of this mod
1 near-identical copy found in the catalogue:
- stripe-directory — 91% identical, 18 lines differ
How it starts
The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Stripe Directory Search
Turn a vague market need into a short, relevant shortlist with stripe directory search. Use this even when the user never says “Stripe Directory” — any request to find vendors, tools, partners, or providers for a vertical, workflow, pain point, or job-to-be-done.
Most requests are discovery — find and compare services. That is the core job below. Some services are also MPP-supported (MPP = Machine Payment Protocol), meaning you (the agent) can pay their HTTP 402 (Payment Required) endpoint and consume them directly. When the user actually wants to use or buy a service, present those results and offer to purchase — see “Purchasing” at the end.
Process
-
Clarify only what’s missing: buyer/vertical, job-to-be-done, must-have capability, geography (only if it matters).
-
Search iteratively:
stripe directory search "<query>" --format json- Short noun phrases, one angle per query; run 1-3, then broaden/narrow on results.
- Angles to cover: vertical → workflow → pain point → adjacent. Two examples:
- services/trades: vertical (
electrician software,electrical contractor) → workflow (field service management,dispatch invoicing estimates) → pain point (job scheduling,quote automation) → adjacent (home services automation,contractor crm). - SaaS/software: vertical (
b2b saas billing,developer tools) → workflow (subscription management,usage-based metering) → pain point (failed payment recovery,revenue recognition) → adjacent (analytics dashboards,customer onboarding).
- services/trades: vertical (
- Hard constraints → try filter flags if available:
--countries-supported=US,--has-stripe-app=true,--link-supported=true,--stripe-projects-supported=true,--mpp-supported. Note: as ofdirectoryv0.3.0 the server ignores filter flags — only--limit(max 10) and--pageaffect results (stripe directory search --help→ “Filter flags have no server-side equivalent yet and are ignored”). Keep queries narrow via the search term itself; re-check--helpbefore relying on filters. - If the user wants to use/buy a service, also pass
--mpp-supportedin at least one search to find results you can pay for programmatically (even if currently server-ignored, it documents intent for when the server honors it). - Sparse niche? Raise
--limit(max 10) and try the next--pagebefore concluding it’s empty.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 76 lines · 73 tokens per session scan A f5260f545727
stripe-directory is a skill published in the GitHub repository bex-co/bex (420 stars, last pushed today), licensed Apache-2.0. It adds 73 tokens to every session and 1,449 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
conventional-commit
Workflow for generating conventional commit messages following the Conventional Commits specification. MUST be invoked every time a commit is created. Guides construction of standardized commit messages with correct type, scope, description, body, and footer.
segment-create
Full scaffolding workflow for creating a new Oh My Posh segment. Invoke when asked to add a new segment: generates the Go source, registers the type, creates documentation, updates the sidebar and JSON schema.
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
octo-mail
OCTO Agent Mail operations for reading, searching, policy-aware sending, preparing drafts, and checking delivery status exclusively through octo-cli.
octo-messaging
Messaging domain — send/edit/sync messages, read receipts, message search (search/all/files/media/around/groups, in-channel or cross-channel), groups and threads (User Bot), and event polling. Covers App Bot DM-only constraints. Load after octo-shared.
extension-upload
Package a script tool under /.config/agenvoy/tools/script/ into a tar.gz and publish to pkg.agenvoy.com registry. Keyword picker, dep/key detection, config-stored email (ask + lowercase + persist), ask version, email verification gate, multipart upload with downgrade/unique guards.