okx-agentic-wallet

Automate wallet login, balance queries, token transfers, and smart contract calls.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Agentic Wallet skill centralizes on-chain wallet operations—authentication, balance queries, token transfers, and smart contract calls—so developers can automate secure wallet workflows.

Core Features & Use Cases

  • Manage wallet lifecycle: login, verify OTP, add/switch accounts, and check status.
  • View balances across multiple chains, drill into per-token details, and perform transfers or contract calls.
  • Use cases include onboarding new wallets, automated PnL dashboards, and programmatic transaction scripting with safety checks.

Quick Start

Log in to the wallet, then run a balance check to see assets across supported chains.

Frequently Asked Questions about okx-agentic-wallet

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

FAQPage Schema
How do I automate wallet login and balance checks across multiple on-chain networks?

To automate wallet login and balance checks, you can use the Agentic Wallet skill to validate login status, route actions to correct commands, and query token balances across multiple chains including Solana programs.

Can I execute smart contract calls and token transfers programmatically with safety checks?

You can execute smart contract calls and token transfers programmatically by routing actions through this skill, which enforces security, validates token-type handling, and resolves proper chain routing during the transaction.

What is the best way to manage the lifecycle of an agentic wallet for automated transaction scripting?

The best way to manage an agentic wallet lifecycle for automated transaction scripting is to centralize operations, allowing you to verify OTPs, add or switch accounts, and enforce safety checks before initiating contract interactions.

Does this wallet automation approach support multi-chain scenarios across on-chain and Solana programs?

Yes, this wallet automation approach supports multi-chain scenarios by enabling authentication flows, balance checks, and contract interactions across both standard on-chain environments and Solana programs.

How do I build an automated PnL dashboard using on-chain wallet balances?

You can build an automated PnL dashboard by using this skill to query real-time wallet balances across supported chains, drill into per-token details, and programmatically feed asset data into your dashboard workflow.

Why does my automated token transfer fail during chain resolution and token-type handling?

Automated token transfers often fail during chain resolution if the wallet login status is invalid or token-type handling is mismatched, requiring the skill to enforce security checks and validate the correct chain before routing.