ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

near-airdrop-hunter

Discover NEAR airdrops, check eligibility, claim rewards, and track claimed airdrops across multiple platforms.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/shaiss/near-airdrop-hunter
Or

NEAR Airdrop Hunter Skill

Discover, check eligibility, and claim NEAR airdrops automatically.

Description

This skill helps you discover active NEAR airdrops, check eligibility for specific airdrops, claim eligible airdrops, and track claimed airdrops across multiple platforms.

Features

  • Discover active NEAR airdrops
  • Check eligibility for airdrops
  • Claim eligible airdrops
  • Track claimed airdrops
  • Multiple platform scanning

Commands

near-airdrop discover [platform]

Discover active airdrops.

Parameters:

  • platform - Filter by platform (optional: aurora, ref, all)

near-airdrop check <account_id> <airdrop_id>

Check eligibility for an airdrop.

Parameters:

  • account_id - NEAR account to check
  • airdrop_id - Airdrop to check eligibility for

near-airdrop claim <account_id> <airdrop_id>

Claim an eligible airdrop.

Parameters:

  • account_id - NEAR account to claim for
  • airdrop_id - Airdrop to claim

near-airdrop list [account_id]

List claimed airdrops for an account.

near-airdrop track [account_id]

Track all airdrops with their status.

Configuration

Tracking data is stored in ~/.near-airdrop/tracking.json.

Notes

  • Airdrop availability varies by protocol
  • Some airdrops require holding specific tokens
  • Check eligibility before claiming
  • Always verify airdrop legitimacy

References

Metadata

Author@shaiss
Stars1054
Views0
Updated2026-02-16
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-shaiss-near-airdrop-hunter": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.