This gives Claude direct access to DuckDuckGo search results through the ddgr CLI tool, which is honestly one of the most straightforward ways to get current web data into your context. It returns clean JSON output you can parse immediately, supports time filters for recent results, and handles DuckDuckGo's Bang syntax for searching specific sites like Wikipedia or StackOverflow. The documentation is thorough about the required flags (always use --noua and --json) and covers practical scenarios like site-specific searches and instant answers. If you need Claude to look up anything beyond its training data cutoff or search documentation in real time, this is the tool to reach for.
npx skills add https://github.com/ysm-dev/ddgr-skill --skill ddgr