Toolverse
All skills

near-subaccount

by openclaw

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

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend
Views
4

About this skill

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

How to use

  1. Zainstaluj NEAR CLI i upewnij się, że masz skonfigurowany dostęp do swojego konta głównego. Ustaw zmienną środowiskową NEAR_ACCOUNT na wartość swojego konta (np. export NEAR_ACCOUNT="myaccount.near"), aby uniknąć podawania go w każdym poleceniu.

  2. Aby utworzyć nowe subkonto, użyj polecenia near-subaccount create z nazwą subkonta i opcjonalnie kontem głównym. Przykład: near-subaccount create wallet myaccount.near utworzy subkonto wallet.myaccount.near.

  3. Jeśli chcesz wyświetlić wszystkie istniejące subkonta pod swoim kontem, wykonaj near-subaccount list z identyfikatorem konta. Polecenie wylistuje wszystkie subkonta powiązane z danym kontem.

  4. Aby rozprowadzić tokeny NEAR do wielu subkont jednocześnie, przygotuj plik JSON zawierający tablicę subkont pod kluczem "subaccounts". Każdy wpis powinien zawierać pełny identyfikator subkonta (np. wallet1.myaccount.near).

  5. Uruchom near-subaccount distribute z ścieżką do pliku JSON i opcjonalną kwotą NEAR do wysłania każdemu subkontu (domyślnie 0.1 NEAR). Polecenie automatycznie przetworzy transfer do wszystkich subkont z listy.

  6. Aby usunąć subkonto, użyj near-subaccount delete z pełnym identyfikatorem subkonta i opcjonalnie kontem głównym. Upewnij się, że masz wystarczające saldo na koncie głównym do pokrycia kosztów transakcji.

Related skills

postgresql-psql

by timelessco

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and

Backend
34173

scientific-writing

by K-Dense-AI

Write scientific manuscripts. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), abstracts, for research papers and journal submissions.

Backend
47191

clickup

by civitai

Interact with ClickUp tasks and documents - get task details, view comments, create and manage tasks, create and edit docs. Use when working with ClickUp task/doc URLs or IDs.

Backend
2483

context-optimizer

by openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs

Backend
2964

himalaya

by openclaw

CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

Backend
35108

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109