π¦ 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.
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 daysExtract content from URL
node {baseDir}/scripts/extract.mjs "https://example.com/article"
Notes:
AISA_API_KEY from https://marketplace.aisa.one--deep for complex research questions--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