near-subaccount

Create, list, delete, and manage NEAR subaccounts with bulk distribution operations.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "near-subaccount" with this command: npx skills add shaiss/near-subaccount

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 <subaccount_name> [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 <subaccount_id> [master_account]

Delete a subaccount.

Parameters:

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

near-subaccount distribute <file.json> [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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

M3U8 Downloader

Download encrypted m3u8/HLS videos using parallel downloads. Use when given an m3u8 URL to download a video, especially encrypted HLS streams with AES-128.

Registry SourceRecently Updated
General

Data Analyst Cn

数据分析助手 - 数据清洗、统计分析、可视化建议。适合:数据分析师、产品经理、运营。

Registry SourceRecently Updated
General

QuantumOS

Install and manage QuantumOS, an AI command center dashboard for OpenClaw. Use when the user wants to set up QuantumOS, start/stop the dashboard, troubleshoo...

Registry SourceRecently Updated