near-multi-account

0
0
Source

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

Install

mkdir -p .claude/skills/near-multi-account && curl -L -o skill.zip "https://mcp.directory/api/skills/download/8193" && unzip -o skill.zip -d .claude/skills/near-multi-account && rm skill.zip

Installs to .claude/skills/near-multi-account

About this skill

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

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

9521,094

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

846846

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

571700

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

548492

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

673466

fastapi-templates

wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

514280

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.