web-search

Installation
Summary

Web search and content extraction via Tavily and Exa APIs through inference.sh CLI.

  • Five search and extraction apps: Tavily Search Assistant (AI-powered answers with sources), Tavily Extract (multi-URL content extraction), Exa Search (smart web search), Exa Answer (direct factual responses), and Exa Extract (web page analysis)
  • Designed for research workflows, RAG pipelines, fact-checking, and content aggregation with LLM integration examples
  • Requires inference.sh CLI (infsh) installation and authentication; all apps callable via infsh app run with JSON input parameters
SKILL.md

Install the belt CLI skill: npx skills add belt-sh/cli

Web Search & Extraction

Search the web and extract content via inference.sh CLI.

Web Search & Extraction

Quick Start

Requires inference.sh CLI (belt). Install instructions

belt login

# Search the web
belt app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}'
Related skills
Installs
GitHub Stars
500
First Seen
web-search — inferen-sh/skills