discountry/ritmex-skills · Archived

airdrop-tracker

Track recently updated airdrop projects from CryptoRank (last 3 days). Save report locally, then send a concise Telegram notification.

First seen Apr 7, 2026

Installation

$ npx skills add discountry/ritmex-skills --skill airdrop-tracker

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Also in this package

Other skills from discountry/ritmex-skills · top by installs.

npx skills add discountry/ritmex-skills

Browse all from discountry/ritmex-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License ISC
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,062 B
  • docs SUMMARY.md 157 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

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.
  1. Save locally (required): Write to ~/Documents/airdrops/ as airdropsYYYY-MM-DD.json and airdropsYYYY-MM-DD.md.
  1. Notify: After saving, ask the user before sending. Use mcptelegram-notificationsendnotification with parsemode: "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.