okx

Route OKX user intents to vendor onchainos CLI skills.

3|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill okx-pieverse-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: okx
Source: https://github.com/Pieverse-Eng/purrfect-skills/tree/main/okx
Command: npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill okx-pieverse-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates OKX-related user intents into a single domain router that classifies requests and dispatches them to vendor-specific onchainos CLI skills, removing ambiguity about which tool to call and enforcing credential and pre-flight checks before any action runs.

Core Features & Use Cases

  • Routes token research, price and kline queries, holder and cluster analysis, smart-money signals, meme/trenches scans, and security checks to precise vendor skills.
  • Orchestrates trading flows (quote → approve → swap → broadcast), wallet lifecycle operations (login, balance, send, contract-call), and x402 payment signing while enforcing safety rules and user confirmations.
  • Use cases: research a token and get a swap quote, inspect a public wallet portfolio, run security scans before executing a trade, or sign payment-gated requests using x402 with TEE-backed signing.

Quick Start

Ask for OKX token research, market data, or a swap and include the token name or contract address, desired amount, and target chain.

Frequently Asked Questions about okx

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

FAQPage Schema
How do I route OKX wallet operations and token research across multiple chains?

Routing OKX token research requires the onchainos CLI to be available, classifying your intent to dispatch to the correct vendor skill. You must provide a token name or contract address, desired amount, and target chain to get market data or swap quotes.

How do I execute a secure token swap using OKX market data?

To execute an OKX token swap, the skill orchestrates a complete trading flow from quote to approve, swap, and broadcast. It enforces vendor safety rules and user confirmations throughout the process to ensure secure transaction broadcasting.

Do I need API keys to perform OKX wallet operations and swaps?

Yes, OKX wallet operations and swaps require OKX_API_KEY, OKX_SECRET_KEY, and OKX_PASSPHRASE for write flows. The skill prompts for any missing credentials and enforces pre-flight checks before executing read or write operations.

Can I run security scans before executing an OKX token swap?

Yes, you can run security scans before executing an OKX token swap. The skill routes security checks to precise vendor skills, allowing you to inspect tokens and execute trades safely across supported chains like Ethereum and Solana.

How do I sign x402 payment-gated requests with an OKX wallet?

Signing x402 payment-gated requests with an OKX wallet is handled by routing the intent to the vendor onchainos CLI skill. The process utilizes TEE-backed signing to securely authorize payment-gated requests after credential validation.