Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Secure multi-account management for NEAR Protocol with encrypted credential storage, account switching, and balance aggregation.
Secure multi-account management for NEAR Protocol with encrypted credential storage, account switching, and balance aggregation.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
A 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.
๐ Secure Credential Storage - Encrypted storage for multiple NEAR account private keys using AES-256-CBC ๐ Account Switching - Quickly set and switch between active accounts for seamless operations ๐ฐ Balance Management - Check balances for individual accounts or all accounts at once ๐ธ NEAR Transfers - Transfer NEAR between accounts with a single command ๐ Account Summaries - Get comprehensive overviews of all managed accounts including total holdings ๐ Transaction Tracking - View account information and transaction history via NEAR explorer ๐ค Export/Import - Backup and restore account information (private keys excluded for security) ๐๏ธ Account Management - Add, remove, and manage accounts with confirmation safeguards
Developers - Manage multiple testnet and mainnet accounts during development Traders - Track balances across multiple trading accounts Organizations - Manage team accounts with quick switching between them DeFi Users - Monitor and move funds between accounts for yield farming or staking Power Users - Centralized management of NEAR portfolio
Node.js runtime (bundled with OpenClaw) Valid NEAR Protocol account(s) Private key(s) in format: 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();
AES-256-CBC Encryption - All private keys are encrypted at rest Custom Encryption Keys - Set via NEAR_SKILL_KEY environment variable Confirmation Required - Account removal requires explicit confirmation No Key Export - Export functions exclude private keys for security Local Storage - Data never leaves your machine unless explicitly exported
Uses NEAR SDK (near-api-js) for blockchain interactions Supports NEAR mainnet (testnet support available via configuration) Encrypted data stored in ~/.openclaw/skills/near-multi-account-manager/ Active account tracking via separate file for quick access
MIT
Identity, auth, scanning, governance, audit, and operational guardrails.
Largest current source with strong distribution and engagement signals.