Agent skill · AI & Agents

okx-agentic-wallet

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 /

Internet Court1,389★ · +222/wk · 1 repos on radarProfile →
claude-codecodexNOASSERTION
Install
npx skills add internet-court/internet-court-skill --skill okx-agentic-wallet --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 27
SKILL.md size: 8 KB
Bundled scripts: none
Version: 4.2.1
Declared author: okx
Path: vendored/okx/okx-agentic-wallet/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,536 · +147 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Onchain OS Wallet Unified wallet skill driving the `onchainos` CLI: wallet lifecycle, Gas Station, DEX swap, cross-chain bridge, limit-order strategy, transaction gateway, public-address portfolio, security scanning, and audit log. ## Intent Routing Match the user intent to a row, then **read that row's linked file first** — it holds the flow. Read only the matched file; do not load other rows' files. Each file links its own deeper files (cli-reference, troubleshooting) at the bottom via explicit links — open those when the flow needs them; never construct a file path yourself. | User Intent | Reference | | --- | --- | | Sign in / connect / OTP verify / API-Key login / logout; add / switch account; login status | [wallet](references/wallet.md) | | My wallet address / QR code; check my (logged-in) balance / holdings | [wallet](references/wallet.md) | | Send / transfer native or ERC-20 / SPL tokens | [wallet](references/wallet.md) | | Call a contract (approve / deposit / withdraw / custom function) | [wallet](references/wallet.md) | | Transaction history / tx detail / order status; sign a message (personalSign / EIP-712) | [wallet](references/wallet.md) | | Policy / spending limit

What's inside
Steps it walks through
  1. Intent Routing
  2. Pre-flight Checks
  3. Build the Command
  4. Chain Name Support
  5. Confirming Response
  6. Amount Display Rules
  7. Security & Global Notes
Ships with 24 files
  • LICENSE
  • _shared/chain-support.md
  • _shared/preflight.md
  • references/audit-log.md
  • references/bridge-cli-reference.md
  • references/bridge-troubleshooting.md
  • references/bridge.md
  • references/gas-station-troubleshooting.md
  • references/gas-station.md
  • references/gateway-cli-reference.md
  • references/gateway.md
  • references/portfolio-cli-reference.md
  • references/portfolio.md
  • references/security-cli-reference.md
  • references/security.md
  • references/strategy-cli-reference.md
  • references/strategy.md
  • references/swap-cli-reference.md
  • references/swap-troubleshooting.md
  • references/swap.md
  • references/wallet-cli-reference.md
  • references/wallet-mev-protection.md
  • references/wallet-plugin-preflight.md
  • references/wallet-portal-actions.md
first 24 of 27
More from internet-court-skill
All skills →
About this skill
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 /

How do I install it?

Run `npx skills add internet-court/internet-court-skill --skill okx-agentic-wallet --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From internet-court/internet-court-skill, a repository with 1,536 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going