web-search
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese网络搜索技能
Web Search Skill
本技能提供网络搜索和信息检索能力。
This skill provides web search and information retrieval capabilities.
触发条件
Trigger Conditions
当用户请求以下类型的信息时激活此技能:
- 最新新闻和资讯
- 实时数据(股票、天气、赛事等)
- 网页内容检索
- 技术文档查询
Activate this skill when users request the following types of information:
- Latest news and information
- Real-time data (stocks, weather, events, etc.)
- Web content retrieval
- Technical document lookup
搜索策略
Search Strategy
1. 关键词提取
1. Keyword Extraction
从用户问题中提取核心搜索关键词:
- 移除语气词和无关词汇
- 保留专有名词和技术术语
- 添加限定词(如"2026"表示最新)
Extract core search keywords from user questions:
- Remove modal particles and irrelevant words
- Retain proper nouns and technical terms
- Add qualifiers (e.g., "2026" for the latest)
2. 搜索执行
2. Search Execution
调用系统搜索工具:
工具: online_search
参数: {"query": "提取的关键词"}Call the system search tool:
Tool: online_search
Parameters: {"query": "extracted keywords"}3. 结果整理
3. Result Organization
- 筛选相关性高的结果
- 提取关键信息摘要
- 标注信息来源
- Filter highly relevant results
- Extract key information summaries
- Label information sources
输出格式
Output Format
markdown
undefinedmarkdown
undefined搜索结果
Search Results
关键发现
Key Findings
- 发现 1
- 发现 2
- Finding 1
- Finding 2
详细信息
Detailed Information
[整理后的详细内容]
[Organized detailed content]
来源
Sources
- 来源1
- 来源2
undefined- Source 1
- Source 2
undefined注意事项
Notes
- 对于时效性强的问题,优先使用最新结果
- 技术问题优先查阅官方文档
- 多源交叉验证重要信息
- For time-sensitive questions, prioritize the latest results
- For technical questions, prioritize official documents
- Cross-verify important information from multiple sources