meme-scout

Installation
SKILL.md

Meme Scout

This skill provides workflows for finding and analyzing trending meme coins on decentralized exchanges.

Trending Tokens Discovery

Timeframes Available

How to Fetch Trending Data

  1. Use curl to fetch the HTML from the appropriate URL
  2. Extract the __SERVER_DATA from the script tag using sed
  3. Parse the JSON with Node.js VM to get the pairs array
  4. Each pair contains: baseToken (name, symbol, address), priceUsd, priceChange (m5, h1, h6, h24), volume, liquidity, etc.
Installs
182
GitHub Stars
28
First Seen
Jan 29, 2026
meme-scout — kukapay/crypto-skills