Install
openclaw skills install ai-newsletter-chn-for-hermesGenerate a daily AI news newsletter for a Chinese audience from fresh web sources. Return the newsletter body and article summaries in Simplified Chinese.
openclaw skills install ai-newsletter-chn-for-hermesUse for current AI/ML news, releases, research, funding, product launches, model updates, regulation, benchmarks, or practitioner-relevant developments.
Do not use for evergreen explainers, non-AI topics, or long-form research that is not meant to become a curated newsletter.
Resolve inputs.
target_news_count=20, search_query="latest AI news today", search_time_window_days=2, max_search_results=60, min_articles_required=10, include_domains=[], exclude_domains=["youtube.com","reddit.com","facebook.com","x.com","twitter.com"], summary_model="host-default", max_scrape_retries=2.target_news_count 1..50, search_time_window_days 1..14, max_search_results 20..120, min_articles_required 1..50, max_scrape_retries 0..5.min_articles_required > target_news_count, set it to target_news_count.Search and filter.
web_search with search_query."{search_query} generative AI LLM model open source enterprise".Rank.
target_news_count * 2 candidates.Fetch, verify, summarize.
target_news_count verified items are collected.max_scrape_retries + 1 times with web_fetch.Fallback.
min_articles_required, run one fallback search with "AI news today machine learning model release funding research".Finalize.
title, url, domain, summary, source_query, and numeric relevance_score.target_news_count.newsletter_items, markdown_newsletter, and json_newsletter.Accept items only if:
Record warnings for failed URLs, short reasons, and whether fallback search was used.
markdown_newsletter:
json_newsletter:
datequerycountarticleswarningsReturn the newsletter body and all article summaries in Simplified Chinese. Preserve all source metadata unchanged (title, url, domain, published_at, relevance_score, source_query).