返回 Skill 列表
extension
分类: 营销与增长无需 API Key

airdrop-tracker

跟踪CryptoRank最近更新的空投项目(过去3天)。将报告保存在本地,然后发送简洁的Telegram通知。

person作者: jakexiaohubgithub

Airdrop Tracker

Workflow

  1. Scrape: Open https://cryptorank.io/drophunting?rows=50&page=1. Filter projects updated within 3 days (1d, 2d, 3d or equivalent dates). Extract: project name, funding amount, investors, website URL, X link.

  2. Save locally (required): Write to ~/Documents/airdrops/ as airdrops_YYYY-MM-DD.json and airdrops_YYYY-MM-DD.md.

  3. Notify: After saving, ask the user before sending. Use mcp__telegram-notification__send_notification with parse_mode: "HTML".

Telegram Format

🪂 Airdrop Daily - YYYY-MM-DD

Found N recently updated airdrop projects:

1. <a href="WEBSITE_URL">ProjectName</a> - $XXM raised
2. <a href="WEBSITE_URL">ProjectName</a> - $XXM raised
...

Notes

  • Prioritize the top 10 most recent projects.
  • Mark missing funding as "N/A".
  • Retry on page load failures.