Install
openclaw skills install news-brief-automationBuild, refine, or maintain recurring news-digest workflows that periodically collect items from sources such as Hacker News, GitHub Trending, Hugging Face, RSS feeds, blogs, and specific news sites; deduplicate against the newest prior report; save a Markdown brief in the workspace; and send the same summary to the user. Use when asked to set up scheduled news checks, daily/weekly digests, trend briefings, cron prompt files, or reusable report automation for “check news and send me a summary” tasks.
openclaw skills install news-brief-automationTurn ad-hoc “go check the news and summarize it” work into a repeatable automation made of:
automation/cron/reports/automation/cron/<job-name>.md.reports/<topic>/.Each recurring prompt should explicitly define:
Use direct instructions. Avoid fuzzy wording like “make it good” or “summarize nicely”.
Prefer primary index pages first, then open individual links only when context is missing.
Common defaults:
newestPrioritize items that are:
For technical audiences, bias toward:
Always inspect the newest report in the target report folder.
Keep only:
Drop or compress:
If most candidates repeat prior coverage, explicitly publish an incremental short edition.
Prefer Markdown with:
Keep tone concise and opinionated enough to be useful.
Use this layout unless the user asks otherwise:
automation/cron/<job-name>.md
reports/<topic>/YYYY-MM-DD.md
reports/<topic>/YYYY-MM-DD-HH00.md
Use date-only filenames for once-per-day reports. Use hour-stamped filenames for multiple runs per day.
Use when the user wants one higher-signal summary per day.
Recommended traits:
Use when the user wants multiple updates per day.
Recommended traits:
Use when combining 2-4 complementary sources like GitHub + Hugging Face + HN.
Recommended traits:
When converting an existing one-off prompt into a reusable workflow:
references/ so SKILL.md stays lean.Before packaging or publishing:
SKILL.md concise and trigger-focusedreferences/references/examples.md for concrete example automations.references/templates.md for reusable cron prompt templates.