Jump to related tools in the same category or review the original source on GitHub.

Health & Fitness @patmilkgallon Updated 2/20/2026

Eth24 OpenClaw Plugin & Skill | ClawHub

Looking to integrate Eth24 into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate health & fitness tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

npx clawhub@latest install eth24

Full SKILL.md

Open original

SKILL.md content below is scrollable.

ETH24 - Daily Topic Digest

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

Pipeline

  1. 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

  2. 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.

  3. 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.

Ranking Guidelines

  • Read config.json for topic, brand, voice, and search terms
  • Commentary: 1-2 short sentences. Tell the reader why this matters. Don't restate the tweet.
  • Be accurate. Don't claim "first" or "biggest" unless certain.
  • No emojis. No emdashes. Use hyphens.
  • Include only stories that are genuinely important. Fewer is better than filler.
  • Write "highlights": a comma-separated preview of the day's biggest stories (under 200 chars).

Output Format

{
  "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"
}
Original Repository URL: https://github.com/openclaw/skills/blob/main/skills/patmilkgallon/eth24
Latest commit: https://github.com/openclaw/skills/commit/3a9e755f7b675340ff631fef4a088f4b8a7ef627

Related skills

If this matches your use case, these are close alternatives in the same category.