🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

AI Twitter Daily

by @danetteceola

Generate daily AI Twitter report from top AI researchers and companies. Use when user asks for AI Twitter summary, daily AI news, or wants to track AI commun...

Versionv1.0.0
Downloads905
Stars⭐ 1
TERMINAL
clawhub install ai-twitter-daily

πŸ“– About This Skill


name: ai-twitter-daily description: Generate daily AI Twitter report from top AI researchers and companies. Use when user asks for AI Twitter summary, daily AI news, or wants to track AI community discussions.

AI Twitter Daily Report

Generate comprehensive daily reports tracking AI researchers and companies on Twitter/X.

Setup

Set required environment variables:

export GROK_API_KEY="your-api-key-here"
export GROK_API_URL="https://api.cheaprouter.club/v1/chat/completions"  # optional
export GROK_MODEL="grok-4.20-beta"  # optional

Usage

Run the daily report script:

python3 scripts/daily_report.py

What It Tracks

  • User Interactions: Who replied/retweeted/mentioned whom
  • High-frequency Mentions: AI models, companies, papers, tools, projects, events
  • Hot Topics: AGI timeline, open vs closed source, safety/alignment, embodied AI, multimodal, new architectures, Agent progress
  • Daily Summary: Latest AI developments and discussion highlights
  • Monitored Accounts

    See references/users.txt for the full list of 22+ top AI researchers and organizations.

    Output Format

    Structured Chinese report with tables and bullet points for easy daily tracking.

    πŸ’‘ Examples

    Run the daily report script:

    python3 scripts/daily_report.py
    

    βš™οΈ Configuration

    Set required environment variables:

    export GROK_API_KEY="your-api-key-here"
    export GROK_API_URL="https://api.cheaprouter.club/v1/chat/completions"  # optional
    export GROK_MODEL="grok-4.20-beta"  # optional