← 返回 Skills 市场
270
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install airdrop-hunter-pro
功能描述
专业级全自动空投猎人工具,自动扫描全网零撸空投,自动完成社交/链上任务,自动追踪收益,100%开源无后门无扣费,完全免费使用。
使用说明 (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,不定期免费更新功能和新增空投任务。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install airdrop-hunter-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/airdrop-hunter-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Airdrop Hunter Pro 1.0.0 — 专业级全自动空投猎人工具首发上线!
- 自动扫描全网高价值零撸空投,支持8大空投情报站,内置高价值空投库
- 一键完成社交及链上相关任务,自动保存交互凭证和快照
- 多链收益追踪,到账自动提醒,可导出收益报表
- 100%开源、零风险、不访问私钥,无任何费用及使用限制
- 支持Python 3.8+,只需配置钱包地址即可使用
元数据
常见问题
Airdrop Hunter Pro 是什么?
专业级全自动空投猎人工具,自动扫描全网零撸空投,自动完成社交/链上任务,自动追踪收益,100%开源无后门无扣费,完全免费使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 270 次。
如何安装 Airdrop Hunter Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install airdrop-hunter-pro」即可一键安装,无需额外配置。
Airdrop Hunter Pro 是免费的吗?
是的,Airdrop Hunter Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Airdrop Hunter Pro 支持哪些平台?
Airdrop Hunter Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Airdrop Hunter Pro?
由 minepop09(@minepop09)开发并维护,当前版本 v1.0.0。
推荐 Skills