← 返回 Skills 市场
shenmeng

Airdrop Hunter

作者 shenmeng · GitHub ↗ · v1.3.1 · MIT-0
cross-platform ⚠ suspicious
123
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install shenmeng-airdrop-hunter
功能描述
虚拟币空投撸毛助手。当用户想了解空投项目、追踪潜在空投机会、获取交互教程、评估空投风险、管理多账号操作或查询最新空投资讯时使用。支持Layer 1/2公链、DeFi协议、AI项目、RWA等多种类型空投的分析与策略制定。
安全使用建议
Key points to consider before installing: - Billing & hard-coded secret: The code contains a hard-coded SkillPay API key inside payment.py and the meta file declares SkillPay env variables. This means the skill will call an external billing endpoint (https://skillpay.me) and may attempt to charge per call. Hard-coded keys are a security/operational risk — they may be leaked, revoked, or abused. Ask the author to remove the embedded key and require the platform to supply credentials via explicitly declared environment variables. - Metadata inconsistency: The registry summary claims no required env vars, but _meta.json and payment.py indicate billing credentials are required. This mismatch could cause surprise billing behavior. Confirm what credentials (if any) you must provide and how payments are authorized. - Network calls: The skill will perform live web searches and call the SkillPay API. If you require an offline or air-gapped environment, this skill is not suitable. - Scripts that automate wallets: The included references and example scripts show patterns (web3, Selenium, prompts to store mnemonics) that could lead users to handle private keys. Never paste your private keys or mnemonics into third-party code or into the skill. Prefer using hardware wallets for any real funds and keep 'action' wallets separate from 'scripting' wallets. - Operational & legal caution: The skill advises techniques for multi-account/anti‑association (fingerprint browsers, residential proxies). Those techniques can be ethically or legally questionable and increase risk of account bans and loss. Consider compliance and terms-of-service implications for services you interact with. Recommended immediate actions: 1. Ask the publisher to explain the billing flow and remove the hard-coded API key (move to a declared env var or platform-managed secret). 2. Require the skill to declare required env vars and present a clear consent/confirmation step before any network charge is attempted. 3. Audit or sandbox the skill: run it in an isolated environment first and monitor outgoing network requests (confirm only skillpay.me and expected web searches are contacted). 4. Never provide private keys or secrets to the skill; treat any requests for mnemonics or private keys as a blocking security issue. If the developer cannot remove the embedded API key and clarify the billing behavior, do not install the skill in production or with any credentials you care about.
功能分析
Type: OpenClaw Skill Name: shenmeng-airdrop-hunter Version: 1.3.1 The skill bundle is a comprehensive assistant for cryptocurrency airdrop hunting, providing project tracking, scoring, and ROI calculation tools. It includes a functional billing integration in 'payment.py' that uses a third-party API (skillpay.me) to manage usage fees, which is clearly disclosed in 'SKILL.md'. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the provided scripts and documentation (e.g., 'monad-tutorial.md', 'project_scorer.py') are consistent with the stated purpose of assisting users in the crypto ecosystem.
能力评估
Purpose & Capability
The skill claims no required environment variables or credentials in the registry summary, but _meta.json and payment.py implement a SkillPay billing integration (price_per_call, SKILLPAY_* env keys). A billing API key is hard-coded in payment.py. Requiring a billing integration is not inherently wrong, but the metadata/declared requirements are inconsistent and the presence of an embedded secret is disproportionate and unexpected for a content/guide-style helper.
Instruction Scope
SKILL.md instructs the agent to fetch live project data from the web and to provide step-by-step guides — that's consistent with its purpose. It also documents the SkillPay charge and tells users to ensure balance. The runtime instructions do not ask the agent to read local private keys or system files, but many reference documents and example scripts encourage automating wallet interactions (Selenium, web3) which, if used, could lead users to supply private keys to external scripts. The skill's own code only reads SKILLPAY_USER_ID from env and calls skillpay.me.
Install Mechanism
No install spec — instruction- and script-only. No downloads or packaged installers. This is lower risk than arbitrary remote installs.
Credentials
Registry metadata above lists no required env vars, but _meta.json lists payment.api_key_env: SKILLPAY_API_KEY and user_id env, and payment.py uses SKILLPAY_USER_ID from the environment while also containing a hard-coded BILLING_API_KEY value. The hard-coded API key (embedded secret) in payment.py is a serious red flag: it may leak the provider's credentials, can break billing expectations, and is inconsistent with the declared 'no required env vars'.
Persistence & Privilege
always:false and no OS restrictions; the skill does not request to be force-enabled, does not modify other skills, and does not request system-level privileges. It will, however, abort execution (SystemExit) if billing check fails which affects availability but not system privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install shenmeng-airdrop-hunter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /shenmeng-airdrop-hunter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.1
SkillPay 付费集成 - 0.01 USDT/次调用
v1.3.0
更新 SkillPay 付费配置 v1.3.0
v1.1.0
添加 SkillPay 付费功能 (0.01 USDT/次)
v1.0.0
Airdrop Hunter 1.0.0 – 空投撸毛助手首发版 - 提供加密货币空投项目一站式分析、筛选、教程、风险评估与策略建议。 - 支持Layer 1/2、DeFi、AI、RWA等多类型项目筛选与分类管理。 - 内置热门项目榜单和详细交互操作指引,随时查找高价值机会。 - 配套工具与脚本覆盖空投项目评分、交互清单、收益计算等场景。 - 明确风险提示与防骗建议,适合新手与进阶用户多账号管理需求。
元数据
Slug shenmeng-airdrop-hunter
版本 1.3.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Airdrop Hunter 是什么?

虚拟币空投撸毛助手。当用户想了解空投项目、追踪潜在空投机会、获取交互教程、评估空投风险、管理多账号操作或查询最新空投资讯时使用。支持Layer 1/2公链、DeFi协议、AI项目、RWA等多种类型空投的分析与策略制定。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。

如何安装 Airdrop Hunter?

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

Airdrop Hunter 是免费的吗?

是的,Airdrop Hunter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Airdrop Hunter 支持哪些平台?

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

谁开发了 Airdrop Hunter?

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

💬 留言讨论