ton-manage-wallets
Manage multiple TON wallets, import agentic wallets and rotate operator keys. Use when the user wants to switch wallets, list wallets, import an existing wallet, rotate an operator key, or manage their wallet registry.
What this skill does
# TON Wallet Management Manage the local wallet registry and perform advanced agentic wallet operations including import and key rotation. ## MCP Tools ### Wallet Registry | Tool | Required | Optional | | ---- | -------- | -------- | | `list_wallets` | — | — | | `get_current_wallet` | — | — | | `set_active_wallet` | `walletSelector` | — | | `remove_wallet` | `walletSelector` | — | ### Agentic Wallet Management | Tool | Required | Optional | | ---- | -------- | -------- | | `agentic_validate_wallet` | `address` | `network`, `ownerAddress`, `collectionAddress` | | `agentic_list_wallets_by_owner` | `ownerAddress` | `network` | | `agentic_import_wallet` | `address` | `name` | | `agentic_rotate_operator_key` | `walletSelector` | — | | `agentic_complete_rotate_operator_key` | `rotationId` | — | ## Workflows ### Switch Active Wallet 1. Call `list_wallets` to see all stored wallets 2. Call `set_active_wallet` with a `walletSelector` (id, name, or address) 3. Confirm with `get_current_wallet` ### Import Existing Agentic Wallet 1. Call `agentic_validate_wallet` to verify the wallet address and contract 2. Call `agentic_import_wallet` to add it to the registry 3. If the agent needs to sign transactions and no operator key is available, call `agentic_rotate_operator_key` and then `agentic_complete_rotate_operator_key` after the user applies the key change on-chain via the dashboard ### Rotate Operator Key 1. Call `agentic_rotate_operator_key` — generates a new key pair and returns a dashboard URL for the user to apply the change on-chain 2. If local browser or shell tools are available, open the dashboard URL yourself; only send the raw link when automatic opening is unavailable or fails 3. Ask the user only to approve the on-chain key change in their wallet; do not require them to re-paste the URL or type a fixed confirmation phrase 4. Call `agentic_complete_rotate_operator_key` with the `rotationId`; if the chain state has not updated yet, wait briefly and retry instead of forcing extra user input ## Notes - `walletSelector` accepts wallet id, name, or address - For one-off queries, pass `walletSelector` directly to wallet-scoped tools instead of changing the active wallet - Use available shell/browser tools to open dashboard URLs for the user whenever possible - For confirmations and small option sets, prefer the host client's structured confirmation/choice UI when available; otherwise use a short natural-language yes/no prompt and never require an exact magic word - Registry data is stored in `~/.config/ton/config.json` (or `TON_CONFIG_PATH`) - Read tools work with imported agentic wallets that don't yet have an `operator_private_key`; write tools require it - Management tool responses never expose private keys, mnemonics, or API keys - To create a brand new agentic wallet, use the `ton-create-wallet` skill instead
Related in Web3
xaut-trade
IncludedBuy or sell XAUT (Tether Gold) on Ethereum. Supports market orders (Uniswap V3) and limit orders (UniswapX). Wallet modes: Foundry keystore or WDK. Delegates non-XAUT intents to registered skills (e.g. Polymarket prediction markets, Hyperliquid trading). Triggers: buy XAUT, XAUT trade, swap USDT for XAUT, sell XAUT, swap XAUT for USDT, limit order, limit buy XAUT, limit sell XAUT, check limit order, cancel limit order, XAUT when, create wallet, setup wallet, polymarket, prediction market, bet on, odds on, hyperliquid, perp, perpetual, long, short, open long, open short, close position, leverage.
qfc-openclaw-skill
IncludedQFC blockchain interaction — wallet, faucet, chain queries, staking, epoch & finality, AI inference
gate-dex-trade
IncludedExecutes on-chain token swaps via Gate DEX. Use when user wants to swap, buy, sell, exchange, or convert tokens, or bridge cross-chain. Covers full swap flow: price quotes, transaction build, signing, and submission. Do NOT use for read-only data lookups or wallet account management.
hunch
IncludedDiscover, bet on, track, and settle Hunch prediction markets in natural language. Trigger when a user wants to bet, take a position, or get odds on a crypto outcome — token market-cap milestones and flips, launchpad races (Bankr vs pump.fun volume / #1-days / launches over a cap), token head-to-head outperformance, mcap strike-ladders, and up/down price rounds. Also trigger on "what can I bet on about $TOKEN", "odds on …", "take YES/NO on …", "show my Hunch bets", "did my market resolve". Settles in USDC on Base via x402 (≤ $10 / bet); every bet returns an on-chain proof.
opensea
IncludedQuery NFT data, trade on the Seaport marketplace, and swap ERC20 tokens across Ethereum, Base, Arbitrum, Optimism, Polygon, and more.
polymarket
IncludedTrade on Polymarket prediction markets (CLOB V2) from a Privy EOA wallet. Search markets, place/cancel orders, manage positions. No private key handling. Use when the user wants to bet on event outcomes (e.g. "buy YES at 0.65 on the ceasefire market", "what are my open positions", "close my Trump bet").