# Web Search

> Retrieve real-time information from the internet.

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

---


# Web Search Skill

## 🚀 Standard Execution Command
**IMPORTANT**: Always run from the project root using this exact path structure:
`python src/services/skills/pdf-processing/scripts/web_search.py "<query>"`

## Available Scripts

### 1. Web Search
**Purpose**: Get quick facts or search snippets.
**Command**:
```bash
python src/services/skills/pdf-processing/scripts/web_search.py "<query>"
```

