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.
npx skills add HK-hub/AgentSkills --skill alipay-payment-integrationgit clone --depth 1 https://github.com/HK-hub/AgentSkillsWrote 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.
[](https://agentmods.dev/skills/hk-hub/agentskills/alipay-payment-integration)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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 获取内容: 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"
递归访问
文档页面内包含的链接需要递归访问以获取完整内容。访问流程:
- 首先访问主文档 URL
- 解析文档中的链接(产品介绍、接入准备、接口文档等)
- 递归访问这些链接获取详细内容
# 访问当面付子链接示例
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(后续扣款) |
商家扣款文档 |
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.
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.
- 10d ago First seen · 214 lines · 61 tokens per session scan A 1df3d818ce28
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.
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'…
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'.
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.
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…
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…
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.