openclaw-automation-recipes
Installation
SKILL.md
OpenClaw 自动化配方
10 个开箱即用的自动化场景。
配方 1:每日新闻摘要
每天早上自动推送新闻摘要。
# ~/.openclaw/automations/daily-news.yaml
trigger:
type: schedule
cron: "0 8 * * *" # 每天 8:00
10 个开箱即用的自动化场景。
每天早上自动推送新闻摘要。
# ~/.openclaw/automations/daily-news.yaml
trigger:
type: schedule
cron: "0 8 * * *" # 每天 8:00