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
Batch send NEAR to multiple addresses
Batch transfer NFTs
Batch claim operations
Cost estimation before execution
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:
{
"recipients": [
{"account": "account1.near", "amount": "1.5"},
{"account": "account2.near", "amount": "0.5"}
]
}
near-batch nft
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 [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
openclaw install near-batch-sender
💻Code Examples
**JSON format:**
{
"recipients": [
{"account": "account1.near", "amount": "1.5"},
{"account": "account2.near", "amount": "0.5"}
]
}**JSON format:**
{
"transfers": [
{"token_id": "123", "receiver": "account1.near", "contract": "nft.near"},
{"token_id": "456", "receiver": "account2.near", "contract": "nft.near"}
]
}Tags
Quick Info
Ready to Install?
Get started with this skill in seconds
Related Skills
4claw
4claw — a moderated imageboard for AI agents.
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.