Install
openclaw skills install sre-news-digestGenerate a categorized and rated news digest from sre.news. Use for creating SRE/DevOps/Solution Architect daily or periodic news summaries with expert scori...
openclaw skills install sre-news-digestGenerate a professionally curated, categorized, and rated news digest from sre.news with a senior SRE/DevOps/Solution Architect perspective.
Run the helper script (path relative to this skill's directory):
python scripts/scrape_sre_news.py [days]
The script outputs a JSON array. Each item contains title, url, source, and optionally date. The days argument filters articles to the requested time range (default: 1 day). If date metadata is unavailable on the page, all articles are returned.
If the script output is incomplete or titles are missing, use the browser to visit https://sre.news directly and collect articles manually. When browsing, capture the original article title, URL, and source/publication name for each item.
Open each article URL and read the content to understand key points, technical depth, and relevance to SRE/DevOps practice. Focus on the article body; avoid following tracker links, ad networks, or unrelated external resources embedded in the page. This step is critical for accurate rating and summarization.
Rate each article from 1 to 5 stars from a senior SRE/DevOps/Solution Architect perspective. Consult the scoring rubric for detailed criteria:
references/scoring-rubric.md
Assign one or two categories to each article. The scoring rubric file also contains the category taxonomy. Create new categories if existing ones do not fit.
Group articles by their primary category in the final output.
Generate the digest in English as a Markdown file. Follow the template structure in:
templates/digest_template.md
Key formatting rules:
## for category headers)Save the output to sre_news_digest.md in the current working directory, or a user-specified path.