← 返回
效率工具 中文

Near Subaccount

Create, list, delete, and manage NEAR subaccounts with bulk distribution operations.
创建、列出、删除及管理 NEAR 子账户,并支持批量分发操作。
shaiss
效率工具 clawhub v1.0.1 1 版本 99689.8 Key: 无需
★ 0
Stars
📥 1,607
下载
💾 24
安装
1
版本
#latest

概述

NEAR Subaccount Manager Skill

Create and manage NEAR subaccounts easily.

Description

This skill provides tools to create, list, and delete NEAR subaccounts. Also includes bulk operations for distributing NEAR tokens to multiple subaccounts.

Features

  • Create subaccounts
  • List all subaccounts under an account
  • Delete subaccounts
  • Bulk distribute NEAR to multiple subaccounts
  • Clean command-line interface

Commands

near-subaccount create [master_account]

Create a new subaccount.

Parameters:

  • subaccount_name - Name of the subaccount (without .master.account)
  • master_account - Master account (optional, uses default)

Example:

near-subaccount create wallet myaccount.near
# Creates: wallet.myaccount.near

near-subaccount list [account_id]

List all subaccounts under an account.

Parameters:

  • account_id - Account to list subaccounts for (optional, uses default)

Example:

near-subaccount list myaccount.near

near-subaccount delete [master_account]

Delete a subaccount.

Parameters:

  • subaccount_id - Full subaccount ID to delete
  • master_account - Master account (optional, uses default)

near-subaccount distribute [amount]

Bulk distribute NEAR from master account to subaccounts listed in a JSON file.

Parameters:

  • file.json - JSON file with subaccount list
  • amount - NEAR amount to send each (default: 0.1)

JSON format:

{
  "subaccounts": [
    "wallet1.myaccount.near",
    "wallet2.myaccount.near",
    "wallet3.myaccount.near"
  ]
}

Configuration

Set your default account:

export NEAR_ACCOUNT="myaccount.near"

Requirements

  • NEAR CLI installed and configured
  • Master account with sufficient balance for creating subaccounts (~0.1 NEAR each)

References

  • NEAR CLI: https://docs.near.org/tools/near-cli
  • Subaccount docs: https://docs.near.org/concepts/account/subaccounts

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-28 23:15 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Local Approvals

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

Nano Pdf

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

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,140