โ† All skills
Tencent SkillHub ยท Developer Tools

Near Faucet

OpenClaw skill for requesting NEAR testnet tokens via faucet. Provides faucet requests, status checking, and balance queries with rate limiting.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

OpenClaw skill for requesting NEAR testnet tokens via faucet. Provides faucet requests, status checking, and balance queries with rate limiting.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
package.json, README.md, scripts/faucet.js, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

NEAR Testnet Faucet Skill

Simple faucet integration for NEAR testnet tokens.

Description

This skill provides easy access to NEAR testnet tokens via faucet requests. Includes rate limiting to prevent abuse.

Features

Request NEAR testnet tokens Check faucet request status Rate limiting per address Simple CLI commands

near-faucet request [account_id]

Request testnet NEAR tokens for an account. Parameters: account_id - NEAR account ID (optional, uses default if configured) Example: near-faucet request myaccount.testnet

near-faucet status [request_id]

Check the status of a faucet request. Parameters: request_id - Request ID to check (optional, shows latest if omitted)

near-faucet balance [account_id]

Check testnet balance for an account.

Configuration

Set your default account via environment variable or config: export NEAR_ACCOUNT="myaccount.testnet"

Installation

The skill is automatically installed in your OpenClaw skills directory.

Rate Limits

1 request per account per 24 hours Maximum 10 NEAR per request Request queue processing time: ~1-5 minutes

References

NEAR Testnet Faucet: https://wallet.testnet.near.org/ NEAR CLI: https://docs.near.org/tools/near-cli

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/faucet.js Scripts
  • package.json Config