Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
OpenClaw skill for requesting NEAR testnet tokens via faucet. Provides faucet requests, status checking, and balance queries with rate limiting.
OpenClaw skill for requesting NEAR testnet tokens via faucet. Provides faucet requests, status checking, and balance queries with rate limiting.
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.
Simple faucet integration for NEAR testnet tokens.
This skill provides easy access to NEAR testnet tokens via faucet requests. Includes rate limiting to prevent abuse.
Request NEAR testnet tokens Check faucet request status Rate limiting per address Simple CLI commands
Request testnet NEAR tokens for an account. Parameters: account_id - NEAR account ID (optional, uses default if configured) Example: near-faucet request myaccount.testnet
Check the status of a faucet request. Parameters: request_id - Request ID to check (optional, shows latest if omitted)
Check testnet balance for an account.
Set your default account via environment variable or config: export NEAR_ACCOUNT="myaccount.testnet"
The skill is automatically installed in your OpenClaw skills directory.
1 request per account per 24 hours Maximum 10 NEAR per request Request queue processing time: ~1-5 minutes
NEAR Testnet Faucet: https://wallet.testnet.near.org/ NEAR CLI: https://docs.near.org/tools/near-cli
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.