stripe-docs

stripe-docs is a skill for Claude Code, Codex from bex-co/bex. It costs 40 tokens per session (208 once invoked), scanned A, a copy of stripe-docs, Apache-2.0.

A documentation lookup skill for Stripe, a service used to accept payments and manage related financial data in software.

In plain words
What is it for?
Use it to read Stripe documentation, search topics such as Payment Intents, or look up API resources, methods, paths, and event types.
Why use it?
It provides a focused way to find Stripe guides and API reference details when building or troubleshooting payment features.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/bex-co/bex/stripe-docs
Any agent
npx skills add bex-co/bex --skill stripe-docs
Clone the repo
git clone --depth 1 https://github.com/bex-co/bex

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for stripe-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/bex-co/bex/stripe-docs.svg)](https://agentmods.dev/skills/bex-co/bex/stripe-docs)
Your own site
<a href="https://agentmods.dev/skills/bex-co/bex/stripe-docs"><img src="https://agentmods.dev/badge/skills/bex-co/bex/stripe-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 208 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00040 $0.00208
Opus 5 $0.00020 $0.00104
Sonnet 5 $0.00008 $0.00042
Haiku 4.5 $0.00004 $0.00021

Measured 4d ago against content hash bf166642559a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

stripe-docs 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 4d 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.

Use when the user or agent needs to read, search, or look up Stripe documentation or API reference. Prefer this over curl or WebFetch for any docs.stripe.com content.
Origin

This is a copy

100% identical to stripe-docs — 7 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/stripe-docs/SKILL.md · 42 lines

What it actually says

Use stripe docs instead of fetching docs.stripe.com content directly with curl or WebFetch.

  • Fetches Markdown automatically
  • Purpose-built for agents and terminal workflows

Read a page by its web path

stripe docs /payments

Search documentation by keyword

stripe docs search "payment intents"

Look up API reference

# By resource name
stripe docs api product

# By HTTP method and path
stripe docs api GET /v1/products

# By event type
stripe docs api product.created
Changes

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.

  1. 4d ago First seen · 42 lines · 40 tokens per session scan A bf166642559a

Subscribe to this mod's changes

stripe-docs is a skill published in the GitHub repository bex-co/bex (420 stars, last pushed today), licensed Apache-2.0. It adds 40 tokens to every session and 208 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 100% identical to stripe-docs, differing in 7 lines, and is treated as a copy.

Related

Other skills, from other repositories

mariadb-operator-pr-review

Perform a structured maintainer-style PR review for the mariadb-operator repository. Gathers PR context, triages the change, and evaluates correctness, safety, pitfalls, backwards compatibility and code quality against the project conventions documented in AGENTS.md. Use whenever the user mentions a mariadb-operator…

mariadb-operator/mariadb-operator · 126 tokens

mariadb-operator-comment

Post a comment (or a formal PR review) to a GitHub issue or pull request in mariadb-operator/mariadb-operator. Use whenever the user wants to publish something to GitHub for this repo — "comment on issue #123", "post this as a PR comment", "leave a note on #456", "reply on the PR" — and especially when they want the…

mariadb-operator/mariadb-operator · 151 tokens

go

Idiomatic Go - package and interface design, error wrapping, table-driven tests, generics, the modern standard library (slices/maps/cmp/errors.Join), current syntax, and logging discipline. Use when writing, reviewing, or refactoring any Go code, especially code drifting toward Java/Spring shapes (deep layer trees…

inference-gateway/inference-gateway · 99 tokens

go-concurrency

Idiomatic Go concurrency - sync primitives, channel semantics, the select statement, and the standard channel patterns (cancellation/done-channel, fan-out/fan-in, pipeline, or-done, context, worker-pool). Use when writing or reviewing Go that spawns goroutines, shares state, or coordinates over channels, even if the…

inference-gateway/inference-gateway · 116 tokens

go-spec-reviewer

Review a Go design spec before implementation begins - dispatch a subagent that checks a design doc for completeness, consistency, and idiomatic Go (simplicity, small consumer-defined interfaces, explicit wrapped errors, context propagation) plus Cobra/Viper conventions where applicable. Use when a user has a Go spec…

inference-gateway/inference-gateway · 101 tokens

test-skill

A minimal test skill for e2e testing of the skill pack resolver.

paperclipinc/openclaw-operator · 19 tokens