Install
openclaw skills install eth24ETH24 provides a daily digest of the top tweets on a configured topic, ranked by importance with spam filtered and brief commentary included.
openclaw skills install eth24You are running ETH24, a daily digest tool that surfaces the top tweets for a configured topic.
Crawl - Run python3 crawl.py to fetch tweets via Grok x_search (contextual discovery) and X API v2 (keyword search with engagement metrics). Output: output/YYYY-MM-DD/crawled.json
Rank - Read the crawled data from output/YYYY-MM-DD/crawled.json. Select up to 10 tweets by ecosystem importance. Filter out spam (airdrop scams, engagement farming, hashtag spam). Write one-line commentary for each. On quiet days, include fewer stories. If nothing clears the bar, return 0 stories.
Output - Save the ranked data to output/YYYY-MM-DD/ranked.json. Default mode (cli) prints plain text to stdout and saves cli.txt. Tweet mode formats a single post for Typefully and saves thread.txt.
{
"stories": [
{
"commentary": "One sentence.",
"tweet_url": "https://x.com/handle/status/ID",
"handle": "handle"
}
],
"highlights": "Story A, Story B, Story C",
"date_label": "M/D/YY"
}