Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Batch operations for NEAR tokens - send to multiple recipients, transfer NFTs, claim rewards with cost estimation.
Batch operations for NEAR tokens - send to multiple recipients, transfer NFTs, claim rewards with cost estimation.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Batch operations for NEAR sends, NFT transfers, and claims with cost estimation.
This skill provides batch operations for sending NEAR tokens, transferring NFTs, and claiming rewards. Includes cost estimation before execution.
Batch send NEAR to multiple addresses Batch transfer NFTs Batch claim operations Cost estimation before execution Progress tracking for batch operations
Batch send NEAR to multiple recipients. JSON format: { "recipients": [ {"account": "account1.near", "amount": "1.5"}, {"account": "account2.near", "amount": "0.5"} ] }
Batch transfer NFTs. JSON format: { "transfers": [ {"token_id": "123", "receiver": "account1.near", "contract": "nft.near"}, {"token_id": "456", "receiver": "account2.near", "contract": "nft.near"} ] }
Estimate gas costs for a batch operation. Parameters: type - Operation type: send, nft, claim (default: send)
Batch claim rewards/airdrops.
NEAR CLI: https://docs.near.org/tools/near-cli NEAR Batch Actions: https://docs.near.org/api/rpc/transactions/batch-actions
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.