Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add e-t-y-b/etyb-skills --skill stripegit clone --depth 1 https://github.com/e-t-y-b/etyb-skillsWrote 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/e-t-y-b/etyb-skills/stripe)<a href="https://agentmods.dev/skills/e-t-y-b/etyb-skills/stripe"><img src="https://agentmods.dev/badge/skills/e-t-y-b/etyb-skills/stripe/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/e-t-y-b/etyb-skills/stripe"><img src="https://agentmods.dev/badge/skills/e-t-y-b/etyb-skills/stripe.svg" alt="Reviewed on agentmods" width="80" 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.00223 | $0.04171 |
| Opus 5 | $0.00112 | $0.02086 |
| Sonnet 5 | $0.00045 | $0.00834 |
| Haiku 4.5 | $0.00022 | $0.00417 |
Grade A, and why
stack-stripe scanned grade A with 0 findings 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 12d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Stripe Stack — Team Briefing
This is a knowledge overlay, not a new specialist. The existing ETYB team does the work — backend-architect writes the backend code, devops-engineer wires the deploys, security-engineer enforces the boundary. This pack tells each role where the current Stripe knowledge lives.
Where the full briefing lives
The full Stack briefing lives in this same folder. Per-product and per-role pages are siblings of this SKILL.md. Every page carries last_verified_on stamps and authoritative-source URLs in its frontmatter; see skills/etyb/core/knowledge-currency.md for the drift-check protocol that uses them.
- Stack briefing:
stacks/stripe/index.md - Per-product pages:
stacks/stripe/<product>.md— one per entry inproducts_coveredabove - Per-role views:
stacks/stripe/<role>.md— one per role inapplies_to_rolesabove
When ETYB is installed locally these are read directly from disk. For third-party agents without the install, the same content is reachable as raw markdown at https://raw.githubusercontent.com/e-t-y-b/etyb-skills/main/stacks/stripe/<page>.md.
When delegate_to_skills (frontmatter above) lists a first-party vendor MCP/skill that's installed in the user's environment, ETYB defers to it first. The in-repo Stack content is the curated fallback.
What changed in 2025-2026 that older training data misses
Critical context — an LLM with a 2024 cutoff will get these wrong:
- Meter API replaced
usage_recordsfor net-new usage-based billing. The oldsubscription_item.create_usage_recordpattern is deprecated for new subscriptions (announced late 2024). New work uses/v1/billing/meter_eventsand abilling.meterobject that prices via the newbilling.meter_event_summaryaggregation. Existing legacy usage-record subscriptions still work; new ones must use Meters. - Connect "Custom" type is now controller properties. Account creation in 2024+ uses
controllerconfiguration (controller.fees.payer, controller.losses.payments, controller.stripe_dashboard.type, controller.requirement_collection) rather than the oldertype: 'custom' | 'express' | 'standard'shorthand. The legacy shorthands still work but are mapped internally to controller properties. - Stripe Workbench (2024) is the developer surface inside Dashboard. The old "Developers" tab is being phased into Workbench — API logs, events, webhook endpoints, version pin all live there.
- API version pinning — every Stripe account is auto-pinned to a version on first call. A new account today gets
2025-11-15.acacia(or whatever is current). An account created in 2019 is still pinned to a 2019 version unless someone upgrades it. The same code against two accounts can return different JSON. - Express Checkout Element (GA 2024) consolidates Apple Pay, Google Pay, Link, Amazon Pay, PayPal into a single button row. Replaces hand-wired Payment Request Button + individual wallet integrations.
- Payment Element (the unified Element) is the modern default; the legacy Card Element should not be used for new builds.
- SCA / 3D Secure 2 is mandatory in EU/UK/EEA. PaymentIntents handle this automatically when
automatic_payment_methods.enabled: trueand you use the confirmation flow correctly. The legacy Sources API and direct Charges flow do NOT handle SCA cleanly. - Idempotency Key TTL is contractually guaranteed at 24 hours since 2024. Earlier guidance treated it as "best effort" — now it's a real guarantee, but only for 24 hours. Long-running retry chains beyond 24h must mint new keys.
- Restricted API keys with scoped permissions are GA and recommended for any service-to-Stripe integration that doesn't need full secret-key power. The "one secret key for everything" pattern is a security smell in 2026.
- Stripe-hosted MCP server (docs.stripe.com/mcp) shipped in 2025 for select operations. AI agents (Claude, Cursor, Codex) can drive Stripe via MCP tools. Production usage requires a scoped restricted key and full audit logging.
- Stripe Connect onboarding via
account_linkwithtype: account_onboardingis the modern pattern. Legacy email-based "Connect Onboarding" redirects are being phased out. - Treasury matured in 2025-2026 with RTP and FedNow rails for OutboundPayments; eligibility is partner-bank-dependent and gated to approved platforms.
What ships with it
42 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- ach-debit.md 4.8 KB
- adaptive-pricing.md 4.2 KB
- api-versions.md 5.6 KB
- backend-architect.md 10 KB
- bnpl-providers.md 4.1 KB
- customer-portal.md 4.7 KB
- e-commerce-architect.md 13 KB
- express-checkout-element.md 4.8 KB
- fintech-architect.md 14 KB
- idempotency-keys.md 4.7 KB
- index.md 16 KB
- link.md 3.8 KB
- meter-api.md 7.3 KB
- optimized-checkout-suite.md 4.0 KB
- payment-element.md 6.5 KB
- payment-intents.md 8.1 KB
- restricted-api-keys.md 5.2 KB
- rtp-fednow.md 4.2 KB
- saas-architect.md 12 KB
- sca-3ds2.md 5.6 KB
- security-engineer.md 14 KB
- sepa-debit.md 3.1 KB
- setup-intents.md 5.8 KB
- stripe-apps.md 3.5 KB
- stripe-billing.md 8.9 KB
- stripe-capital.md 3.2 KB
- stripe-checkout.md 8.5 KB
- stripe-cli.md 4.5 KB
- stripe-climate.md 1.9 KB
- stripe-connect.md 11 KB
- stripe-data-pipeline.md 4.3 KB
- stripe-financial-connections.md 4.1 KB
- stripe-identity.md 4.6 KB
- stripe-issuing.md 7.3 KB
- stripe-radar.md 5.1 KB
- stripe-sigma.md 4.0 KB
- stripe-tax.md 4.5 KB
- stripe-terminal.md 4.3 KB
- stripe-treasury.md 7.5 KB
- stripe-workbench.md 4.8 KB
- tap-to-pay.md 3.6 KB
- webhooks.md 8.1 KB
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.
- 12d ago First seen · 142 lines · 223 tokens per session scan A 91209e9aa04b
stack-stripe is a skill published in the GitHub repository e-t-y-b/etyb-skills (10 stars, last pushed 2mo ago), licensed MIT. It adds 223 tokens to every session and 4,171 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
stripe
Read Stripe account state from a terminal or agent: balance, payment intents, and subscriptions — and perform guarded mutations like canceling a subscription — backed by a bundled stripe-cli script that is read-only first and gates every state-changing command behind a --dry-run/--yes confirmation. Use when an agent…
payments
This skill should be used when adding payments, subscriptions, billing, or pricing to a SaaS — Stripe integration, checkout, plans, the customer portal, webhooks, or deciding a pricing model. Trigger phrases include "add Stripe", "accept payments", "add a subscription", "charge users", "pricing tiers", "checkout"…
asc-ppp-pricing
Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.
stripe
Stripe API integration with managed OAuth. Manage customers, subscriptions, invoices, products, prices, and payments. Use this skill when users want to process payments, manage billing, or handle subscriptions with Stripe. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).…
meter-chargeback
CocoMeter chargeback and FinOps governance. Usage: $meter chargeback refresh | $meter chargeback invoice | $meter chargeback onboarding.
Freelance Empire
Complete freelance business operating system — from first client to six-figure solo business. Covers positioning, pricing, proposals, client management, finances, scaling, and the transition from side-hustle to full-time. Use when starting freelancing, raising rates, managing clients, building recurring revenue, or…