Aggregates and summarizes the latest AI news from multiple sources including AI news websites and web search. Provides concise news briefs with direct links...
编程
Industry News Summary
试用Fetch current AI industry news from public web sources and generate a structured summary with Topic Overview, Key Events, Potential Impact, and Information S...
它能做什么
Fetch current AI industry news from public web sources and generate a structured summary with Topic Overview, Key Events, Potential Impact, and Information Sources. Use when: user requests a daily AI industry update or summary. Uses the web_search tool with a query for today's AI news.
技能文档
Industry News Summary Skill
Generate structured daily AI industry news summaries.
When to Use
✅ USE this skill when:
- "Give me today's AI industry news summary"
- "What's happening in AI today?"
- "Summarize recent AI industry updates"
- "Daily AI industry brief"
Key Output Sections
- Topic Overview - High-level summary of major AI trends today
- Key Events - List of significant AI industry events
- Potential Impact - Short-term effects of key events
- Information Sources - List of public web sources used
Commands
Run Skill (Daily Summary)
openclaw skill industry-news-summary run
Raw Command
# Uses web_search to get today's AI news, then formats
web_search --query "today's AI industry news" --count 5 | jq '[.[] | {topic_overview: "Today\'s AI news includes advancements in LLMs and computer vision", key_events: [] as $events, potential_impact: [], sources: [] as $sources} | .key_events += [{"title": .title, "source": .url}]]'
Implementation Notes
- Uses the
web_searchtool (no API key required) - Default query: "today's AI industry news"
- Limits results to top 5 to keep summary concise
- Structured output requires all 4 mandatory sections
- Caches summary to
memory/YYYY-MM-DD-ai-summary.mdfor future reference
Quick Test
# Generate a sample summary
web_search --query "today's AI industry news" --count 3 | \
jq '{
"topic_overview": "Today's AI industry news includes LLM product launches, computer vision research breakthroughs, and regulatory updates.",
"key_events": [
{"title": "Major LLM Provider Updates Pricing Model", "source": "[1]"}
],
"potential_impact": "Pricing changes may impact small businesses' AI adoption.",
"information_sources": [
"TechCrunch",
"VentureBeat"
]
}'
相关技能
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."
按需获取全球 AI 资讯,并将其转化为技术雷达、投研简报或知识库笔记。
多角度新闻研究与竞争情报,综合后输出为 Agent 可直接消费的简报。
Create a structured global tech news briefing by running web searches for top tech trends, company announcements, and AI/quantum headlines. Returns a summary...
Generate a daily AI news newsletter for a Chinese audience from fresh web sources. Return the newsletter body and article summaries in Simplified Chinese.