with one click
mywallet-approvals
// Use My Wallet on Claude Code safely for balances, transfer preparation, and approval-aware signing.
// Use My Wallet on Claude Code safely for balances, transfer preparation, and approval-aware signing.
Use My Wallet on OpenClaw safely for balances, transfer preparation, and approval-aware signing.
Create a fresh test wallet with a provided password, explain receive-side top up only, and avoid swaps, bridges, exchanges, or fiat detours.
Prepare a transfer without executing it, create a runtime approval request, and explain that host confirmation does not replace runtime approval.
Use My Wallet on OpenClaw for wallet creation, address lookup, top-up guidance, and first-use balance checks.
Create a fresh test wallet with a provided password, explain receive-side top up only, and avoid swaps, bridges, exchanges, or fiat detours.
Prepare a transfer without executing it, create a runtime approval request, and explain that host confirmation does not replace runtime approval.
| name | mywallet-approvals |
| description | Use My Wallet on Claude Code safely for balances, transfer preparation, and approval-aware signing. |
This runtime skill is generated from the compiled bundle context artifacts below so hosts consume knowledge through their normal staged skills/ seam.
context/context-manifest.jsoncontext/context.mdheadless/docs/knowledge/workflows/approvals.mdCanonical workflow guidance for approval-aware balance checks, transfer preparation, and signing across supported hosts.
mywallet_status to inspect restored state.mywallet_get_balances for native balances and mywallet_get_token_balances for fungible tokens.mywallet_wait_for_balances before making spending or affordability claims.mywallet_prepare_transfer.mywallet_create_transfer_approval_request.mywallet_get_approval_request or mywallet_list_approval_requests.mywallet_approve_approval_request.mywallet_reject_approval_request.Do not imply host-native approval bypasses for transfers. Only mywallet_approve_approval_request should execute a stored transfer approval request.
mywallet_create_sign_message_approval_request.mywallet_get_approval_request or mywallet_list_approval_requests.mywallet_approve_approval_request only after explicit approval.mywallet_reject_approval_request when approval is denied.Keep signing approval-aware even when the host could show its own confirmation UI.