OpenPrompts
← Back to catalog
CommunitySkillsTools & Functions

Web Search Skill

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.
Automated safety scan: no suspicious patterns found.

Heuristic text scan aligned to the OWASP Agentic Skills Top 10. How we scan

Provider
Community
Origin
Community
Type
Skills
Format
Tool schema
License
MIT
Language
English
Added
2026-02-02
#search#research#tools#function-calling