TopRank Skills

Home / Claw Skills / Git / GitHub / Airdrop Shark
Official OpenClaw rules 36%

Airdrop Shark

AirdropAlert Skill SKILL.md

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Airdrop Shark 技能。 若已安装,则直接安装 Airdrop Shark 技能。

Overview

Skill Key
gztanht/airdrop-shark
Author
gztanht
Source Repo
openclaw/skills
Version
-
Source Path
skills/gztanht/airdrop-shark
Latest Commit SHA
109b1d0a4536520c6320c0aba528efca0587c65a

Extracted Content

SKILL.md excerpt

# AirdropAlert Skill - SKILL.md

**🪂 空投提醒技能 - 追踪潜在空投资格,提醒快照和时间**

## 基本信息

```json
{
  "name": "airdrop-shark",
  "version": "0.1.0",
  "description": "空投提醒技能 - 追踪潜在空投资格,提醒快照和时间",
  "author": "@gztanht",
  "license": "MIT"
}
```

## 命令系统

| 命令 | 描述 | 参数 |
|------|------|------|
| `airdrop` | 查看所有空投项目 | `--priority`, `--limit` |
| `eligibility` | 检查空投资格 | `<project>`, `--address` |
| `reminder` | 管理快照提醒 | `add`, `list`, `remove` |

## 功能说明

### 1. 空投项目列表 (`airdrop.mjs`)

显示所有潜在空投项目,包括:
- 项目名称和链
- 预期快照时间
- 预期价值范围
- 交互难度
- 优先级标记

**参数**:
- `--priority [high|medium|low]` - 按优先级筛选
- `--limit N` - 限制显示数量

### 2. 资格检查 (`eligibility.mjs`)

检查用户地址是否符合特定项目的空投资格:
- 交易次数要求
- 使用链数量
- 交易量要求
- 最近活跃度

**参数**:
- `<project>` - 项目名称 (必需)
- `--address <addr>` - 要检查的地址 (可选,默认当前钱包)

### 3. 提醒管理 (`reminder.mjs`)

设置和管理快照时间提醒:
- 添加新提醒
- 查看所有提醒
- 删除已过期提醒

**参数**:
- `add --project <name> --date <YYYY-MM-DD>` - 添加提醒
- `list` - 查看提醒列表
- `remove <id>` - 删除提醒

## 数据源

- 社区整理的空投项目数据库
- 官方公告和项目文档
- 链上数据分析 (未来)

## 输出格式

### 空投列表输出
```
🪂 AirdropAlert - 潜在空投项目

优先级  项目              链           快照时间    预期价值    难度
─────────────────────────────────────────────────────────────────────
🔴 高    LayerZero       多链         2026-Q2     $2000-5000  中
🟡 中    Starknet        Starknet     已完成      $500-2000   低
```

### 资格检查输出
```
✅ LayerZero 资格检查

地址:0x33f9...5ad9
状态:符合条件

要求:
- ✅ 跨链交易 > 5 次
- ✅ 使用 > 3 条不同链
- ✅ 总交易量 > $1000

预期空投:$2000-5000
```

## 定价策略

- **免费版**: 5 次查询/天
- **赞助版**: 0.5 USDT/USDC → 无限查询

## 安全注意事项

技能必须显示安全提示:
- 不要求用户提供私钥
- 不连接用户钱包 (只读地址检查)
- 提醒用户验证官方链...

README excerpt

# AirdropAlert 🪂

**空投提醒技能 - 追踪潜在空投资格,提醒快照和时间**

## 技能信息

- **名称**: AirdropAlert
- **版本**: 0.1.0
- **作者**: @gztanht
- **许可**: MIT
- **GitHub**: https://github.com/gztanht/airdrop-shark
- **ClawHub**: https://clawhub.com/skills/airdrop-shark

## 产品亮点

- 🪂 **空投项目数据库** - 50+ 潜在空投项目
- ✅ **资格要求检查** - 一键检查是否符合条件
- ⏰ **快照时间提醒** - 重要时间点通知
- 📋 **交互指南** - 逐步操作指南
- 💰 **预期价值评估** - 空投代币估值

## 快速开始

```bash
# 查看所有空投项目
node scripts/airdrop.mjs

# 查看高优先级空投
node scripts/airdrop.mjs --priority high

# 检查特定项目资格
node scripts/eligibility.mjs layerzero

# 设置快照提醒
node scripts/reminder.mjs add --project zksync --date "2026-03-20"
```

## 使用示例

### 查看所有空投项目

```bash
$ node scripts/airdrop.mjs

🪂 AirdropAlert - 潜在空投项目

优先级  项目              链           快照时间    预期价值    难度
─────────────────────────────────────────────────────────────────────
🔴 高    LayerZero       多链         2026-Q2     $2000-5000  中
🔴 高    zkSync Era      Ethereum     2026-Q1     $1000-3000  低
🟡 中    Starknet        Starknet     已完成      $500-2000   低
🟢 低    Scroll          Ethereum     2026-Q3     $300-1000   中

💡 提示:node scripts/airdrop.mjs --priority high
```

### 检查资格

```bash
$ node scripts/eligibility.mjs layerzero

✅ LayerZero 资格检查

地址:0x33f9...5ad9
状态:符合条件

要求:
- ✅ 跨链交易 > 5 次
- ✅ 使用 > 3 条不同链
- ✅ 总交易量 > $1000
- ✅ 最近 30 天活跃

预期空投:$2000-5000 (0.2-0.5% 代币供应)
```

### 设置提醒

```bash
$ node scripts/reminder.mjs add --project zksync --date "2026-03-20"

✅ 提醒已设置

项目:zkSync Era
快照时间:2026-03-20 00:00
提醒时间:2026-03-19 20:00 (提前 4 小时)

💡 查看提醒:node scripts/reminder.mjs --list
```

## 命令参考

| 命令 | 功能 |
|------|------|
| `airdrop.mjs` | 查看所有空投项目 |
| `airdrop.mjs --priority high` | 只看高优先级 |
| `eligibility.mjs <project>` | 检查特定项目...

Related Claw Skills

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

carlulsoe

parakeet-stt

★ 0

Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.

carlzhao007

feishu-process-feedback

★ 0

飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。

cartoonitunes

bottyfans

★ 0

BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.

camopel

arxivkb

★ 0

Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.