ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

X News Daily

Skill by airbai

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/airbai/x-news-daily
Or

name: x-news-daily description: Fetch top 10 trending news from X.com for any keyword, generate full-screen Canvas poster with Chinese summaries and send to user. Supports custom keywords. Triggers: (1) User requests X news briefing (2) Daily scheduled task (3) Manual trigger. Default keyword: OpenClaw. Auto-translates news titles to Chinese and adds summaries. description_zh: 抓取 X.com 上指定关键词的热门新闻 Top 10,使用 Canvas 生成全屏精美海报并发送给用户。支持自定义关键词,默认关键词为 OpenClaw。会自动将新闻标题翻译成中文并添加摘要。

X News Daily (X 新闻每日简报)

English

Fetch top 10 trending news from X.com for any keyword, generate a beautiful full-screen Canvas poster with Chinese summaries, and send to user.

Features

  • Custom Keywords: Support any keyword search (e.g., "NBA", "上海F1", "AI")
  • Auto Translation: Translate English titles to Chinese automatically
  • Smart Summaries: Add 1-2 sentence summary for each news item
  • Beautiful Design: Full-screen Canvas poster with ClawHub-inspired color scheme
  • Multi-Platform: Send as file to any IM (QQ, Telegram, Discord, WeChat)

Triggers

  • User says "X新闻简报", "X News", "Daily Brief"
  • User specifies keyword like "X新闻简报 NBA", "X News AI"
  • Scheduled cron task

Steps

  1. Get keyword from user or use default "OpenClaw"
  2. Visit X.com search results page (f=top for trending)
  3. Extract top 10 news with titles, summaries, and engagement stats
  4. Translate titles to Chinese
  5. Generate full-screen HTML poster
  6. Save HTML to file named with current date (e.g., "2026-03-14.html")
  7. Open HTML in Chrome using file:// protocol (NOT http), fullscreen kiosk mode
  8. Use macOS screencapture command to take screenshot
  9. If page scrolls, capture full page or scroll and capture multiple parts
  10. Send screenshot to user using appropriate tag (QQ: <qqimg>, Telegram: image, etc.)

HTML Poster Design (instead of Canvas)

  • Use full-screen HTML template for better rendering
  • Background: Light gray gradient (#f8f9fa → #e9ecef)
  • Card: White (#ffffff) with subtle shadow
  • Accent color: Red (#e63946) - matching OpenClaw theme
  • Headlines: 28px bold, dark black (#212529) for readability
  • Summaries: 20px gray (#6c757d)
  • Bottom: Skill URL + Powered by OpenClaw

Metadata

Author@airbai
Stars4473
Views0
Updated2026-05-01
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-airbai-x-news-daily": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.