# Web Searcher

> Search the internet for real-time information, news, or facts using DuckDuckGo.

- Skill: `cliuxinxin/web-searcher` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add cliuxinxin/web-searcher`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cliuxinxin/web-searcher/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: cliuxinxin (https://skillmd.com/u/cliuxinxin)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cliuxinxin/web-searcher

---


# 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"])

