返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
n

near-subaccount

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
1,048
下载量
0
收藏
概述
安装方式
版本历史

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:** ```bash 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:** ```bash 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:** ```json { "subaccounts": [ "wallet1.myaccount.near", "wallet2.myaccount.near", "wallet3.myaccount.near" ] } ``` ## Configuration Set your default account: ```bash 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 near-subaccount-1776339731 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 near-subaccount-1776339731 技能

通过命令行安装

skillhub install near-subaccount-1776339731

下载 Zip 包

⬇ 下载 near-subaccount v1.0.1

文件大小: 3.72 KB | 发布时间: 2026-4-17 14:29

v1.0.1 最新 2026-4-17 14:29
- Initial release of near-subaccount skill.
- Create, list, and delete NEAR subaccounts from the command line.
- Support for bulk NEAR token distribution to multiple subaccounts via JSON file.
- Clean and simple command-line interface.
- Optional parameters for master account and amount customization.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部