ai-news-collector

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

AI News Collector

AI新闻收集器

This skill provides workflows and tools to collect, filter, and summarize the latest developments in the AI industry across major platforms.
此技能提供工作流和工具,用于在各大平台收集、筛选并总结AI行业的最新动态。

Core Capabilities

核心能力

  • GitHub Trending: Extract trending AI/ML repositories, new tools, and open-source models.
  • X (Twitter) Updates: Gather updates from key AI researchers, organizations, and trending AI hashtags.
  • News Aggregation: Summarize top AI headlines from tech news sources.
  • Digest Generation: Compile the collected information into a structured, easy-to-read markdown digest.
  • GitHub热门仓库:提取热门AI/ML仓库、新工具和开源模型。
  • X(Twitter)动态:收集关键AI研究者、机构的更新以及热门AI话题标签内容。
  • 新闻聚合:汇总科技新闻来源中的顶级AI头条。
  • 简报生成:将收集到的信息整理成结构化、易读的Markdown简报。

Workflows

工作流

1. Generating a Daily AI Digest

1. 生成每日AI简报

When a user requests a daily AI news summary, follow this process:
  1. Information Gathering:
    • MUST RESTRICT SEARCH TO THE LAST 7 DAYS. Use explicit date filters (e.g., in
      curl
      or
      web_search
      ) to ensure no news or repositories older than one week are included.
    • Use the web search tool to find the current GitHub trending repositories (filter by spoken language or programming language like Python/Jupyter Notebook).
    • Search for recent AI news using queries like "AI news today", "latest artificial intelligence developments", or specific topics (e.g., "OpenAI news", "new LLM releases").
    • If applicable and accessible, search for trending AI discussions on X (Twitter).
  2. Filtering & Curation:
    • Filter out noise and generic news.
    • Focus on: New model releases, significant open-source projects, major industry announcements, breakthrough research, and trending developer tools.
    • STRICTLY exclude any items older than 7 days.
  3. Formatting the Digest:
    • Use the template provided in
      references/digest-template.md
      to structure the output.
    • Group items logically (e.g., Open Source & GitHub, Industry News, Research & Papers).
    • Provide brief, 1-2 sentence summaries for each item.
    • MANDATORY: Every single news item, repository, paper, or tweet MUST include its original source URL as a markdown link
      [Link](url)
      .
当用户请求每日AI新闻摘要时,请遵循以下流程:
  1. 信息收集:
    • 必须将搜索范围限制在最近7天内。使用明确的日期过滤器(例如在
      curl
      web_search
      中)确保不包含任何超过一周的新闻或仓库。
    • 使用网页搜索工具查找当前GitHub热门仓库(按使用语言或编程语言如Python/Jupyter Notebook筛选)。
    • 使用“今日AI新闻”、“人工智能最新动态”或特定主题(例如“OpenAI新闻”、“新LLM发布”)等关键词搜索近期AI新闻。
    • 若可行且可访问,搜索X(Twitter)上的热门AI讨论内容。
  2. 筛选与整理:
    • 过滤无效信息和通用新闻。
    • 重点关注:新模型发布、重要开源项目、重大行业公告、突破性研究以及热门开发者工具。
    • 严格排除任何超过7天的内容。
  3. 简报格式化:
    • 使用
      references/digest-template.md
      中提供的模板构建输出内容。
    • 按逻辑分组内容(例如:开源与GitHub、行业新闻、研究与论文)。
    • 为每个内容提供1-2句话的简短摘要。
    • 强制要求:每一条新闻、仓库、论文或推文必须包含原始来源的URL,以Markdown链接格式
      [链接](url)
      呈现。

2. Deep Dive on a Specific AI Topic

2. 特定AI主题深度挖掘

If the user asks for news about a specific sub-field (e.g., "What's new in AI image generation?"):
  1. Adjust search queries to focus strictly on that niche.
  2. Structure the response to highlight the most impactful recent developments in that specific area.
  3. Ensure all links and 7-day time limits are strictly applied.
如果用户询问特定细分领域的新闻(例如:“AI图像生成领域有什么新动态?”):
  1. 调整搜索关键词,严格聚焦该细分领域。
  2. 结构化响应内容,突出该领域近期最具影响力的动态。
  3. 严格遵守所有链接要求和7天时间限制。

Best Practices

最佳实践

  • Freshness (Critical): Always verify that the news or repositories are actually recent (Strictly within the last 7 days). Discard anything older.
  • Conciseness: Avoid long articles; extract the core value proposition of a new tool or the main takeaway of a news item.
  • Categorization: Well-organized digests are much easier to read than flat lists.
  • Citations (Critical): Always include URLs to the original source (GitHub repo, news article, or tweet). A report item without a source link is considered invalid.
  • 时效性(关键):始终验证新闻或仓库是否为近期内容(严格限制在最近7天内)。丢弃任何过期内容。
  • 简洁性:避免冗长内容;提取新工具的核心价值主张或新闻的主要要点。
  • 分类:结构清晰的简报比扁平列表更易阅读。
  • 引用(关键):始终包含原始来源的URL(GitHub仓库、新闻文章或推文链接)。无来源链接的报告内容视为无效。

Available Resources

可用资源

  • Template: See
    references/digest-template.md
    for the standard output format.
  • 模板:请查看
    references/digest-template.md
    获取标准输出格式。