Install
openclaw skills install clawfeed-digestFetch ClawFeed AI news digests (4h/daily/weekly) and save them automatically to a specified Obsidian directory with flexible CLI options.
openclaw skills install clawfeed-digest抓取 ClawFeed AI 新闻简报,写入 Obsidian 知识库
# 安装依赖
pip install requests
# 获取今日日报
python scripts/fetch_clawfeed.py
# 获取 4h 简报
python scripts/fetch_clawfeed.py -t 4h
--type, -t: 简报类型 (4h, daily, weekly)--limit, -l: 获取数量--output, -out: 输出目录{
"name": "每日 AI 新闻简报",
"schedule": "0 17 * * *",
"payload": {
"message": "运行 python ~/.openclaw/skills/clawfeed-digest/scripts/fetch_clawfeed.py"
}
}