一键导入
ak-payment-integration
Integrate payments with SePay (VietQR), Polar, and Stripe. Checkout, webhooks, subscriptions, QR codes, and multi-provider orders.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Integrate payments with SePay (VietQR), Polar, and Stripe. Checkout, webhooks, subscriptions, QR codes, and multi-provider orders.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Automate browsers with Puppeteer CLI scripts and persistent sessions. Use for screenshots, performance analysis, network monitoring, web scraping, form automation, JavaScript debugging.
Autoresearch is the upstream meta-framework (Udit Goenka, MIT) for autonomous goal-directed iteration with safety guardrails. Locally split into 4 specialized skills. Start here to learn the pattern, then route to the right specialized skill.
Open the ClaudeKit plans dashboard in the CLI config UI. Use for plan kanban views, progress tracking, timeline checks, and quick navigation into plan files.
UI/UX design intelligence for web and mobile: style selection, color systems, typography, layout, accessibility, interaction states, responsive behavior, forms, charts, design systems, and code review across React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and HTML/CSS.
Interview-driven advisory skill. Analyzes a prompt or URL (GitHub issue, spec, doc), scouts the codebase, interviews the user one question at a time to reframe the problem into exact requirements and goals, then delivers honest advice: what to do, what to avoid, better alternatives, benefits and trade-offs. Use when the user asks for advice, a second opinion, a sanity check, or requirement reframing before committing to a direction.
Task router for AgentKit installs. Classifies the task, activates the right installed skills, chains them into the shortest workflow that fits, and spawns installed subagents at defined trigger points to raise output quality. Use at the start of multi-step, multi-domain, or ambiguous work, or when unsure which skill or agent applies.
| name | ak:payment-integration |
| description | Integrate payments with SePay (VietQR), Polar, and Stripe. Checkout, webhooks, subscriptions, QR codes, and multi-provider orders. |
| user-invocable | true |
| when_to_use | Invoke for checkout, subscriptions, webhooks, or QR payments. |
| category | backend |
| keywords | ["payments","stripe","polar","webhooks","qr"] |
| license | MIT |
| argument-hint | [provider] [task] |
| metadata | {"author":"agentkit","version":"2.2.0"} |
Production-proven payment processing with SePay (Vietnamese banks), Polar (global SaaS), and Stripe (global infrastructure).
| Platform | Best For |
|---|---|
| SePay | Vietnamese market, VND, bank transfers, VietQR |
| Polar | Global SaaS, subscriptions, automated benefits (GitHub/Discord) |
| Stripe | Enterprise payments, Connect platforms, custom checkout |
references/sepay/overview.md - Auth, supported banksreferences/sepay/api.md - Endpoints, transactionsreferences/sepay/webhooks.md - Setup, verificationreferences/sepay/sdk.md - Node.js, PHP, Laravelreferences/sepay/qr-codes.md - VietQR generationreferences/sepay/best-practices.md - Production patternsreferences/polar/overview.md - Auth, MoR conceptreferences/polar/products.md - Pricing modelsreferences/polar/checkouts.md - Checkout flowsreferences/polar/subscriptions.md - Lifecycle managementreferences/polar/webhooks.md - Event handlingreferences/polar/benefits.md - Automated deliveryreferences/polar/sdk.md - Multi-language SDKsreferences/polar/best-practices.md - Production patternsreferences/stripe/stripe-best-practices.md - Integration designreferences/stripe/stripe-sdks.md - Server SDKsreferences/stripe/stripe-js.md - Payment Elementreferences/stripe/stripe-cli.md - Local testingreferences/stripe/stripe-upgrade.md - Version upgradesreferences/multi-provider-order-management-patterns.md - Unified orders, currency conversionscripts/sepay-webhook-verify.js - SePay webhook verificationscripts/polar-webhook-verify.js - Polar webhook verificationscripts/checkout-helper.js - Checkout session generator| Platform | Highlights |
|---|---|
| SePay | QR/bank/cards, 44+ VN banks, webhooks, 2 req/s |
| Polar | MoR, subscriptions, usage billing, benefits, 300 req/min |
| Stripe | CheckoutSessions, Billing, Connect, Payment Element |
General flow: auth → products → checkout → webhooks → events