From mywallet
Use My Wallet on Claude Code for wallet creation, address lookup, top-up guidance, and first-use balance checks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mywallet:mywallet-onboardingThe 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/onboarding.mdCanonical workflow guidance for chat-first wallet onboarding across supported hosts.
mywallet_status first to inspect restored runtime state.mywallet_create_wallet with the user-provided password.mywallet_create_wallet returns mnemonic-bearing custody material and that they must store it safely.mywallet_get_address for the requested or restored active account and chain.mywallet_get_balances for native balances.mywallet_get_token_balances when fungible-token balances matter.mywallet_wait_for_balances before claiming funds are ready.workflows/approvals.md.npx claudepluginhub mytonwallet-org/mywallet-agents-plugins --plugin mywalletGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.