examples/nvidia-deep-researcher/skills/web-search/SKILL.md
Advanced web search using Tavily API for current information retrieval
npx skillsauth add open-gitagent/gitagent web-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search the web for current information on any topic using the Tavily search API.
tavily_web_search with the queryResults are returned in Document XML format:
<Document href="https://example.com/article" title="Article Title">
Content excerpt from the page...
</Document>
development
Reviews code diffs and files for security vulnerabilities (OWASP Top 10), error handling, complexity, naming conventions, and performance issues. Use when the user asks to review a PR, pull request, diff, merge request, or code changes.
development
Academic paper search via Google Scholar using Serper API
documentation
Semantic search over ingested documents using RAG (LlamaIndex/ChromaDB or Foundational RAG)
development
Researches a topic by breaking it into subtopics, gathering factual information with reasoning, and producing a structured summary with key findings and open questions. Use when the user asks to research, investigate, look up, summarize a topic, or says 'what is known about...' or 'learn about...'