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

965 B
Raw Blame History

name, description, system, handler, tool-name, category
name description system handler tool-name category
news-search Search news using DuckDuckGo. Use when you need to find recent news articles, current events, or breaking news. Returns titles, sources, dates, URLs, and excerpts. true web_search news_search Web Search

News Search

使用 DuckDuckGo 搜索新闻,获取最新资讯。

Parameters

参数 类型 必填 说明
query string 搜索关键词
max_results integer 最大结果数1-20默认 5
region string 地区代码wt-wt 全球)
safesearch string 安全搜索on/moderate/off
timelimit string 时间范围d=一天, w=一周, m=一月)

Examples

搜索新闻:

{"query": "AI 最新进展", "max_results": 5}

搜索今日新闻:

{"query": "科技", "timelimit": "d"}
  • web-search: 搜索网页