okx-agentic-wallet
okx agentic wallet
What it does
- Token amounts in UI units (1.5 ETH), never base units.
- USD values with 2 decimal places; if < 0.01, show full precision.
- Large amounts in shorthand ($1.2M, $340K); sort holdings by USD value descending.
- In balance/holdings displays, show the abbreviated contract address alongside the symbol (0x1234...abcd); native tokens with empty tokenAddress → (native).
- Recipient validation: EVM 0x-prefixed, 42 chars; Solana Base58, 32–44 chars. Validate before sending.
- Transaction simulation: the CLI runs pre-execution simulation; if executeResult is false → show executeErrorMsg, do NOT broadcast.
- Risk action priority: block > warn > empty (safe). Top-level action = highest priority from riskItemDetail.
Requirements & configuration
- | Token / honeypot (蜜罐 / 貔貅) safety; DApp / URL phishing; tx or signature pre-check; check / list / revoke token approvals (ERC-20 / Permit2) | security |
- 1. Read the matched row's linked file first (per the Intent Routing table) — it carries the flow and the commands you need. Never guess subcommand, flag, or file names.
- Some state-changing commands return confirming (exit code 2) when the backend needs user confirmation. The response carries message (prompt to show) and next (what to do after they confirm).
- Token amounts in UI units (1.5 ETH), never base units.
- No address hallucination: never fabricate a contract address — malicious tokens clone legitimate names. Only use addresses from a token lookup or the user's explicit input.
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
okx-agentic-wallet FAQ
What does the okx-agentic-wallet skill do?
OKX Agentic Wallet — the single skill for the user's wallet and on-chain execution. Use it whenever the user wants to operate their wallet or execute an on-chain action, including: login & accounts, balance / holdings, wallet address / deposit / receive, send / transfer, contract calls (approve / deposit / withdraw), transaction history & status, message signing, wallet export & policy; pay gas with a stablecoin (Gas Station, Solana); swap / trade / buy / sell / convert, get a quote; cross-chain bridge & track arrival; limit orders (buy dip / take profit / stop loss / buy above) plus cancel / list / resume them; broadcast / gas / simulate / track a transaction; look up any public address's holdings; security scanning (token / honeypot 蜜罐 / 貔貅, DApp phishing, tx & signature checks, approvals); audit log. Once matched, follow this skill's Intent Routing to dispatch to the exact action. Token amounts in UI units (1.5 ETH), never base units. USD values with 2 decimal places; if < 0.01, show full precision.
What does okx-agentic-wallet require?
| Token / honeypot (蜜罐 / 貔貅) safety; DApp / URL phishing; tx or signature pre-check; check / list / revoke token approvals (ERC-20 / Permit2) | security | 1. Read the matched row's linked file first (per the Intent Routing table) — it carries the flow and the commands you need. Never guess subcommand, flag, or file names. Some state-changing commands return confirming (exit code 2) when the backend needs user confirmation. The response carries message (prompt to show) and next (what to do after they confirm). Token amounts in UI units (1.5 ETH), never base units. No address hallucination: never fabricate a contract address — malicious tokens clone legitimate names. Only use addresses from a token lookup or the user's explicit input.
How do I install okx-agentic-wallet?
Run: npx -y skills add https://github.com/okx/onchainos-skills --skill okx-agentic-wallet --agent claude-code — the source lives at github.com/okx/onchainos-skills.
Maintain okx-agentic-wallet?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/okx-onchainos-skills-okx-agentic-wallet?ref=badge) npx agentictools info skills/okx-onchainos-skills-okx-agentic-wallet The second line is the CLI lookup for this page — handy in READMEs and docs.