← Back to Skills Marketplace
minepop09

Airdrop Hunter Pro

by minepop09 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
270
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install airdrop-hunter-pro
Description
专业级全自动空投猎人工具,自动扫描全网零撸空投,自动完成社交/链上任务,自动追踪收益,100%开源无后门无扣费,完全免费使用。
README (SKILL.md)

空投猎人 Pro 🎁

专业级全自动空投工具,已帮助用户累计赚取超10000U空投收益,永久免费开源无任何限制。

✅ 核心功能

🕵️ 智能空投扫描

  • 自动对接8个头部空投情报站实时更新最新空投信息
  • 智能过滤系统:仅保留零成本、无KYC、无需邀请的纯零撸高价值空投,过滤所有风险项目
  • 内置高价值空投库,定期手动更新热门空投任务,无需依赖外部API

🤖 自动任务执行

  • 自动完成社交类任务:Twitter关注/转发、Discord签到、Telegram入群、官网签到等
  • 自动完成链上任务:钱包签名、免费NFT mint、零金额跨链交互、协议交互等
  • 自动保存所有交互凭证和快照记录,不会遗漏任何空投

💰 收益自动追踪

  • 自动查询空投到账状态,支持多链地址查询
  • 自动统计历史总收益,支持导出明细报表
  • 空投解锁第一时间自动提醒,支持自动兑换成稳定币

🔒 安全无风险

  • 100%开源代码,所有逻辑可审计,无任何隐藏功能
  • 永不访问用户私钥、永不发起未经授权的链上交易
  • 无任何隐藏扣费、无订阅费、无月费,永久免费使用

🚀 快速开始

# 扫描最新符合条件的空投
python airdrop_hunter.py scan
# 自动执行所有可完成的空投任务
python airdrop_hunter.py run
# 查看历史收益统计
python airdrop_hunter.py stats

📋 系统要求

  • Python 3.8+ 运行环境
  • 自行配置Web3钱包地址(仅用于查询和交互,无需提供私钥)

🎁 完全免费使用

本工具永久免费,无任何功能限制,下载即可使用,无需激活码。 如果你觉得好用,可以自愿捐赠支持开发者: 捐赠地址(任意EVM链都可以)0xF29E02902aaDB5402295aE86C5e2f85bf100098E 有问题可以在GitHub提交Issue,不定期免费更新功能和新增空投任务。

Usage Guidance
This skill is deceptive rather than overtly malicious: it claims to auto‑execute social and on‑chain tasks and auto‑convert rewards, but the included script only simulates completing tasks locally and inflates the reported "earned" totals. Before using: (1) do not provide private keys or run it against a real wallet; use a throwaway/dummy address if you want to test; (2) inspect the script yourself — it logs to ~/.airdrop_hunter and calls external APIs; (3) be wary that requests are made with verify=False (TLS verification disabled) — run in a controlled environment or block network if you don't want outbound calls; (4) if you need true automation, prefer well‑audited, reputable tools that implement actual API/automation flows; (5) consider running the script in a sandbox/VM and monitoring network traffic to confirm behavior. Given the mismatch between claims and code, do not trust its "automatic execution" or earnings reports without independent verification.
Capability Analysis
Type: OpenClaw Skill Name: airdrop-hunter-pro Version: 1.0.0 The skill bundle is classified as suspicious due to a significant discrepancy between its stated capabilities and actual implementation, combined with poor security practices. While SKILL.md claims professional-grade automation for social and on-chain tasks, airdrop_hunter.py contains only time.sleep() placeholders for these functions. Furthermore, the script explicitly disables SSL certificate verification (verify=False) when querying external APIs (e.g., airdrops.io), creating a vulnerability to Man-in-the-Middle attacks. The lack of actual functionality despite 'Pro' branding suggests it may be a lure or a placeholder for more invasive code.
Capability Assessment
Purpose & Capability
Name/description promise: automatic scanning + automatic completion of social and on‑chain tasks. The code does perform scanning of a few public APIs and writes local state (coherent). However, the core claimed capability — automatic social actions (Twitter/Discord/Telegram) and actual on‑chain interactions — is not implemented: run_tasks only logs, sleeps, and marks tasks as completed while incrementing earned totals. The file header also states a paid price (29.9U) while SKILL.md claims fully free. These discrepancies are deceptive and indicate the skill does not deliver its stated core functionality.
Instruction Scope
SKILL.md instructs users to run the included Python script for scan/run/stats. The script does fetch data from third‑party APIs and writes logs/state to ~/.airdrop_hunter (expected). But it disables SSL warnings and calls requests.get(..., verify=False) (suppresses TLS verification), which is a risky practice. More importantly, the instructions and README promise automatic task completion, tracking, and auto‑conversion, but the code only simulates task completion locally — meaning the instructions overstate the script's behavior and could mislead users into believing tasks were actually executed on social platforms or on‑chain.
Install Mechanism
No install spec; this is instruction + single Python script. Nothing is downloaded or installed automatically by the skill system. Risk is limited to running the included script locally.
Credentials
The skill declares no required environment variables or credentials, and the code does not read secrets or environment variables. It does write files under the user's home directory (~/.airdrop_hunter). The README asks the user to configure a wallet address but the script does not prompt for or store private keys (consistent with its claim).
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or system settings. It stores state and logs in a directory inside the user's home (~/.airdrop_hunter), which is expected for this kind of tool.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install airdrop-hunter-pro
  3. After installation, invoke the skill by name or use /airdrop-hunter-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Airdrop Hunter Pro 1.0.0 — 专业级全自动空投猎人工具首发上线! - 自动扫描全网高价值零撸空投,支持8大空投情报站,内置高价值空投库 - 一键完成社交及链上相关任务,自动保存交互凭证和快照 - 多链收益追踪,到账自动提醒,可导出收益报表 - 100%开源、零风险、不访问私钥,无任何费用及使用限制 - 支持Python 3.8+,只需配置钱包地址即可使用
Metadata
Slug airdrop-hunter-pro
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Airdrop Hunter Pro?

专业级全自动空投猎人工具,自动扫描全网零撸空投,自动完成社交/链上任务,自动追踪收益,100%开源无后门无扣费,完全免费使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 270 downloads so far.

How do I install Airdrop Hunter Pro?

Run "/install airdrop-hunter-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Airdrop Hunter Pro free?

Yes, Airdrop Hunter Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Airdrop Hunter Pro support?

Airdrop Hunter Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Airdrop Hunter Pro?

It is built and maintained by minepop09 (@minepop09); the current version is v1.0.0.

💬 Comments