AI领域重点企业资讯抓取与简报生成

Workflows

Collect, filter, classify AI industry news, generate Chinese titles and summaries, and export Excel and Word briefs based on company lists and sources.

Install

openclaw skills install ai-news-workflow

AI News Workflow

This skill collects AI industry news (RSS + web pages), filters/deduplicates/classifies them, optionally generates Chinese titles & ~80-char summaries(recommended 60-100,hard cap ~110) via Doubao (Volcengine Ark), and exports Excel tables + a Word briefing.

How to run

  • Entry: skill_entry.py
  • Init (optional): python skill_entry.py --init
  • Run: python skill_entry.py

Inputs

Put these files under ./input/:

  • 企业名单.xlsx
  • source_config.xlsx
  • web_source_config.xlsx (optional)

Outputs

Generated under ./output/:

  • Excel: ./output/excel/
  • Word: ./output/word/

Optional: Ark API

Provide API key via environment variable:

  • ARK_API_KEY

Model can be selected at runtime:

  • python skill_entry.py --model <MODEL_NAME>