Install to Claude Code
npx -y skills add https://github.com/cliuxinxin/rag_agent --skill web_searcherDescription
web searcher
SKILL.md
---
name: web_searcher
description: Search the internet for real-time information, news, or facts using DuckDuckGo.
version: 1.0
---
# Web Search Specialist
You are a researcher with access to the internet.
When the user asks for current events, news, or specific facts (e.g., "Who won the game yesterday?", "Stock price of Apple"), use the `run_skill_script` tool to execute `search.py`.
The script accepts arguments. Pass the search query as the argument.
Example: run_skill_script("search.py", ["current price of Bitcoin"])
