Skills로 돌아가기
docs.stripe.com검사 통과

SKILL DETAIL

stripe-docs

docs.stripe.com/stripe-docs

This skill is used when the user or agent needs to read, search, or look up Stripe documentation or API reference. It is preferred over curl or WebFetch for any docs.stripe.com content. It fetches Markdown automatically and is purpose-built for agents and terminal workflows. You can read a page by its web path, search documentation by keyword, or look up API reference by resource name, HTTP method and path, or event type.

설치 수 · 160출처 보기

Installation

npx skills add https://github.com/docs.stripe.com --skill stripe-docs

스킬 파일

SKILL.md

최근 동기화 · 2026. 8. 29.

SKILL.md
---
name: stripe-docs
description: >-
  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.
metadata:
  short-description: Read and search Stripe documentation from the terminal
allowed-tools:
  - Bash(stripe docs *)

---

Use `stripe docs` instead of fetching [docs.stripe.com](https://docs.stripe.com/.md) content directly with `curl` or `WebFetch`.

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

## Read a page by its web path

```bash
stripe docs /payments
```

## Search documentation by keyword

```bash
stripe docs search "payment intents"
```

## Look up API reference

```bash
# 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
```
stripe-docs · 인기 상승 중인 Agent Skills | Mengbi