From mywallet
Use My Wallet on Claude Code safely for balances, transfer preparation, and approval-aware signing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mywallet:mywallet-approvalsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This runtime skill is generated from the compiled bundle context artifacts below so hosts consume knowledge through their normal staged `skills/` seam.
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.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub mytonwallet-org/mywallet-agents-plugins --plugin mywallet