web-search

star 527

Search the web using DuckDuckGo via ddgr. Use when the user asks to search online, look something up, find current information, or locate documentation, tutorials, and resources.

sapegin By sapegin schedule Updated 6/5/2026

name: web-search description: Search the web using DuckDuckGo via ddgr. Use when the user asks to search online, look something up, find current information, or locate documentation, tutorials, and resources.

Search DuckDuckGo from the terminal with ddgr.

Usage

Always use JSON output and disable the user agent:

ddgr --noua --json "search query"

Examples:

# Return up to 5 results
ddgr --noua --json --num 5 "python asyncio tutorial"

# Search only documents no older than one week
ddgr --noua --json --time w "latest news topic"

# Search within one site
ddgr --noua --json --site stackoverflow.com "parse JSON"
Install via CLI
npx skills add https://github.com/sapegin/dotfiles --skill web-search
Repository Details
star Stars 527
call_split Forks 50
navigation Branch main
article Path SKILL.md
More from Creator