Back to Registry
View Author Profile
Official Verified
AI-NEWS
当需要梳理某段时间内AI行业重要新闻时,可以调用使用这个技能。
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/gyifei/ai-news-researchOr
AI-NEWS skill
When to use this skill
当需要梳理某段时间内AI行业细分领域重要新闻时,可以调用使用这个技能。
How to extract text
- 从用户消息中提取 2 个核心信息:
- 查询时间段(用户指定的时间范围);
- 特定板块(用户指定的某个细分领域,如“模型” /“算力”/“硬件”/“AI应用”等);
- 用 web_fetch 直接抓的网页数据以收集并梳理指定时间段内特定AI行业细分领域重要新闻
- 整理数据并返回,格式要求:
- 开头明确“细分领域 + 时间”(如“算力 2026年2月16-22日 重要新闻”);
- 核心信息:具体公司/领域、事项情况、预计影响;
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-gyifei-ai-news-research": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.