π¦ ClawHub
Web Search Tavily
by @0xjordansg-yolo
Performs AI-optimized web searches via Tavily API, returning concise and relevant results with options for depth, topic, and result count.
TERMINAL
clawhub install ai-native-websearch-via-tavily-api-returns-concise-relevant-results-for-openclawπ 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