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-tavilyAIsa 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) ornews--days <n>: 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_KEYfrom https://marketplace.aisa.one - Powered by AIsa's unified API gateway (https://aisa.one)
- Use
--deepfor complex research questions - Use
--topic newsfor current events
Top skills in this category
Multi Search Engine
@gpyangyoujunMulti search engine integration with 16 engines (7 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and Wolfra...
Agent Browser
@matrixyHeadless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection
Openai Whisper
@steipeteLocal speech-to-text with the Whisper CLI (no API key).
Tavily 搜索
@jacky1n7Web search via Tavily API (alternative to Brave). Use when the user asks to search the web / look up sources / find links and Brave web_search is unavailable...
Baidu web search
@ide-reaSearch the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.