Overview
- Skill Key
- chenchaoqun/tech-news-daily
- Author
- chenchaoqun
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/chenchaoqun/tech-news-daily
- Latest Commit SHA
- 4198c988635e0153fa42946b046018d526eefc56
获取今日最热门的科技资讯,特别是 AI 大模型领域的最新动态。使用 Tavily Search API 搜索并整理 Top 10 热点新闻,适合每日科技简报、行业资讯收集、AI 领域跟踪等场景。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 tech-news-daily 技能。 若已安装,则直接安装 tech-news-daily 技能。
# 科技资讯日报技能
每日获取最热门的科技资讯,重点关注 AI 大模型领域的最新进展。
## 前置要求
### 配置 Tavily Search API
此技能需要 Tavily Search API 密钥才能实时搜索新闻:
#### 方式 1:设置环境变量(推荐)
```bash
export TAVILY_API_KEY=your_tavily_api_key_here
```
在 Gateway 配置中添加:
```json
{
"env": {
"TAVILY_API_KEY": "your_tavily_api_key_here"
}
}
```
#### 方式 2:在脚本中直接配置
编辑 `scripts/fetch_tech_news_tavily.py`,将 API key 写入脚本(不推荐用于生产环境)。
### 获取 Tavily API Key
1. 访问 https://tavily.com/
2. 注册账号并登录
3. 在 Dashboard 中生成 API Key
4. 免费额度:每月 1000 次搜索
**文档**: https://docs.tavily.com/
## 使用方式
### 触发场景
当用户提到以下关键词时触发此技能:
- "今日科技资讯"
- "科技新闻"
- "AI 大模型动态"
- "科技热点"
- "今日科技头条"
- "获取科技资讯"
### 基本用法
用户直接询问即可:
- "播报今日科技资讯"
- "今天有什么 AI 大模型的新闻?"
- "获取今日最热门的十个科技资讯"
## 搜索策略
### 核心搜索词
使用以下搜索词获取最相关的资讯(参考 `scripts/fetch_tech_news_tavily.py`):
1. `AI 大模型 最新进展 2026`
2. `人工智能 科技新闻 今日热点`
3. `LLM GPT Claude Gemini 最新动态`
4. `OpenAI Anthropic Google DeepMind AI 新闻`
5. `科技资讯 AI 机器学习 深度学习`
### Tavily 搜索参数
- **search_depth**: `advanced` - 深度搜索获取更准确结果
- **max_results**: 5 (每个查询)
- **include_answer**: `false` - 不需要 AI 总结
- **include_raw_content**: `false` - 只需要摘要
## 输出格式
### 标准格式
```markdown
📰 今日科技资讯 Top 10
更新时间:YYYY-MM-DD HH:MM
==================================================
1. [新闻标题]
[摘要内容]...
🔗 [来源链接]
2. [新闻标题]
...
==================================================
💡 如需深入了解某条新闻,可以让我详细搜索
```
### 分类整理(可选)
如果新闻较多,可以按主题分类:
- 🤖 AI 大模型进展
- 💻 硬件/芯片动态
- 🚀 创业/融资新闻
- 📱 消费科技产品
- 🔬 科研突破
## 注意事项
1. **API 密钥**:没有 Brave API 密钥时,需提示用户配置
2. **时效性**:使用 `freshness: pd` 确保只获取...
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".