Agent skill
web-search
Advanced web search using Tavily API for current information retrieval
Install this agent skill to your Project
npx add-skill https://github.com/open-gitagent/gitagent/tree/main/examples/nvidia-deep-researcher/skills/web-search
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
- Formulate a specific, targeted search query (max 400 characters)
- Call
tavily_web_searchwith the query - Review returned results for relevance and quality
- 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
paper-search
Academic paper search via Google Scholar using Serper API
knowledge-retrieval
Semantic search over ingested documents using RAG (LlamaIndex/ChromaDB or Foundational RAG)
wiki-ingest
Ingest a raw source document into the wiki. Reads the source, extracts key information, creates or updates wiki pages, maintains cross-references, and logs the operation. Use when the user adds a new source or says 'ingest this'.
wiki-lint
Health-check the wiki for contradictions, stale claims, orphan pages, missing cross-references, and knowledge gaps. Use periodically or when the user says 'lint the wiki' or 'check wiki health'.
wiki-query
Query the wiki to answer questions. Searches wiki pages, synthesizes answers with citations, and optionally files valuable answers back as new wiki pages. Use when the user asks a question about the knowledge base.
get-started
Guides installation of gitagent and creation of first agent with scaffolding, configuration, and validation. Use when the user is new to gitagent, asks how to get started, wants to install gitagent, set up their first agent, or says 'how do I start?'
Didn't find tool you were looking for?