ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

ai-twitter-daily

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/danetteceola/ai-twitter-daily
Or

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.

Metadata

Stars3376
Views0
Updated2026-03-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-danetteceola-ai-twitter-daily": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.