CtrlK
BlogDocsLog inGet started
Tessl Logo

web-search

Advanced web search using Tavily API for current information retrieval

59

Quality

67%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./examples/nvidia-deep-researcher/skills/web-search/SKILL.md
SKILL.md
Quality
Evals
Security

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:

<Document href="https://example.com/article" title="Article Title">
  Content excerpt from the page...
</Document>

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
Repository
open-gitagent/opengap
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.