← 返回 Skills 市场
shaiss

Near Faucet

作者 shaiss · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
915
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install near-faucet
功能描述
OpenClaw skill for requesting NEAR testnet tokens via faucet. Provides faucet requests, status checking, and balance queries with rate limiting.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install near-faucet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /near-faucet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug near-faucet
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Near Faucet 是什么?

OpenClaw skill for requesting NEAR testnet tokens via faucet. Provides faucet requests, status checking, and balance queries with rate limiting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 915 次。

如何安装 Near Faucet?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install near-faucet」即可一键安装,无需额外配置。

Near Faucet 是免费的吗?

是的,Near Faucet 完全免费(开源免费),可自由下载、安装和使用。

Near Faucet 支持哪些平台?

Near Faucet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Near Faucet?

由 shaiss(@shaiss)开发并维护,当前版本 v1.0.0。

💬 留言讨论