← All skills
Tencent SkillHub · Communication & Collaboration

Near Subaccount

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

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

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

⬇ 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
package.json, README.md, scripts/subaccount.js, 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.1

Documentation

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

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

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

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

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/subaccount.js Scripts
  • package.json Config