AIsa Tavily Search
Search the web and extract public page content through AIsa's Tavily-backed API relay. Use this skill when the user needs open-web research, source discovery, current-news lookup, or readable extraction from a specific public URL.
When to use
- When the user needs web search results for a topic, question, company, product, or event
- When the user wants source discovery before summarizing, comparing, or validating information
- When the user needs current-news lookup with recent-day filtering
- When the user provides a public URL and wants the page content extracted for downstream analysis
- When a task-first research workflow needs remote search results instead of local browser automation
When NOT to use
- Do not use this skill for sites that require login, browser interaction, cookies, or private account access
- Do not use this skill for posting, social engagement, media upload, or OAuth-based workflows; it performs search and public-URL extraction only
- Do not use this skill when there is no network access to
https://aisa.one or https://api.aisa.one
- Do not use this skill for local file extraction or private document parsing
Quick Reference
| Task |
Command |
| Search the web |
node scripts/search.mjs "query" |
| Search with more results |
node scripts/search.mjs "query" -n 10 |
| Run deeper research |
node scripts/search.mjs "query" --deep |
| Search news |
node scripts/search.mjs "query" --topic news |
| Search recent news only |
node scripts/search.mjs "query" --topic news --days 7 |
| Extract content from a URL |
node scripts/extract.mjs "https://example.com/article" |
Capabilities
- Search the open web through AIsa's Tavily-backed relay
- Return concise, relevant result sets for research and agent workflows
- Run deeper research with
--deep for broader coverage
- Focus on news search with
--topic news
- Limit news lookback windows with
--days <n>
- Extract readable content from a public URL
Search
node scripts/search.mjs "query"
node scripts/search.mjs "query" -n 10
node scripts/search.mjs "query" --deep
node 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) or news
--days <n>: For news topic, limit to last n days
Extract content from URL
node scripts/extract.mjs "https://example.com/article"
Setup
Requirements:
node
AISA_API_KEY
- Internet access with outbound requests to
https://aisa.one and https://api.aisa.one
Auth, relay, upload, and side-effect notes:
- This skill requires
AISA_API_KEY from https://marketplace.aisa.one
- Requests are sent through AIsa's remote relay at
https://aisa.one and https://api.aisa.one
- Search queries and public target URLs are sent to the remote AIsa relay so it can return search results or extracted page content
- This skill does not use OAuth and does not require an approval flow
- This skill does not upload media or files
- This skill works against public web content and public URLs; it is not a local browser, cookie, account-access, or browser-automation workflow
Example Requests
- "Search for recent coverage of OpenAI enterprise pricing"
- "Find sources comparing vector databases for production RAG"
- "Look up this week's news about NVIDIA export controls"
- "Extract the main content from this article URL"
- "Search the web for public sources on this company and summarize the findings"
Notes
- Needs
AISA_API_KEY from https://marketplace.aisa.one
- Powered by AIsa's unified API gateway (
https://aisa.one / https://api.aisa.one)
- Use
--deep for more comprehensive research queries
- Use
--topic news for current-events lookup
- Search and extraction run through remote relay requests, not local browser automation
- No OAuth approval flow is involved
- No media or file upload flow is involved
1---2name: aisa-tavily-43description: Search the web and extract public page content through AIsa's Tavily-backed API relay. Use when: the user needs open-web research, source discovery, current news lookup, or public URL content extraction. Supports concise result sets, deeper research, and news-focused queries.4---56# AIsa Tavily Search78Search the web and extract public page content through AIsa's Tavily-backed API relay. Use this skill when the user needs open-web research, source discovery, current-news lookup, or readable extraction from a specific public URL.910## When to use1112- When the user needs web search results for a topic, question, company, product, or event13- When the user wants source discovery before summarizing, comparing, or validating information14- When the user needs current-news lookup with recent-day filtering15- When the user provides a public URL and wants the page content extracted for downstream analysis16- When a task-first research workflow needs remote search results instead of local browser automation1718## When NOT to use1920- Do not use this skill for sites that require login, browser interaction, cookies, or private account access21- Do not use this skill for posting, social engagement, media upload, or OAuth-based workflows; it performs search and public-URL extraction only22- Do not use this skill when there is no network access to `https://aisa.one` or `https://api.aisa.one`23- Do not use this skill for local file extraction or private document parsing2425## Quick Reference2627| Task | Command |28| --- | --- |29| Search the web | `node scripts/search.mjs "query"` |30| Search with more results | `node scripts/search.mjs "query" -n 10` |31| Run deeper research | `node scripts/search.mjs "query" --deep` |32| Search news | `node scripts/search.mjs "query" --topic news` |33| Search recent news only | `node scripts/search.mjs "query" --topic news --days 7` |34| Extract content from a URL | `node scripts/extract.mjs "https://example.com/article"` |3536## Capabilities3738- Search the open web through AIsa's Tavily-backed relay39- Return concise, relevant result sets for research and agent workflows40- Run deeper research with `--deep` for broader coverage41- Focus on news search with `--topic news`42- Limit news lookback windows with `--days <n>`43- Extract readable content from a public URL4445## Search4647```bash48node scripts/search.mjs "query"49node scripts/search.mjs "query" -n 1050node scripts/search.mjs "query" --deep51node scripts/search.mjs "query" --topic news52```5354## Options5556- `-n <count>`: Number of results (default: 5, max: 20)57- `--deep`: Use advanced search for deeper research (slower, more comprehensive)58- `--topic <topic>`: Search topic - `general` (default) or `news`59- `--days <n>`: For news topic, limit to last n days6061## Extract content from URL6263```bash64node scripts/extract.mjs "https://example.com/article"65```6667## Setup6869Requirements:70- `node`71- `AISA_API_KEY`72- Internet access with outbound requests to `https://aisa.one` and `https://api.aisa.one`7374Auth, relay, upload, and side-effect notes:75- This skill requires `AISA_API_KEY` from https://marketplace.aisa.one76- Requests are sent through AIsa's remote relay at `https://aisa.one` and `https://api.aisa.one`77- Search queries and public target URLs are sent to the remote AIsa relay so it can return search results or extracted page content78- This skill does not use OAuth and does not require an approval flow79- This skill does not upload media or files80- This skill works against public web content and public URLs; it is not a local browser, cookie, account-access, or browser-automation workflow8182## Example Requests8384- "Search for recent coverage of OpenAI enterprise pricing"85- "Find sources comparing vector databases for production RAG"86- "Look up this week's news about NVIDIA export controls"87- "Extract the main content from this article URL"88- "Search the web for public sources on this company and summarize the findings"8990## Notes9192- Needs `AISA_API_KEY` from https://marketplace.aisa.one93- Powered by AIsa's unified API gateway (`https://aisa.one` / `https://api.aisa.one`)94- Use `--deep` for more comprehensive research queries95- Use `--topic news` for current-events lookup96- Search and extraction run through remote relay requests, not local browser automation97- No OAuth approval flow is involved98- No media or file upload flow is involved