Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问clear审计提醒

payment-integration支付整合

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

2,771

周安装

111

GitHub Stars

76

下载量

897
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:payment-integration(支付整合)
来源仓库:https://github.com/404kidwiz/claude-supercode-skills
仓库路径:skills/payment-integration
安装命令:
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill payment-integration
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill payment-integration

简介

专注于支付网关集成与合规账单系统设计,支持 Stripe、PayPal 等主流服务商对接。

  • 适用于实现安全结账流程、订阅管理和多币种支付,确保符合 PCI-DSS 标准。
  • 可协助设计支付重试机制、Webhook 处理和发票系统,提升交易可靠性。
  • 安装依赖 GitHub 仓库并通过 npx 命令添加,需谨慎处理密钥与敏感数据权限。
  • 输出结果不能直接作为生产依据,应结合最小权限原则进行脱敏与边界校验。

SKILL.md

Payment Integration

Purpose

Provides expertise in integrating payment gateways and designing PCI-compliant billing systems. Specializes in implementing checkout flows, subscription management, and payment processing with providers like Stripe, PayPal, and Adyen.

When to Use

  • Integrating Stripe, PayPal, or other payment gateways
  • Implementing checkout and payment flows
  • Building subscription billing systems
  • Ensuring PCI-DSS compliance
  • Handling payment webhooks
  • Implementing payment retry logic
  • Setting up multi-currency payments
  • Building invoicing systems

Quick Start

Invoke this skill when:

  • Integrating payment gateways (Stripe, PayPal, Adyen)
  • Building checkout or subscription flows
  • Designing PCI-compliant payment systems
  • Implementing webhook handlers for payments
  • Setting up recurring billing

Do NOT invoke when:

  • General ledger/accounting systems → use /fintech-engineer
  • API design without payment focus → use /api-designer
  • Frontend checkout UI only → use /frontend-design
  • Security audit → use /security-auditor

Decision Framework

Payment Use Case?
├── One-time Purchase
│   └── Stripe Checkout / PayPal Buttons
├── Subscription
│   └── Stripe Billing / Recurly
├── Marketplace/Split Payments
│   └── Stripe Connect / PayPal Commerce
├── Enterprise/B2B
│   └── Invoicing with NET terms
└── Global Payments
    └── Adyen / Multi-gateway strategy

Core Workflows

1. Stripe Integration

  1. Set up Stripe account and API keys
  2. Create products and prices
  3. Implement Checkout Session or Elements
  4. Handle payment confirmation
  5. Set up webhook endpoint
  6. Process webhook events (succeeded, failed)

2. Subscription Billing

  1. Define subscription plans and pricing
  2. Create customer in payment provider
  3. Implement subscription creation flow
  4. Handle trial periods
  5. Manage upgrades/downgrades
  6. Implement dunning for failed payments

3. Webhook Handling

  1. Create secure webhook endpoint
  2. Verify webhook signatures
  3. Make handlers idempotent
  4. Process events in order
  5. Handle retry scenarios
  6. Log all webhook events

Best Practices

  • Never store full card numbers—use tokenization
  • Always verify webhook signatures
  • Implement idempotency for payment operations
  • Use test mode thoroughly before production
  • Handle all payment states (pending, succeeded, failed)
  • Store payment provider IDs for reconciliation

Anti-Patterns

Anti-PatternProblemCorrect Approach
Storing card numbersPCI violationUse tokenization
No webhook verificationSecurity riskVerify signatures
Synchronous payment onlyPoor UX, timeoutsAsync with webhooks
Missing idempotencyDuplicate chargesIdempotency keys
No retry logicLost revenueImplement dunning

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

29.26%
按下载量换算262

OpenCode

21.35%
按下载量换算192

Codex

16.59%
按下载量换算149

Cursor

12.36%
按下载量换算111

Gemini CLI

7.95%
按下载量换算71

windsurf

3.56%
按下载量换算32

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills