# Google Web Search

> Google web search with integrated image results Use when this capability is needed.

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

---


# Google Web Search

## Available Tools

- **google_web_search(query, include_images?)**: Search the web using Google Custom Search. Returns results with titles, snippets, links, and optional image results.
  - `query` (string, required): Search query
  - `include_images` (boolean, optional, default: true): Include image results alongside web results

## Usage Guidelines

- Formulate clear, specific search queries for best results.
- Use quotes for exact phrase matching (e.g., `"machine learning" best practices 2025`).
- For comprehensive research, perform multiple targeted searches rather than one broad query.
- Image results are included by default. Set `include_images=false` for text-only searches.

## Citation Format

When presenting information from search results, wrap every specific claim in `<cite>` tags:

```
<cite source="SOURCE_TITLE" url="URL">claim text</cite>
```

**Rules:**
- Cite factual claims, statistics, quotes, and specific information from search results.
- The `source` attribute should contain the title or name of the source.
- The `url` attribute should contain the source URL when available.
- Do NOT cite your own reasoning or general knowledge.
- If search results don't contain relevant information, inform the user rather than guessing.
- Use the minimum number of citations necessary to support claims.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/aws-samples) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

