← Back to Skills Marketplace
915
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install near-faucet
Description
OpenClaw skill for requesting NEAR testnet tokens via faucet. Provides faucet requests, status checking, and balance queries with rate limiting.
Usage Guidance
This skill appears coherent and low-risk: it only posts to NEAR testnet endpoints and does not request secrets. Before installing, you may (1) review scripts/faucet.js yourself (it is short and readable), (2) confirm the endpoint wallet.testnet.near.org is acceptable for your use, and (3) run it in a sandbox or with a throwaway test account to verify behavior. Be aware the README/SKILL.md claims local rate-limiting and an NEAR_ACCOUNT env var that the script does not implement—rate limits are likely enforced by the faucet server, and the env var is only documentation. If you require stronger guarantees about rate-limiting or auditing, request those features from the author or implement local checks before using the skill autonomously.
Capability Analysis
Type: OpenClaw Skill
Name: near-faucet
Version: 1.0.0
The skill bundle is benign. The `scripts/faucet.js` file makes legitimate HTTPS requests to `wallet.testnet.near.org` for requesting testnet tokens and `rpc.testnet.near.org` for checking account balances, both standard NEAR testnet endpoints. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` or `README.md`. All files align with the stated purpose of providing a NEAR testnet faucet skill.
Capability Assessment
Purpose & Capability
The name/description match the implementation: the script POSTs to wallet.testnet.near.org/api/faucet to request tokens and uses rpc.testnet.near.org to query balances. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md describes CLI commands that align with the code, but it claims local rate limiting ('1 request per account per 24 hours') and a request queue; the included script contains no local rate-limiting or queue logic—rate limiting may be enforced server-side. SKILL.md also documents an optional NEAR_ACCOUNT env var, but the script never reads it. Otherwise instructions are narrow and scoped to faucet/balance operations.
Install Mechanism
This is instruction-only with bundled JS source and package.json; there is no external download/install step, no archive extraction, and no third-party package installation declared. Nothing writes arbitrary remote code during install.
Credentials
The skill declares no required environment variables or credentials (good). SKILL.md mentions NEAR_ACCOUNT as an optional env var, but it's not declared or used by the script—minor documentation/code mismatch. No secrets or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request system-wide configuration changes or access to other skills' credentials. It does not persist additional privileged state or modify other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install near-faucet - After installation, invoke the skill by name or use
/near-faucet - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of near-faucet skill for NEAR testnet tokens.
- Request testnet NEAR tokens with simple CLI commands.
- Check status of faucet requests and token balances.
- Rate limiting: 1 request per account per 24 hours, max 10 NEAR per request.
- Easy configuration and automatic installation with OpenClaw.
Metadata
Frequently Asked Questions
What is Near Faucet?
OpenClaw skill for requesting NEAR testnet tokens via faucet. Provides faucet requests, status checking, and balance queries with rate limiting. It is an AI Agent Skill for Claude Code / OpenClaw, with 915 downloads so far.
How do I install Near Faucet?
Run "/install near-faucet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Near Faucet free?
Yes, Near Faucet is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Near Faucet support?
Near Faucet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Near Faucet?
It is built and maintained by shaiss (@shaiss); the current version is v1.0.0.
More Skills