← 返回 Skills 市场
shaiss

Near Airdrop Hunter

作者 shaiss · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
965
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install near-airdrop-hunter
功能描述
Discover NEAR airdrops, check eligibility, claim rewards, and track claimed airdrops across multiple platforms.
安全使用建议
This skill is lightweight and not actively malicious, but it does not actually automate eligibility API calls or wallet signing/claiming — it prints check/claim URLs and records actions locally. Before installing: 1) understand you will need to complete eligibility checks and claims yourself (wallet signing, visiting the claim URL); 2) inspect ~/.near-airdrop/tracking.json if you care about privacy (it stores account IDs/timestamps in plaintext); 3) verify the claim/check URLs independently (visit official project sites) before using them; 4) if you prefer, run the skill in a restricted environment or review the script source (scripts/airdrop.js is small and readable) before granting broader access.
功能分析
Type: OpenClaw Skill Name: near-airdrop-hunter Version: 1.0.0 The OpenClaw skill 'near-airdrop-hunter' is benign. The `scripts/airdrop.js` file uses `fs` to store local tracking data in `~/.near-airdrop/tracking.json`, which is a standard practice for application data and not indicative of malicious intent. Crucially, despite defining `checkUrl` and `claimUrl` and importing the `https` module, the script explicitly states that eligibility checks and claims must be performed manually by visiting the provided URLs; it does not make any actual network requests to these external endpoints or interact with any blockchain APIs. There is no evidence of data exfiltration, malicious execution, persistence mechanisms beyond local tracking, or prompt injection attempts in `SKILL.md` or `README.md`.
能力评估
Purpose & Capability
The name/description promise discovery, eligibility checking, claiming, and tracking. The code and README implement discovery (listing known airdrop endpoints) and local tracking, but do not perform automated API eligibility queries or wallet signing/claiming — instead they print URLs and instruct the user to complete checks/claims manually. This is coherent but the skill overpromises automation.
Instruction Scope
SKILL.md commands map directly to the CLI implemented in scripts/airdrop.js. Instructions reference only the declared tracking path and public NEAR ecosystem URLs; they do not ask the agent to read unrelated files or exfiltrate data.
Install Mechanism
No install spec is provided (instruction-only). The package contains a small script and README but does not download or execute external archives or installers.
Credentials
The skill requests no environment variables, credentials, or config paths. Wallet signing and credentials are explicitly left to the user; nothing in the package attempts to capture secrets.
Persistence & Privilege
The script stores tracking data in a plain file at ~/.near-airdrop/tracking.json. This is local persistence only (no network exfiltration). Users should be aware that account IDs and timestamps will be stored in plaintext in their home directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install near-airdrop-hunter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /near-airdrop-hunter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of NEAR Airdrop Hunter. - Discover active NEAR airdrops across multiple platforms. - Check user eligibility for specific airdrops. - Claim eligible airdrops seamlessly. - Track claimed airdrops and view full airdrop status per account. - Support for filtering and scanning on different platforms.
元数据
Slug near-airdrop-hunter
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Near Airdrop Hunter 是什么?

Discover NEAR airdrops, check eligibility, claim rewards, and track claimed airdrops across multiple platforms. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 965 次。

如何安装 Near Airdrop Hunter?

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

Near Airdrop Hunter 是免费的吗?

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

Near Airdrop Hunter 支持哪些平台?

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

谁开发了 Near Airdrop Hunter?

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

💬 留言讨论