Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
ETH24 fetches and ranks tweets on a configured topic using Grok x_search and X API v2, then outputs a curated daily digest. It filters spam, adds editorial commentary, and formats results for CLI reading or Typefully thread publishing.
Combining Grok contextual discovery with X API v2 engagement metrics surfaces relevant tweets that keyword search alone would miss.
When to use it
- Tracking daily Ethereum ecosystem news without reading raw Twitter
- Publishing a morning digest thread to Typefully from ranked tweets
- Monitoring a niche crypto topic for signal vs noise
- Building a repeatable daily briefing for a newsletter or community
- Reviewing yesterday's top tweets on a project or protocol
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: what happened in Ethereum today?
- 1Run crawl.py to fetch tweets via Grok x_search and X API v2 keyword search
- 2Filter results stored in output/YYYY-MM-DD/crawled.json
- 3Score and select up to 10 tweets by ecosystem importance, dropping spam
- 4Write one-line commentary per story explaining why it matters
- 5Save ranked.json and print plain-text digest to stdout
A ranked list of up to 10 tweets with commentary and a highlights summary under 200 chars
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.