← Back to Skills Marketplace
shenmeng

Airdrop Hunter

by shenmeng · GitHub ↗ · v1.3.1 · MIT-0
cross-platform ⚠ suspicious
123
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install shenmeng-airdrop-hunter
Description
虚拟币空投撸毛助手。当用户想了解空投项目、追踪潜在空投机会、获取交互教程、评估空投风险、管理多账号操作或查询最新空投资讯时使用。支持Layer 1/2公链、DeFi协议、AI项目、RWA等多种类型空投的分析与策略制定。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install shenmeng-airdrop-hunter
  3. After installation, invoke the skill by name or use /shenmeng-airdrop-hunter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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等多类型项目筛选与分类管理。 - 内置热门项目榜单和详细交互操作指引,随时查找高价值机会。 - 配套工具与脚本覆盖空投项目评分、交互清单、收益计算等场景。 - 明确风险提示与防骗建议,适合新手与进阶用户多账号管理需求。
Metadata
Slug shenmeng-airdrop-hunter
Version 1.3.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Airdrop Hunter?

虚拟币空投撸毛助手。当用户想了解空投项目、追踪潜在空投机会、获取交互教程、评估空投风险、管理多账号操作或查询最新空投资讯时使用。支持Layer 1/2公链、DeFi协议、AI项目、RWA等多种类型空投的分析与策略制定。 It is an AI Agent Skill for Claude Code / OpenClaw, with 123 downloads so far.

How do I install Airdrop Hunter?

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

Is Airdrop Hunter free?

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

Which platforms does Airdrop Hunter support?

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

Who created Airdrop Hunter?

It is built and maintained by shenmeng (@shenmeng); the current version is v1.3.1.

💬 Comments