skills/skills.volces.com/openclaw-automation-recipes

openclaw-automation-recipes

Installation
SKILL.md

OpenClaw 自动化配方

10 个开箱即用的自动化场景。

配方 1:每日新闻摘要

每天早上自动推送新闻摘要。

# ~/.openclaw/automations/daily-news.yaml
trigger:
  type: schedule
  cron: "0 8 * * *"  # 每天 8:00
Installs
5
First Seen
Apr 4, 2026
openclaw-automation-recipes from skills.volces.com