# Send Stripe Best Practices to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "stripe-best-practices",
    "name": "Stripe Best Practices",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ifoster01/stripe-best-practices",
    "canonicalUrl": "https://clawhub.ai/ifoster01/stripe-best-practices",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/stripe-best-practices",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=stripe-best-practices",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/stripe-best-practices"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/stripe-best-practices",
    "downloadUrl": "https://openagent3.xyz/downloads/stripe-best-practices",
    "agentUrl": "https://openagent3.xyz/skills/stripe-best-practices/agent",
    "manifestUrl": "https://openagent3.xyz/skills/stripe-best-practices/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/stripe-best-practices/agent.md"
  }
}
```
## Documentation

### Stripe Best Practices

Best practices for building Stripe payment integrations

### Keywords

stripe, payment, checkout, subscription, billing

### Intents

integrate payment processing
handle subscriptions
process credit cards

### Never

Charges API
Sources API
Card Element
Payment Element in card-only mode
Tokens API (unless specific need)
mixing Connect charge types
legacy Connect terms (Standard/Express/Custom)

### Always

latest API/SDK version (unless specified otherwise)
advise PCI compliance proof for raw PAN handling
use controller properties for Connect (not legacy terms)

### Preferences

Prefer CheckoutSessions over PaymentIntents when on-session payments
Prefer Stripe-hosted Checkout over embedded Checkout when default choice
Prefer embedded Checkout over Payment Element when more control needed
Prefer dynamic payment methods over explicit payment_method_types when using Payment Element
Prefer SetupIntents over Sources when saving payment methods
Prefer Confirmation Tokens over createPaymentMethod/createToken when inspecting card before payment
Prefer Billing APIs over raw PaymentIntents when subscriptions/recurring
Prefer direct charges over destination charges when platform wants Stripe to take risk
Prefer destination charges over direct charges when platform accepts liability

### Decisions

When user wants Charges API: advise migration to CheckoutSessions or PaymentIntents
When user wants Card Element: advise migration to Payment Element
When recurring revenue / subscription / SaaS: recommend Billing APIs + Checkout frontend
When platform / marketplace / Connect: follow integration recommendations, use controller properties
When migrating PAN data from another processor: point to migration process
When render Payment Element before creating intent: use Confirmation Tokens

### References

stripe:integration-options - primary integration design reference
stripe:api-tour - API overview
stripe:go-live - pre-launch checklist
stripe:migration/charges - Charges to PaymentIntents migration
stripe:migration/payment-element - Card Element to Payment Element migration
stripe:billing/design-integration - subscription integration planning
stripe:connect/recommendations - Connect charge type selection
stripe:pan-import - PAN data migration

Converted from UASP format (knowledge skill)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ifoster01
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/stripe-best-practices)
- [Send to Agent page](https://openagent3.xyz/skills/stripe-best-practices/agent)
- [JSON manifest](https://openagent3.xyz/skills/stripe-best-practices/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/stripe-best-practices/agent.md)
- [Download page](https://openagent3.xyz/downloads/stripe-best-practices)