โ† All skills
Tencent SkillHub ยท Security & Compliance

Near Multi Account Manager

Secure multi-account management for NEAR Protocol with encrypted credential storage, account switching, and balance aggregation.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Secure multi-account management for NEAR Protocol with encrypted credential storage, account switching, and balance aggregation.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
check_deliverable_endpoint.js, check_job.js, package-lock.json, package.json, README.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

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:...

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

Category context

Identity, auth, scanning, governance, audit, and operational guardrails.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts2 Config
  • SKILL.md Primary doc
  • README.md Docs
  • check_deliverable_endpoint.js Scripts
  • check_job.js Scripts
  • package-lock.json Config
  • package.json Config