Files
X-Agents/account/admin/skills/system/web-search/SKILL.md
2026-03-11 16:26:22 +08:00

954 B
Raw Blame History

name, description, system, handler, tool-name, category
name description system handler tool-name category
web-search Search the web using DuckDuckGo. Use when you need to find current information, verify facts, look up documentation, or answer questions requiring up-to-date knowledge. Returns titles, URLs, and snippets. true web_search web_search Web Search

Web Search

使用 DuckDuckGo 搜索网页,获取最新信息。

Parameters

参数 类型 必填 说明
query string 搜索关键词
max_results integer 最大结果数1-20默认 5
region string 地区代码wt-wt 全球cn-zh 中国)
safesearch string 安全搜索on/moderate/off

Examples

搜索信息:

{"query": "Python asyncio 教程", "max_results": 5}

搜索中文内容:

{"query": "天气预报", "region": "cn-zh"}
  • news-search: 搜索新闻