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.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 7 · 2.9k · 13 current installs · 13 all-time installs
duplicate of @0xjordansg-yolo/ai-native-websearch-via-tavily-api-returns-concise-relevant-results-for-openclaw
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (AIsa Tavily web search) match the included scripts and the single required credential (AISA_API_KEY). The required binary (node) is appropriate for the provided .mjs scripts. One minor metadata mismatch: registry Owner ID in the manifest you provided differs from the ownerId inside _meta.json; this is an administrative/integrity note but does not change functional coherence.
Instruction Scope
SKILL.md instructs running the provided node scripts, and those scripts only call AIsa endpoints and print results. The instructions do not ask the agent to read files, other env vars, or system paths beyond the declared AISA_API_KEY.
Install Mechanism
No install spec or external downloads — the skill is instruction+local scripts that run with node. No archive downloads, no third-party package installs are performed by the skill itself.
Credentials
Only AISA_API_KEY is required and is used solely to authorize requests to api.aisa.one. There are no additional secrets, config paths, or unrelated credentials requested.
Persistence & Privilege
Skill is not always-enabled, does not request elevated or persistent system privileges, and does not modify other skills or system-wide settings.
Assessment
This skill appears to do what it claims: run local Node scripts that call AIsa's Tavily proxy using the AISA_API_KEY. Before installing, confirm you trust the AIsa service (https://aisa.one) because the API key you provide grants that service access to perform searches/extractions on your behalf. The package does not appear to read other files or exfiltrate unrelated environment variables, but if you are concerned, inspect the two scripts yourself or only provide an API key with limited scope/permissions. Also note the small manifest ownerId mismatch in metadata — if provenance matters to you, ask the publisher to clarify ownership. Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔍 Clawdis
Binsnode
EnvAISA_API_KEY
Primary envAISA_API_KEY
SKILL.md
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 <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
Files
4 totalSelect a file
Select a file to preview.
Comments
Loading comments…
