Web Search by Tavily

AI-optimized web search via Tavily API proxy, providing concise and relevant results with options for deep or news-focused queries.

AIsa

@aisadocs

What This Skill Does

Command-line tool that searches the web via Tavily API through AIsa's proxy, returning concise, relevant results with options for deep research or news-focused queries. Supports result count, date filtering, and URL content extraction.

Replaces manually browsing search results by providing AI-optimized, clean summaries directly in the terminal.

When to Use It

  • Search the web for a specific technical question and get concise answers
  • Perform deep research on a complex topic using the --deep flag
  • Find recent news articles on a current event with --topic news
  • Extract the main content from a given URL for further analysis
  • Limit news searches to the last few days with --days for time-sensitive queries

Install

$ openclaw skills install @aisadocs/openclaw-aisa-web-search-tavily

AIsa Tavily Search

AI-optimized web search using Tavily API through AIsa's unified gateway. Designed for AI agents - returns clean, relevant content.

Search

node {baseDir}/scripts/search.mjs "query"
node {baseDir}/scripts/search.mjs "query" -n 10
node {baseDir}/scripts/search.mjs "query" --deep
node {baseDir}/scripts/search.mjs "query" --topic news

Options

  • -n <count>: Number of results (default: 5, max: 20)
  • --deep: Use advanced search for deeper research (slower, more comprehensive)
  • --topic <topic>: Search topic - general (default) or news
  • --days <n>: For news topic, limit to last n days

Extract content from URL

node {baseDir}/scripts/extract.mjs "https://example.com/article"

Notes:

Top skills in this category