clanker.net
RESEARCH inf-sh/skills

web-search

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

RESEARCH
USE THIS SKILL

DOWNLOAD THE APP TO INSTALL AND USE /web-search ON YOUR DEVICE

Scan to open on your device
QR code for web-search Opens skill content in Expo Go
COMMAND
/web-search
CATEGORY
Research
REPOSITORY
inf-sh/skills
COMMIT

SKILL PROMPT

--- name: web-search description: "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" allowed-tools: Bash(infsh *) --- # Web Search & Extraction Search the web and extract content via [inference.sh](https://inference.sh) CLI. ![Web Search & Extraction](https://cloud.inference.sh/app/files/u/4mg21r6ta37mpaz6ktzwtt8krr/01kgndqjxd780zm2j3rmada6y8.jpeg) ## Quick Start > Requires inference.sh CLI (`infsh`). Get installation instructions: `npx skills add inference-sh/skills@agent-tools` ```bash 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 '{ [... prompt truncated for preview ...]