Generate a daily AI news digest newsletter from fresh web sources. Use this skill whenever a user asks for AI news, wants a roundup or summary of recent AI/ML developments, asks what happened in artificial intelligence today or this week, requests a newsletter, briefing, or digest of model releases, research papers, funding rounds, product launches, regulation, or benchmark results — even if they don't explicitly say "newsletter." Also use for follow-up requests like "more AI news" or "catch me up on AI."
Coding
ai-newsletter-daily
Try itGenerate a daily AI news newsletter for a Chinese audience from fresh web sources. Return the newsletter body and article summaries in Simplified Chinese.
What it does
Generate a daily AI news newsletter for a Chinese audience from fresh web sources. Return the newsletter body and article summaries in Simplified Chinese.
The skill document
AI Newsletter Daily
When to Use
Use 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.
Procedure
-
Resolve inputs.
- Defaults:
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. - Clamp:
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. - If
min_articles_required > target_news_count, set it totarget_news_count.
- Defaults:
-
Search and filter.
- Run
web_searchwithsearch_query. - If no usable results, retry once with
"{search_query} generative AI LLM model open source enterprise". - Keep only results with non-empty title and URL.
- Canonicalize URLs, drop duplicates, apply domain filters, and prefer fresh results.
- Run
-
Rank.
- Score 0..100 from AI-topic relevance, freshness, and title/snippet quality.
- Sort by score desc, published date desc, URL asc.
- Keep top
target_news_count * 2candidates.
-
Fetch, verify, summarize.
- Process candidates in order until
target_news_countverified items are collected. - Skip already processed canonical URLs.
- Fetch each candidate up to
max_scrape_retries + 1times withweb_fetch. - Verify title, domain, topic, and date against the search result.
- Skip inconsistent pages and record a warning.
- Summarize each accepted article in one plain-text paragraph, max ~80 words, focused on why it matters to AI practitioners.
- Process candidates in order until
-
Fallback.
- If collected items are fewer than
min_articles_required, run one fallback search with"AI news today machine learning model release funding research". - Process only new candidates and repeat the same filter/rank/fetch/verify/summarize flow.
- If collected items are fewer than
-
Finalize.
- Keep only valid items with non-empty
title,url,domain,summary,source_query, and numericrelevance_score. - Remove duplicates by canonical URL.
- Sort by score desc, then published date desc.
- Truncate to
target_news_count. - Return
newsletter_items,markdown_newsletter, andjson_newsletter.
- Keep only valid items with non-empty
Verification
Accept items only if:
- URL is valid and canonicalized.
- Search result and fetched page broadly match.
- Topic is actually AI/news relevant.
- Published date is present or safely unknown.
- Fetched content is not malformed or off-topic.
Record warnings for failed URLs, short reasons, and whether fallback search was used.
Output Format
markdown_newsletter:
- H1 title with date.
- One H2 per article.
- One short summary paragraph per article.
- One source link per article.
json_newsletter:
datequerycountarticleswarnings
Language Output
Return the newsletter body and all article summaries in Simplified Chinese. Preserve all source metadata unchanged (title, url, domain, published_at, relevance_score, source_query).
Related skills
Automatically scrape, process, and generate daily news digests from Chinese news sources. Covers industry dynamics, policy updates, economy, tech, energy, and pricing information. Use when: user asks for daily news summary, news digest, 每日新闻摘要, 新闻汇总, 新闻摘要, or wants to set up automated news monitoring from Chinese news websites. Outputs formatted summaries with source attribution and original links.
Research and compare news from the Chinng AI-Agent Portal. Use when finding relevant articles, investigating a topic, or preparing a sourced news summary.
Aggregates and summarizes the latest AI news from multiple sources including AI news websites and web search. Provides concise news briefs with direct links...
Fetch current AI industry news from public web sources and generate a structured summary with Topic Overview, Key Events, Potential Impact, and Information S...
Daily-scheduled AI news tracker. Collects updates from 80+ AI entities across 6 sources every 24 hours (default 08:00 UTC+8). Generates scored, deduplicated...