ETH24

# ETH24 - Daily Topic Digest

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ETH24" with this command: npx skills add patmilkgallon/eth24

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"
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Workout Readiness Check In

Create a same-day workout readiness decision card for users who planned to exercise today but feel tired, sore, stressed, underslept, ill, or uncertain. Use...

Registry SourceRecently Updated
General

URL to Markdown

Convert HTML web pages from HTTP/HTTPS URLs to clean, readable Markdown files with optional batch processing and formatting features.

Registry SourceRecently Updated
General

Appliance Manual Command Card

Assist in creating a one-page appliance command card for tracking maintenance, troubleshooting, warranty info, and repair preparation.

Registry SourceRecently Updated
General

Fireseed Writing Expert

全能小说写作专家,支持从零创作、DNA提取与克隆、风格仿写、一键发布到 fireseed.online。用户可以用自然语言描述需求,系统自动调度子技能完成科学、闭环的写作与发布流程。

Registry SourceRecently Updated