Install
openclaw skills install ai-native-websearch-via-tavily-api-returns-concise-relevant-results-for-openclawPerforms AI-optimized web searches via Tavily API, returning concise and relevant results with options for depth, topic, and result count.
openclaw skills install ai-native-websearch-via-tavily-api-returns-concise-relevant-results-for-openclawAI-optimized web search using Tavily API through AIsa's unified gateway. Designed for AI agents - returns clean, relevant content.
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
-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 daysnode {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