ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

ai-news-daily-v1-0-3

AI 新闻日报 v1.0.3 - 自动抓取全球 AI 行业最新动态,每日推送 10 条精选新闻。支持英文标题/内容自动翻译、400-500 字中文摘要、外部配置 (config.yaml)、失败重试、智能去重。安装后自动创建 OpenClaw 定时任务,每天早上 9:00 自动推送到对话框。用于定时抓取 AI 新闻、RSS 聚合、多语言支持。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aaa2531349/ai-news-daily
Or

What This Skill Does

AI 新闻日报 (ai-news-daily-v1-0-3) is a robust automation agent designed to keep you at the forefront of the rapidly evolving AI landscape. This skill functions as a fully autonomous news aggregator that fetches global AI industry developments from a curated list of high-authority sources. It processes raw data through a multi-stage pipeline: it performs intelligent deduplication to ensure unique content, automatically translates English-language sources into Chinese, and uses an integrated AI module to generate comprehensive 400-500 word summaries for each of the 10 selected news items daily. The output is delivered directly to your OpenClaw interface at 9:00 AM every morning via a managed cron job, ensuring you stay informed without manual overhead.

Installation

To integrate this skill into your environment, use the command line to install it directly from the OpenClaw registry: clawhub install openclaw/skills/skills/aaa2531349/ai-news-daily. After installation, navigate to the skill directory, install the necessary Python dependencies via pip install -r requirements.txt, and run python3 src/daily_fetch.py. The system will automatically configure the required cron scheduling for daily execution. You may modify the config/config.yaml file to adjust the summary length, source concurrency, or retry parameters to suit your specific monitoring needs.

Use Cases

This skill is perfect for AI researchers, developers, tech journalists, and industry professionals who need to maintain situational awareness of breakthroughs in Large Language Models (LLMs), agentic frameworks, and hardware advancements. Instead of scouring dozens of websites manually, you receive a curated daily digest. It is also an excellent tool for content creators looking for inspiration or technical leads who need to stay updated on competitive intelligence within the AI sector.

Example Prompts

  1. "OpenClaw, run the AI news aggregator now and show me the top stories for today."
  2. "Update my AI news config to prioritize high-level research papers from MIT Tech Review."
  3. "Summarize the latest trends from the last 24 hours of AI news pushed by the daily agent."

Tips & Limitations

  • Translation Limitations: The skill utilizes the MyMemory free API by default; for enterprise-grade translation accuracy, consider providing your own DeepL or Baidu API key in the environment variables.
  • Storage Management: The skill maintains a local SQLite database (data/news.db) for deduplication; ensure the storage disk has sufficient space if you intend to run this for extended periods.
  • Error Handling: The agent includes built-in retry logic with exponential backoff. If you encounter frequent network failures, adjust the request_timeout in the configuration file.
  • System Requirements: Ensure python3 is available in your PATH, and you have appropriate write permissions for the skill directory to allow log and database file generation.

Metadata

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-aaa2531349-ai-news-daily": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#ai#news#automation#rss#productivity
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api, code-execution