--- id: open-gitagent/opengap/web-search version: "2818686a" license: MIT install: manual updated: 2026-07-02 --- # web-search — Web Search taps into live web content to surface recent news, articles, and current data on any topic. It returns up to 5 results per query in a structured format with source URLs for easy citation, making it ideal when you need information beyond your existing knowledge base. Publisher: open-gitagent · Stars: 2903 · Updated: 2026-07-02 Install (manual): `git clone https://github.com/open-gitagent/opengap` ## SKILL.md # Web Search Search the web for current information on any topic using the Tavily search API. ## When to Use - Searching for recent news, articles, blog posts, and web content - Finding current statistics, data, and factual information - Retrieving information that may not be in academic papers or the knowledge base - Verifying claims with multiple web sources ## How to Use 1. Formulate a specific, targeted search query (max 400 characters) 2. Call `tavily_web_search` with the query 3. Review returned results for relevance and quality 4. Extract key facts and note the source URL for citation ## Result Format Results are returned in Document XML format: ```xml Content excerpt from the page... ``` ## Constraints - Maximum 5 results returned per query - Query will be truncated to 400 characters - Search mode: advanced (includes content extraction) - Each call counts toward the researcher's 8-call limit per task [View on SkillFed](https://skillfed.io/open-gitagent/opengap/web-search) · [View on GitHub](https://github.com/open-gitagent/opengap)