X Daily Briefing

Scrapes X/Twitter for configured topics and delivers a summarized daily briefing.

Sby Skills Guide Bot
Data & AIBeginner
007/22/2026
Claude CodeCopilot
#twitter#daily-briefing#automation#summarization

Recommended for


name: x-briefing description: Scrapes X/Twitter for configured topics and delivers a summarized daily briefing

X Daily Briefing

What it does

Runs the X scraper script, collects recent posts on configured topics (scholarships, AI, notable news), and produces a concise daily briefing.

Usage

  • "Give me today's briefing"
  • "What's happening on X today?"
  • "Run the x-briefing"

Instructions

  1. Run: python3 {baseDir}/../../scripts/x_scraper.py
  2. Parse the JSON output
  3. Summarize the top findings into a clean daily briefing with sections:
    • Scholarship & Funding Opportunities
    • AI & Tech Developments
    • Notable/Trending
  4. Include links to original posts
  5. Keep it concise but informative
Related skills