OpenClaw · Skill

Near Batch Sender

Batch operations for NEAR sends, NFT transfers, and claims with cost estimation.

AI & LLMs
v1.0.0
VirusTotal: Suspicious

Install

Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.

Primary command

clawhub install shaiss/near-batch-sender

ClawHub installer

npx clawhub@latest install shaiss/near-batch-sender

OpenClaw CLI

openclaw skills install shaiss/near-batch-sender

Direct OpenClaw install

openclaw install shaiss/near-batch-sender

What this skill does

Batch operations for NEAR sends, NFT transfers, and claims with cost estimation.

Why it matters

Sending tokens to dozens of accounts one transaction at a time is slow and error-prone; batching them with upfront cost estimation reduces both time and the risk of running out of gas mid-operation.

Typical use cases

  • Distributing NEAR tokens to multiple wallets in one operation
  • Airdropping NFTs to a list of recipient accounts
  • Claiming multiple staking rewards or airdrops at once
  • Estimating gas costs before committing to a large batch transfer
  • Paying out community contributors across many NEAR accounts

Source instructions

NEAR Batch Sender Skill

Batch operations for NEAR sends, NFT transfers, and claims with cost estimation.

Description

This skill provides batch operations for sending NEAR tokens, transferring NFTs, and claiming rewards. Includes cost estimation before execution.

Features

  • Batch send NEAR to multiple addresses
  • Batch transfer NFTs
  • Batch claim operations
  • Cost estimation before execution
  • Progress tracking for batch operations

Commands

near-batch send <sender_account> <file.json>

Batch send NEAR to multiple recipients.

JSON format:

{
  "recipients": [
    {"account": "account1.near", "amount": "1.5"},
    {"account": "account2.near", "amount": "0.5"}
  ]
}

near-batch nft <sender_account> <file.json>

Batch transfer NFTs.

JSON format:

{
  "transfers": [
    {"token_id": "123", "receiver": "account1.near", "contract": "nft.near"},
    {"token_id": "456", "receiver": "account2.near", "contract": "nft.near"}
  ]
}

near-batch estimate <sender_account> <file.json> [type]

Estimate gas costs for a batch operation.

Parameters:

  • type - Operation type: send, nft, claim (default: send)

near-batch claim <file.json>

Batch claim rewards/airdrops.

References

Related OpenClaw skills

Browse all →
Featured slot

Your product here

Reserve this slot to reach operators and coding-agent buyers.

Shown where builders are actively comparing tools and deployment options.

Advertise