# Google Search

> Use this tool when you need up-to-date information from the internet. It grounds the model with real-time Google Search results across languages, improving factual accuracy and enabling responses with verifiable citations beyond the model's knowledge cutoff.

- Skill: `xream/google-search` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add xream/google-search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/xream/google-search/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: xream (https://skillmd.com/u/xream)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/xream/google-search

---


# Google Search

Web search using pure.md proxy to convert Google search pages to clean Markdown. No API key required.

## Search

```bash
node {baseDir}/scripts/search.mjs "query"
node {baseDir}/scripts/search.mjs "query" --timeout 60000
```

## Options

- `--timeout <ms>`: Request timeout in milliseconds (default: 30000)

Notes:
- Uses pure.md as proxy for clean Markdown output
- No API key required
- Supports multilingual searches
- Node.js 18+ required (native fetch)

