Install
openclaw skills install near-multi-account-managerClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Secure multi-account management for NEAR Protocol with encrypted credential storage, account switching, and balance aggregation.
openclaw skills install near-multi-account-managerA secure and comprehensive OpenClaw skill for managing multiple NEAR Protocol accounts. Store credentials, switch between accounts, check balances, transfer NEAR, and track transactions across all your accounts from one unified interface.
ed25519:...await add_account({
accountId: "myaccount.near",
privateKey: "ed25519:4K...",
name: "Main Wallet"
});
await get_all_balances();
await transfer({
to: "recipient.near",
amount: "5.0"
});
await account_summary();
NEAR_SKILL_KEY environment variable~/.openclaw/skills/near-multi-account-manager/MIT