okx-agentic-wallet

Manages wallet authentication, balance queries, and transaction execution across multiple blockchains.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/yikedu7/pawclaw --skill okx-agentic-wallet-yikedu7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: okx-agentic-wallet
Source: https://github.com/yikedu7/pawclaw/tree/main/packages/backend/src/runtime/okx-skills/okx-agentic-wallet
Command: npx skills add https://github.com/yikedu7/pawclaw --skill okx-agentic-wallet-yikedu7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing wallet authentication, balance visibility, and transaction execution across on-chain wallets is complex and error-prone without a cohesive toolset.

Core Features & Use Cases

  • Authentication and OTP verification for wallet access and session management.
  • Authenticated balance access across X Layer, Ethereum, and Solana with per-chain breakdown.
  • Token transfers and smart contract calls with secure signing and transaction history retrieval.
  • Safe workflow routing with validation of chain IDs, addresses, and input data, plus JWT-based security checks.

Quick Start

Log in to my wallet, verify the OTP when prompted, and check my current balance.

Frequently Asked Questions about okx-agentic-wallet

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

FAQPage Schema
How do I manage on-chain wallet authentication and check balances across multiple chains?

On-chain wallet authentication manages multi-chain logins, OTP verification, and balance queries across X Layer, Ethereum, and Solana. It provides a cohesive toolset for secure session management and per-chain balance breakdowns.

How do I execute token transfers and smart contract calls securely on X Layer?

Token transfers and smart contract calls on X Layer require secure signing, chain ID validation, and JWT-based security checks. This workflow routes actions to appropriate components, applying safe defaults to execute transactions securely.

Does this wallet authentication tool support Solana and Ethereum account switching?

Yes, wallet authentication supports Solana, Ethereum, and X Layer. It handles account switching and OTP verification, validating addresses and routing actions to appropriate components while enforcing security checks.

What is the best way to retrieve transaction history for on-chain wallets?

Retrieving transaction history for on-chain wallets is best handled through authenticated sessions with JWT security checks. This ensures safe workflow routing and validates chain IDs before accessing historical transaction data.

Why do I need OTP verification for on-chain wallet login and session management?

OTP verification for on-chain wallet login enforces proper authentication and secures session management. It validates user access before allowing balance queries, token transfers, or contract calls across supported chains.

What are the limitations when making contract calls across different chain IDs?

Contract calls across different chain IDs require strict address and input data validation. Limitations include enforcing JWT-based security checks and routing actions to appropriate components to ensure safe defaults are applied.