← ClaudeAtlas

web-searchlisted

Web search and content extraction with Tavily and Exa via inference.sh CLI. Apps: Tavily Search, Tavily Extract, Exa Search, Exa Answer, Exa Extract. Capabilities: AI-powered search, content extraction, direct answers, research. Use for: research, RAG pipelines, fact-checking, content aggregation, agents. Triggers: web search, tavily, exa, search api, content extraction, research, internet search, ai search, search assistant, web scraping, rag, perplexity alternative
aiskillstore/marketplace · ★ 329 · AI & Automation · score 82
Install: claude install-skill aiskillstore/marketplace
# Web Search & Extraction Search the web and extract content via [inference.sh](https://inference.sh) CLI. ## Quick Start ```bash curl -fsSL https://cli.inference.sh | sh && infsh login # Search the web infsh app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' ``` ## Available Apps ### Tavily | App | App ID | Description | |-----|--------|-------------| | Search Assistant | `tavily/search-assistant` | AI-powered search with answers | | Extract | `tavily/extract` | Extract content from URLs | ### Exa | App | App ID | Description | |-----|--------|-------------| | Search | `exa/search` | Smart web search with AI | | Answer | `exa/answer` | Direct factual answers | | Extract | `exa/extract` | Extract and analyze web content | ## Examples ### Tavily Search ```bash infsh app run tavily/search-assistant --input '{ "query": "What are the best practices for building AI agents?" }' ``` Returns AI-generated answers with sources and images. ### Tavily Extract ```bash infsh app run tavily/extract --input '{ "urls": ["https://example.com/article1", "https://example.com/article2"] }' ``` Extracts clean text and images from multiple URLs. ### Exa Search ```bash infsh app run exa/search --input '{ "query": "machine learning frameworks comparison" }' ``` Returns highly relevant links with context. ### Exa Answer ```bash infsh app run exa/answer --input '{ "question": "What is the population of Tokyo?" }' ``` Returns direct factual a