---
title: "Web Search Skill"
type: "skill"
provider: "community"
category: "tools"
source: "https://github.com/topics/agent-skills"
license: "MIT"
tags: ["search", "research", "tools", "function-calling"]
dateAdded: "2026-02-02"
origin: "community"
format: "tool-schema"
description: "A community skill that defines a web-search tool and a short research loop: fan out queries, fetch sources, and synthesize a cited answer."
---

> **Seed entry.** Community skills are scraped from public GitHub repos. Run
> `npm run scrape` to refresh and add more.

# Web Search Skill

Equip the agent with a `web_search(query)` tool and a lightweight research loop.

## Loop

1. Decompose the question into 2–4 focused search queries.
2. Run searches and open the most promising results.
3. Extract the relevant facts, tracking the source URL for each claim.
4. Synthesize a concise answer with inline citations.

## Notes

- Prefer primary sources over aggregators.
- If sources disagree, surface the disagreement rather than averaging it away.
- Never present an unverified claim as fact.
