alipay-payment-integration

alipay-payment-integration is a skill for Claude Code, Codex from HK-hub/AgentSkills. It costs 61 tokens per session (3,083 once invoked), scanned A, original, MIT.

Guidance for integrating Alipay payments across products such as in-person, QR-code, app, mobile web, computer web, pre-authorisation, and recurring merchant payments.

In plain words
What is it for?
Use it when adding Alipay checkout, QR payments, mobile or desktop web payments, app payments, pre-authorisation, subscriptions, or recurring charges.
Why use it?
It helps match a payment situation to the appropriate Alipay product and current online integration documentation instead of using the wrong payment flow.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it when adding Alipay checkout, QR payments, mobile or desktop web payments, app payments, pre-authorisation, subscriptions, or recurring charges.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hk-hub/agentskills/alipay-payment-integration
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add HK-hub/AgentSkills --skill alipay-payment-integration
Clone the repo
git clone --depth 1 https://github.com/HK-hub/AgentSkills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for alipay-payment-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/hk-hub/agentskills/alipay-payment-integration/github.svg)](https://agentmods.dev/skills/hk-hub/agentskills/alipay-payment-integration)
Your own site
<a href="https://agentmods.dev/skills/hk-hub/agentskills/alipay-payment-integration"><img src="https://agentmods.dev/badge/skills/hk-hub/agentskills/alipay-payment-integration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for alipay-payment-integration

Your own site · 80×15
<a href="https://agentmods.dev/skills/hk-hub/agentskills/alipay-payment-integration"><img src="https://agentmods.dev/badge/skills/hk-hub/agentskills/alipay-payment-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,083 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00061 $0.03083
Opus 5 $0.00030 $0.01541
Sonnet 5 $0.00012 $0.00617
Haiku 4.5 $0.00006 $0.00308

Measured 10d ago against content hash 1df3d818ce28, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

alipay-payment-integration scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (install.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

使用 curl 获取内容:
alipay-payment-integration/SKILL.md · 214 lines

How it starts

The opening of the file, as written. The whole thing — 214 lines — stays where its author put it; the contents beside it link to each section on GitHub.

支付宝支付集成

版权声明:本 Skill 内容来源于支付宝(中国)网络技术有限公司官方文档,版权归属支付宝所有。如有疑问可咨询支付宝客服:4007585858

Source: ModelScope Skills - @Alipay/alipay-payment-integration Copyright: Alipay (China) Network Technology Co., Ltd.


简介

支付宝开放平台支付产品接入最佳实践。涵盖当面付、订单码支付、App支付、JSAPI支付、手机网站支付、电脑网站支付、预授权支付、商家扣款等全场景产品选型与集成指导。

适用场景:当用户提到"接入支付宝"、"集成支付宝支付"、"对接支付"、"支付宝收款"、"加个支付功能"、"支付宝下单"、"H5支付"、"小程序支付"、"预授权"、"付款码"、"扫码支付"、"网页支付"、"PC支付"、"周期扣款"、"自动续费"、"会员订阅"、"连续包月"、"代扣"时使用此 Skill。

不适用场景:不用于微信支付、银联支付、支付宝转账、对账、红包等非收单场景。


文档访问规范

所有支付宝支付产品的文档均为在线动态链接,接入前务必先阅读对应产品的在线文档获取最新接口参数和代码示例。

访问方式

使用 curl 获取内容:

# 示例:获取当面付文档
curl -sL "https://ideservice.alipay.com/cms/site/0izcu3"

递归访问

文档页面内包含的链接需要递归访问以获取完整内容。访问流程:

  1. 首先访问主文档 URL
  2. 解析文档中的链接(产品介绍、接入准备、接口文档等)
  3. 递归访问这些链接获取详细内容
# 访问当面付子链接示例
curl -sL "https://ideservice.alipay.com/cms/site/0izal0"   # 产品介绍
curl -sL "https://ideservice.alipay.com/cms/site/0izal1"   # 接入准备

接入路由表

根据用户的业务场景,路由到对应的产品文档:

场景 推荐产品 核心 API 在线文档
线下门店,用户出示付款码,商家扫码枪扫码收款 当面付 alipay.trade.pay 当面付文档
商家生成二维码,用户打开支付宝扫码付款 订单码支付 alipay.trade.precreate 订单码支付文档
手机浏览器 H5 页面内唤起支付宝付款 手机网站支付 alipay.trade.wap.pay 手机网站支付文档
电脑浏览器网页内跳转支付宝收银台 电脑网站支付 alipay.trade.page.pay 电脑网站支付文档
支付宝小程序内调起支付 JSAPI 支付 alipay.trade.create + my.tradePay JSAPI 支付文档
原生 iOS/Android/鸿蒙 App 内调起支付宝付款 App 支付 alipay.trade.app.pay App 支付文档
押金冻结、信用住、免押租赁 预授权支付 alipay.fund.auth.order.app.freeze 预授权支付文档
周期扣款、自动续费、会员订阅、连续包月 商家扣款 alipay.trade.app.pay(支付并签约)+ alipay.trade.pay(后续扣款) 商家扣款文档

Read the full file on GitHub · 214 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 214 lines · 61 tokens per session scan A 1df3d818ce28

Subscribe to this mod's changes

alipay-payment-integration is a skill published in the GitHub repository HK-hub/AgentSkills (6 stars, last pushed 23d ago), licensed MIT. It adds 61 tokens to every session and 3,083 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

shopify-cli

Use when scaffolding a new Shopify app, running Shopify CLI commands (shopify app dev/deploy/generate), configuring shopify.app.toml, generating app extensions (admin/checkout/theme/function), debugging tunnels or auth issues, or working with the official Remix/Node/PHP/Ruby app templates. Trigger on 'shopify app'…

khadinakbarlabs/shopify-app-builder · 140 tokens

shopify-mcp

Use this skill for shopify mcp. Triggers include: 'shopify mcp', 'shopify dev mcp', 'storefront mcp', 'merchant-facing mcp', 'well-known mcp', 'shopify mcp configuration', 'custom mcp shopify', 'agentic commerce', 'shopify agent', 'claude code shopify integration', 'mcp.json', 'shopify mcp setup'.

khadinakbarlabs/shopify-app-builder · 93 tokens

admin-graphql

Build Shopify Admin GraphQL queries and mutations for products, orders, customers, inventory, and more. Covers cost-aware rate limiting, cursor pagination, bulk operations, global resource identifiers, and version-safe API usage.

khadinakbarlabs/shopify-app-builder · 46 tokens

storefront-api

Build customer-facing storefront applications with Shopify Storefront API. Access product catalogs, collections, checkout flows, cart management, and customer accounts using public/private tokens. Includes GraphQL queries, Market directives, Customer Account API, and TypeScript examples. Triggers include: 'storefront…

khadinakbarlabs/shopify-app-builder · 95 tokens

webhooks

Webhook delivery methods, verification, retry behavior, payload handling, and implementation patterns for Shopify events. Triggers include: 'set up webhook', 'verify webhook signature', 'webhook delivery', 'HMAC verification', 'webhook retry', 'event subscription', 'webhook payload', 'AWS EventBridge Shopify', 'Google…

khadinakbarlabs/shopify-app-builder · 77 tokens

admin-rest

Use the legacy REST Admin API only when maintaining an existing integration. Covers common resources, the 40-request bucket with a 2-request-per-second standard restore rate, and migration to GraphQL. New public apps must use the GraphQL Admin API.

khadinakbarlabs/shopify-app-builder · 53 tokens