🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Web Search by Tavily

by @aisadocs

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

Versionv1.0.0
Downloads6,155
Stars⭐ 11
Comments2
TERMINAL
clawhub install openclaw-aisa-web-search-tavily

πŸ“– About This Skill


name: aisa-tavily description: AI-optimized web search via AIsa's Tavily API proxy. Returns concise, relevant results for AI agents through AIsa's unified API gateway. homepage: https://aisa.one metadata: {"clawdbot":{"emoji":"πŸ”","requires":{"bins":["node"],"env":["AISA_API_KEY"]},"primaryEnv":"AISA_API_KEY"}}

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 : Number of results (default: 5, max: 20)
  • --deep: Use advanced search for deeper research (slower, more comprehensive)
  • --topic : Search topic - general (default) or news
  • --days : For news topic, limit to last n days
  • Extract content from URL

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

    Notes:

  • Needs AISA_API_KEY from https://marketplace.aisa.one
  • Powered by AIsa's unified API gateway (https://aisa.one)
  • Use --deep for complex research questions
  • Use --topic news for current events
  • βš™οΈ Configuration

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