ai-news-workflow
v0.1.3采集、筛选、分类AI行业新闻,生成中文标题与摘要,基于公司名单与信源导出Excel及Word简报。
Installation
Please help me install the skill `ai-news-workflow` from SkillHub official store.
npx skills add Nighmat1220/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>