web-searchlisted
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