This gives Claude web search capabilities through Tavily and Exa APIs via the inference.sh CLI. It's basically turning Claude into a research assistant that can pull current information, extract content from URLs, and get direct answers to factual questions. The Tavily apps return AI-generated summaries with sources, while Exa focuses on finding highly relevant links and factual answers. Perfect for building RAG pipelines, fact-checking during conversations, or creating research agents. The workflow examples showing search-then-analyze with an LLM are solid patterns you'll actually use. Just remember you need the infsh CLI installed first.
npx skills add https://github.com/inferen-sh/skills --skill web-search