okx-a2a-payment
okx/onchainos-skills
DEPRECATED — use okx-agent-payments-protocol instead for a2a payment handling.
What is okx-a2a-payment?
This is a deprecated legacy alias that has been merged into okx-agent-payments-protocol. Do not execute payment logic from this stub. If you encounter this skill, immediately load okx-agent-payments-protocol and follow that skill's instructions instead.
- Redirects legacy okx-a2a-payment references to okx-agent-payments-protocol
- Catches outdated invocations by name for backward compatibility
- Routes paymentId, a2a_*, payment-link, and payment-status triggers to the successor skill
How to install okx-a2a-payment
npx skills add https://github.com/okx/onchainos-skills --skill okx-a2a-payment- Load okx-agent-payments-protocol via the Skill tool instead of using this stub
How to use okx-a2a-payment
- 1.Recognize that okx-a2a-payment is deprecated
- 2.Load okx-agent-payments-protocol using the Skill tool
- 3.Follow the instructions in okx-agent-payments-protocol/SKILL.md (Path B) for a2a-pay flows
- 4.Refer to okx-agent-payments-protocol/references/a2a_charge.md for the full create/pay/status playbook
Use cases
- Resolving legacy scripts or transcripts that reference okx-a2a-payment by name
- Ensuring old external documentation links still point to active payment handling
- Maintaining backward compatibility during skill consolidation
- Users with legacy code or documentation referencing okx-a2a-payment
- Teams migrating from the old skill structure to okx-agent-payments-protocol
okx-a2a-payment FAQ
No. This skill is deprecated. Load okx-agent-payments-protocol instead and follow its instructions.
It has been merged into okx-agent-payments-protocol. See that skill's SKILL.md (Path B) and references/a2a_charge.md.
To catch legacy references by name and redirect them to the active skill, ensuring backward compatibility.
None. All paymentId, a2a_*, payment-link, and payment-status triggers now route directly to okx-agent-payments-protocol.
Full instructions (SKILL.md)
Source of truth, from okx/onchainos-skills.
name: okx-a2a-payment
description: "DEPRECATED legacy alias — a2a-pay support has been merged into okx-agent-payments-protocol (see references/a2a_charge.md). This stub exists only so that legacy invocations referencing the old name resolve to a meaningful redirect. If you land here, immediately load okx-agent-payments-protocol via the Skill tool and follow it instead. Do NOT execute any payment logic from this stub. All paymentId / a2a_... / payment-link / payment-status triggers now route directly to okx-agent-payments-protocol (Path B in its SKILL.md)."
license: MIT
metadata:
author: okx
version: "3.3.13"
homepage: "https://web3.okx.com"
deprecated: true
successor: okx-agent-payments-protocol
DEPRECATED — merged into okx-agent-payments-protocol
This skill has been folded into the unified payment dispatcher. The functionality is unchanged; only the entry point has changed.
What to do: load okx-agent-payments-protocol via the Skill tool and follow that skill instead. The a2a-pay flow lives at:
okx-agent-payments-protocol/SKILL.md— Path B (paymentId-based, no 402)okx-agent-payments-protocol/references/a2a_charge.md— full create / pay / status playbook
Why this stub exists: legacy transcripts, scripts, and external docs may still reference okx-a2a-payment by name. This stub catches those references and redirects to the merged skill. It carries no triggers of its own — new conversations mentioning paymentId / a2a_... / "create payment link" / "payment status" route directly to okx-agent-payments-protocol based on that skill's triggers.
Related skills
More from okx/onchainos-skills and the wider catalog.

okx-agent-payments-protocol
Handle HTTP 402 payments and OKX Agent Payments Protocol flows for agents.

okx-agentic-wallet
OKX Agentic Wallet for on-chain operations and Solana Gas Station stablecoin-gas payments.

okx-ai-support
Route users to OKX.AI customer support / Help Center. Use when the user wants to contact support, talk to a human, file a complaint, give feedback, report a system error or bug, or find the FAQ / help docs. Triggers: 'contact support', 'talk to a human', 'customer service', 'file a complaint', 'give feedback', 'help center', 'FAQ', 'user guide', 'system error', 'system bug', 'something is broken', 'find help docs', 'OKX AI support', 'OnchainOS support', 'human agent'.

okx-audit-log
Export and locate audit logs for troubleshooting Onchain OS operations.

okx-dapp-discovery
Route user queries to 20 DeFi protocol plugins (Aave, Uniswap, Lido, Curve, etc.) by DApp name, token, or action verb.

okx-defi-invest
OKX-aggregated DeFi discovery and execution without naming specific protocols.