← Back to Skills Marketplace
965
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install near-airdrop-hunter
Description
Discover NEAR airdrops, check eligibility, claim rewards, and track claimed airdrops across multiple platforms.
Usage Guidance
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.
Capability Analysis
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`.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install near-airdrop-hunter - After installation, invoke the skill by name or use
/near-airdrop-hunter - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Near Airdrop Hunter?
Discover NEAR airdrops, check eligibility, claim rewards, and track claimed airdrops across multiple platforms. It is an AI Agent Skill for Claude Code / OpenClaw, with 965 downloads so far.
How do I install Near Airdrop Hunter?
Run "/install near-airdrop-hunter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Near Airdrop Hunter free?
Yes, Near Airdrop Hunter is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Near Airdrop Hunter support?
Near Airdrop Hunter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Near Airdrop Hunter?
It is built and maintained by shaiss (@shaiss); the current version is v1.0.0.
More Skills