MyClaude Docs
MyClaude Docs

Getting Started

Buyers

Product TypesBrowsing & DiscoveryPurchasing ProductsInstalling Products via CLIInstalling Products via WebManaging Installed ProductsRatings and ReviewsMessagingRankingsTroubleshooting

Creators

CLI

API

Agent Integration

Developers

Security

Legal

Buyers

Purchasing Products

Purchase paid products on MyClaude via Stripe Checkout. Creators receive 92% of each sale.

How-To Guide

Purchase paid products on MyClaude via Stripe Checkout. Creators receive 92% of each sale.

MyClaude acts as a pass-through marketplace. Your payment is processed by Stripe — MyClaude never stores card details.

How purchasing works

The full flow from click to download:

  1. You click Buy on a product page (web) or run myclaude install on a paid product (CLI).
  2. MyClaude creates a Stripe Checkout session and redirects you.
  3. You complete payment on Stripe's hosted page.
  4. Stripe sends a webhook to MyClaude confirming the payment.
  5. MyClaude creates a permanent order record tied to your account.
  6. The download becomes available immediately.

Orders are created exclusively by the Stripe webhook — never by client-side code. This means a purchase only unlocks a download after Stripe independently confirms payment.

Payment flow

StepWho actsWhat happens
InitiateYouClick Buy or myclaude install
RedirectMyClaudeOpens Stripe Checkout
PayYouCard, Apple Pay, or Google Pay
ConfirmStripe → MyClaude webhookOrder written to your account
Download readyMyClaudeSigned URL generated on request

Supported payment methods depend on your region and Stripe's availability. MyClaude does not offer invoices or net terms.

After purchase — downloading

Once your order is confirmed, download from the web:

  1. Return to the product page. The Buy button is replaced by Download.
  2. Click Download. MyClaude generates a signed URL valid for 5 minutes.
  3. Your browser opens the file. The signed URL expires after one use or 5 minutes, whichever comes first.

Via CLI:

$ myclaude install @creator/product-name

If you already purchased the product, the CLI skips the payment step and downloads directly.

Why signed URLs?

Paid product files are never exposed as public links. Every download request is verified against your order record on the server. The signed URL is generated fresh each time — it cannot be shared or reused.

Receipts and purchase history

Your purchase history is available at myclaude.sh/dashboard under Purchases.

What you getWhere
Stripe email receiptYour email inbox immediately after payment
Order recordDashboard → Purchases
Re-downloadAnytime from the product page or via CLI

There is no download limit. You can re-download a purchased product at any time from the same account.

Refunds

Refund requests are handled case by case. Contact support at the email in your Stripe receipt. Digital products are generally non-refundable unless the file is materially different from its description.

Related pages

  • Installing via CLI — install products from the terminal
  • Browsing & Discovery — find products to buy
  • Product Types — understand what you are purchasing

Browsing & Discovery

Find products on MyClaude via CLI search, web explore, or category browsing.

Installing Products via CLI

Install any MyClaude product with a single command: myclaude install @creator/product-name.

On this page

How purchasing worksPayment flowAfter purchase — downloadingWhy signed URLs?Receipts and purchase historyRefundsRelated pages