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

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/web-search" ~/.claude/skills/openakita-openakita-web-search-81afe3 && rm -rf "$T"
manifest: skills/system/web-search/SKILL.md
source content

Web Search

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

Parameters

参数类型必填说明
querystring搜索关键词
max_resultsinteger最大结果数(1-20,默认 5)
regionstring地区代码(wt-wt 全球,cn-zh 中国)
safesearchstring安全搜索(on/moderate/off)

Examples

搜索信息:

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

搜索中文内容:

{"query": "天气预报", "region": "cn-zh"}

Related Skills

  • news-search
    : 搜索新闻