Openakita 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.

install
source · Clone the upstream repo
git clone https://github.com/openakita/openakita
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openakita/openakita "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/system/news-search" ~/.claude/skills/openakita-openakita-news-search && rm -rf "$T"
manifest: skills/system/news-search/SKILL.md
source content

News Search

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

Parameters

参数类型必填说明
querystring搜索关键词
max_resultsinteger最大结果数(1-20,默认 5)
regionstring地区代码(wt-wt 全球)
safesearchstring安全搜索(on/moderate/off)
timelimitstring时间范围(d=一天, w=一周, m=一月)

Examples

搜索新闻:

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

搜索今日新闻:

{"query": "科技", "timelimit": "d"}

Related Skills

  • web-search
    : 搜索网页