Token导航 LogoToken导航TokenDH.com
前端设计执行命令github未标认证来源可访问许可证需确认审计提醒

tap-to-pay-on-iphoneTAP TO PAY ON iPhone 命令行

Agent Skill

tap-to-pay-on-iphone 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

428

周安装

18

GitHub Stars

6

下载量

150
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:tap-to-pay-on-iphone(TAP TO PAY ON iPhone 命令行)
来源仓库:https://github.com/ios-agent/iosagent.dev
仓库路径:skills/tap-to-pay-on-iphone
安装命令:
npx skills add https://github.com/ios-agent/iosagent.dev --skill tap-to-pay-on-iphone
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/ios-agent/iosagent.dev --skill tap-to-pay-on-iphone

简介

tap-to-pay-on-iphone 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合围绕仓库状态、代码变更或协作事项进行整理和分析。
  • 通过 GitHub API 或相关接口获取协作数据,支持进一步核验具体用法。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网或命令执行操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Tap to Pay on iPhone — Skill

What is Tap to Pay on iPhone?

Tap to Pay on iPhone lets payment apps accept contactless payments — from contactless credit/debit cards, Apple Pay, Apple Watch, and other digital wallets — directly on an iPhone, with no external terminal or hardware required. Transactions are encrypted and processed via the Secure Element; Apple never sees what is purchased or who buys it.

Beyond payments, Tap to Pay also supports:

  • Card validation without charging — adding a card on file for recurring payments, or looking up a previous purchase for refunds without a receipt.
  • NFC loyalty/discount/points cards — reading Apple Wallet passes independently of, or alongside, a payment transaction. Merchants can also prompt Apple Pay customers to join their loyalty program during checkout.

Integration Steps (for app developers)

Building Tap to Pay into a payment app follows five steps:

  1. Choose a PSP that supports Tap to Pay on iPhone in the target region. The PSP processes payments and provides the certified terminal configuration loaded onto the merchant's device. See references/regions-and-psps.md for the full list.
  2. Request the entitlement from Apple via the Tap to Pay on iPhone Entitlement Request Form.
  3. Integrate the ProximityReader API (import ProximityReader) and/or the PSP's SDK into the app. API docs: ProximityReader.
  4. Follow the Human Interface Guidelines for Tap to Pay on iPhone: HIG.
  5. Submit the app for review. Ensure compliance with the App Review Guidelines: Payments.

ProximityReader API — Key Concepts

The ProximityReader framework provides:

  • PaymentCardReader — presents the system payment sheet showing amount, merchant name, and category icon; reads contactless payment cards.
  • PaymentCardReadResult — the encrypted payment data returned to the PSP for processing.
  • Loyalty pass reading — can read NFC passes independently of, at the same time as, or instead of a payment card.

The PSP is responsible for all certifications and security requirements. The developer's responsibility is to integrate the API correctly, handle the results, and hand them off to the PSP's backend.

Merchant Setup (no code needed)

For a merchant to start accepting Tap to Pay, they:

  1. Download a supported payment app from the App Store.
  2. Accept terms and conditions on-device.
  3. Enable their device to be configured (provisioned by the PSP).
  4. Start accepting payments immediately.

Payment Flow — How Transactions Work

  1. Merchant opens the payment app and enters the purchase amount.
  2. The system payment sheet appears showing amount, merchant name, and category icon.
  3. The customer holds their contactless card horizontally, or their iPhone/Apple Watch/other device, near the top of the merchant's iPhone (the tap area).
  4. A "Done" checkmark confirms the transaction is complete.

PIN Entry

Some markets (especially in Europe) require Online or Offline PIN for certain card types. Tap to Pay on iPhone supports PIN entry with built-in accessibility options — audible instructions guide the customer to draw or tap their PIN. If a card cannot complete a contactless PIN transaction, the merchant should ask for an alternative card or digital wallet.

Marketing Guidelines

When marketing Tap to Pay on iPhone, these rules apply (see references/marketing-guidelines.md for full details):

  • Always use the full name "Tap to Pay on iPhone" — never shorten to "Tap to Pay" and never include "Apple" in the name.
  • Only use Apple-approved marketing assets from the official Toolkit.
  • Do not create custom videos, illustrations, photography, or stock imagery depicting the feature.
  • Do not create illustrations or icons depicting iPhone or Tap to Pay on iPhone.
  • All PR announcements mentioning Tap to Pay on iPhone must be submitted to Apple for review before publishing (allow several weeks).
  • Only market when the feature is in full general availability in your app.

Key Resources

Reference Files

  • references/regions-and-psps.md — Full list of countries and supported PSPs with SDK links. Read this when the user needs to know which PSPs are available in a specific country.
  • references/marketing-guidelines.md — Detailed marketing dos and don'ts, toolkit access, and asset types. Read this when the user is planning marketing campaigns.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.97%
按下载量换算57

Claude

30.62%
按下载量换算46

Cursor

18.74%
按下载量换算28

Gemini CLI

9.5%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/ios-agent/iosagent.dev --skill tap-to-pay-on-iphone 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills