✓ Verified 💻 Development ✓ Enhanced Data

Near Batch Sender

Batch operations for NEAR tokens - send to multiple recipients, transfer NFTs, claim rewards with co

Rating
4.8 (385 reviews)
Downloads
6,556 downloads
Version
1.0.0

Overview

Batch operations for NEAR tokens - send to multiple recipients, transfer NFTs, claim rewards with cost estimation.

Key Features

1

Batch send NEAR to multiple addresses

2

Batch transfer NFTs

3

Batch claim operations

4

Cost estimation before execution

5

Progress tracking for batch operations

Complete Documentation

View Source →

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

Batch send NEAR to multiple recipients.

JSON format:

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

near-batch nft

Batch transfer NFTs.

JSON format:

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

near-batch estimate [type]

Estimate gas costs for a batch operation.

Parameters:

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

near-batch claim

Batch claim rewards/airdrops.

References

  • NEAR CLI: https://docs.near.org/tools/near-cli
  • NEAR Batch Actions: https://docs.near.org/api/rpc/transactions/batch-actions

Installation

Terminal bash

openclaw install near-batch-sender
    
Copied!

💻Code Examples

**JSON format:**

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

**JSON format:**

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

Tags

#ai_and-llms

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author shaiss
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install near-batch-sender