🧪 Skills

Near Faucet

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

v1.0.0
❤️ 0
⬇️ 718
👁 1
Share

Description


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

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

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

Reviews (0)

Sign in to write a review.

No reviews yet. Be the first to review!

Comments (0)

Sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Compatible Platforms

Pricing

Free

Related Configs