okx-a2a-payment

Redirect legacy payment support invocations to the okx-agent-payments-protocol skill.

3|2|Updated May 6, 2020
One-click install
npx skills add https://github.com/Dargon789/coinbase-ethereum-smartcontracts --skill okx-a2a-payment-dargon789
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: okx-a2a-payment
Source: https://github.com/Dargon789/coinbase-ethereum-smartcontracts/tree/main/.agents/skills/okx-a2a-payment
Command: npx skills add https://github.com/Dargon789/coinbase-ethereum-smartcontracts --skill okx-a2a-payment-dargon789

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a legacy alias for payment support, which has been integrated into the 'okx-agent-payments-protocol'. It ensures that legacy invocations referencing the old name are redirected to the updated skill without executing any payment logic.

Core Features & Use Cases

  • Legacy Alias: Serves as a redirect for legacy payment support invocations.
  • Redirect to Updated Skill: Ensures users are directed to the 'okx-agent-payments-protocol' for payment functionality.
  • No Execution of Payment Logic: The stub does not execute any payment logic, only redirects.

Quick Start

Load 'okx-agent-payments-protocol' via the Skill tool to access payment functionality.

Frequently Asked Questions about okx-a2a-payment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I redirect legacy OKX payment support invocations to the updated protocol?▼

Legacy OKX payment support invocations are redirected to the updated okx-agent-payments-protocol skill. The redirect handles legacy alias resolution without executing any payment logic.

What is the okx-a2a-payment alias used for in protocol integration?▼

The okx-a2a-payment alias serves as a legacy redirect for payment support. It directs users to the okx-agent-payments-protocol skill for actual payment functionality without processing payments itself.

Does the legacy OKX payment alias execute payment logic?▼

No, the legacy OKX payment alias does not execute payment logic. It strictly handles legacy alias resolution and redirects invocations to the okx-agent-payments-protocol skill.

How do I access OKX payment functionality after the legacy alias redirect?▼

To access OKX payment functionality, load the okx-agent-payments-protocol skill via the Skill tool. This updated skill contains the actual payment support logic you need to execute.

Why do my legacy OKX payment support calls not process transactions?▼

Legacy OKX payment support calls do not process transactions because they hit a legacy alias stub. You must use the okx-agent-payments-protocol skill to execute the actual payment logic.