openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Airdrop Alert

Monitor and track potential crypto airdrops. Get alerts for new airdrop opportunities. Never miss an airdrop again!

通信与消息

作者:eddie @alexbrc20

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 201 · 1 current installs · 1 all-time installs

0

安装量(当前) 1

🛡 VirusTotal :良性 · OpenClaw :可疑

Package:alexbrc20/airdrop-alert

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :可疑

OpenClaw 评估

The skill's description promises Telegram alerts and CLI interactions, but the shipped code does not implement Telegram or the claimed interfaces and yet the skill requires a TELEGRAM_BOT_TOKEN — these mismatches are suspicious and should be clarified before installing.

目的

Name/description promise monitoring + Telegram alerts. Declared requirements include TELEGRAM_BOT_TOKEN and curl. The included Python script only prints simulated airdrop data and does not implement Telegram alerts, webhook/curl usage, or the CLI commands described in SKILL.md. Requiring a Telegram token is not justified by the actual code.

说明范围

SKILL.md documents CLI commands (/airdrop-hunter new, check, alert) and feature behaviors (alerts, eligibility checks). The runtime code provides mock list_airdrops() and check_eligibility() functions but no CLI entrypoints, no argument parsing, and no code to send alerts to Telegram or any external endpoint. The instructions give the agent broad-sounding responsibilities (alerts, multi-account, automatic tasks) that are not reflected in the c…

安装机制

No install spec is provided (instruction-only plus a single Python file). That minimizes installer risk because nothing is pulled from remote URLs or installed automatically. However, the presence of a code file means the script will run locally if invoked.

证书

The skill requires TELEGRAM_BOT_TOKEN, but the Python file does not read any environment variables or use Telegram APIs. Asking for a secret credential that the code doesn't use is disproportionate and could be an attempt to collect a token or reflects sloppy/unfinished coding.

持久

always is false and the skill does not request any elevated or persistent system privileges. It does not modify other skills or system-wide settings in the provided materials.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Airdrop Alert」。简介:Monitor and track potential crypto airdrops. Get alerts for new airdrop opportu…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/alexbrc20/airdrop-alert/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: airdrop-alert
version: 1.0.0
description: |
  Monitor and track potential crypto airdrops.
  Get alerts for new airdrop opportunities.
  Never miss an airdrop again!
metadata:
  openclaw:
    emoji: 🪂
    requires:
      env:
        - TELEGRAM_BOT_TOKEN
      bins:
        - python3
        - curl
  pricing:
    type: freemium
    free:
      description: "每日 5 个空投提醒"
      limits:
        dailyAlerts: 5
    pro:
      price: 1.99
      currency: USD
      period: monthly
      description: "无限空投提醒,早期项目优先"
      features:
        - "无限空投提醒"
        - "早期项目优先通知"
        - "空投资格检测"
        - "任务清单自动生成"
        - "多账户管理"
        - "预期价值评估"
---

# 🪂 Airdrop Hunter - 空投监控器

Track and monitor crypto airdrop opportunities.

## Features

- 🔍 Discover new airdrops early
- 📋 Auto-generate task lists
- 💰 Estimate airdrop value
- 📱 Telegram alerts
- 🎯 Eligibility checker

## Usage

```bash
# Check new airdrops
/airdrop-hunter new

# Check eligibility
/airdrop-hunter check <wallet_address>

# Set alerts
/airdrop-hunter alert --min-value 100
```