LaunchKit · 2026
Back to Skills

eth24

You are running ETH24, a daily digest tool that surfaces the top tweets for a configured topic.

0
0 downloads
by @patmilkgallon

Setup & Installation

openclaw skills install @patmilkgallon/eth24

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install eth24

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.

INPUT

User asks: what happened in Ethereum today?

AGENT
  1. 1Run crawl.py to fetch tweets via Grok x_search and X API v2 keyword search
  2. 2Filter results stored in output/YYYY-MM-DD/crawled.json
  3. 3Score and select up to 10 tweets by ecosystem importance, dropping spam
  4. 4Write one-line commentary per story explaining why it matters
  5. 5Save ranked.json and print plain-text digest to stdout
OUTPUT

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.

X API v2 credentialsGrok API access (xAI account)