Jump to related tools in the same category or review the original source on GitHub.

AI & LLMs @shaiss Updated 6/28/2026 1,631 downloads 0 stars Security: Pass

Near Batch Sender OpenClaw Plugin & Skill | ClawHub

Looking to integrate Near Batch Sender into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate ai & llms tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

ClawHub CLI
openclaw skills install @shaiss/near-batch-sender
Node.js (npx)
npx clawhub@latest install near-batch-sender

Full SKILL.md

Open original
Metadata table.
namedescription
near-batch-senderBatch operations for NEAR tokens - send to multiple recipients, transfer NFTs, claim rewards with cost estimation.

SKILL.md content below is scrollable.

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

ClawHub Registry URL: https://clawhub.ai/shaiss/skills/near-batch-sender

Related skills

If this matches your use case, these are close alternatives in the same category.