← 返回
效率工具 中文

Near Multi Account Manager

Secure multi-account management for NEAR Protocol with encrypted credential storage, account switching, and balance aggregation.
针对NEAR协议的安全多账户管理,支持加密凭证存储、账户切换和余额聚合
shaiss
效率工具 clawhub v1.0.2 1 版本 99802.5 Key: 无需
★ 0
Stars
📥 2,021
下载
💾 17
安装
1
版本
#latest

概述

NEAR Multi-Account Manager

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.

What It Does

  • 🔐 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

Use Cases

  • 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

Requirements

  • Node.js runtime (bundled with OpenClaw)
  • Valid NEAR Protocol account(s)
  • Private key(s) in format: ed25519:...

Usage Examples

Add a NEAR Account

await add_account({
  accountId: "myaccount.near",
  privateKey: "ed25519:4K...",
  name: "Main Wallet"
});

Check All Balances

await get_all_balances();

Transfer NEAR

await transfer({
  to: "recipient.near",
  amount: "5.0"
});

Get Account Summary

await account_summary();

Security Features

  • 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

Technical Details

  • 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

License

MIT

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-03-28 20:17 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,584
developer-tools

Local Approvals

shaiss
本地审批系统,用于管理代理权限。使用 CLI 审批/拒绝请求、查看历史记录并管理自动审批类别。
★ 3 📥 2,112
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,821