This is a straightforward DuckDuckGo integration that lets Claude search the web for real-time information. You'd reach for it when users ask about current events, stock prices, sports scores, or anything that requires up-to-date facts beyond Claude's training data. It works through a simple Python script that takes search queries as arguments, so you just pass in whatever the user is asking about. The implementation is bare bones but functional. One thing to note: DuckDuckGo results aren't always as comprehensive as Google, so for niche technical queries you might get mixed results, but for news and general facts it does the job.
npx skills add https://github.com/cliuxinxin/rag_agent --skill web_searcher