Web Search Tavily
v1.0.0Performs AI-optimized web searches via Tavily API, returning concise and relevant results with options for depth, topic, and result count.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, required binaries (node), and required env var (AISA_API_KEY) are coherent with a web-search gateway proxy. Minor metadata inconsistency: the _meta.json ownerId differs slightly from the registry Owner ID shown in the package metadata — likely benign but worth verifying the publisher if provenance matters.
Instruction Scope
SKILL.md instructs running the included Node scripts (search.mjs and extract.mjs) with clearly scoped arguments. The instructions reference only AISA_API_KEY and the included scripts, and do not instruct reading unrelated files, credentials, or system state.
Install Mechanism
No install spec; this is primarily instruction-only plus small included scripts. No packages or external download/install steps are performed by the skill itself, so nothing is written to disk beyond the provided files.
Credentials
Only AISA_API_KEY is required (declared as primary credential). The scripts use that key to call https://api.aisa.one endpoints; no other secrets, config paths, or unrelated credentials are requested or accessed.
Persistence & Privilege
always is false and disable-model-invocation is false (normal). The skill does not request persistent system privileges or modify other skills' configs.
Assessment
This skill appears to do what it claims: the included scripts POST your query/URLs to AIsa's Tavily endpoints (https://api.aisa.one). Before installing, consider: (1) Any queries or URLs you send will be transmitted to a third-party API — avoid sending PII or sensitive tokens. (2) Use a least-privilege/monitored API key from AIsa if possible and review its usage logs and rate limits. (3) Verify the publisher/homepage (aisa.one) and the owner identity if provenance matters — there is a small ownerId mismatch in the package metadata that you may want to confirm. If those points are acceptable, the skill is internally consistent and proportionate.Like a lobster shell, security has layers — review code before you run it.
Runtime requirements
🔍 Clawdis
Binsnode
EnvAISA_API_KEY
Primary envAISA_API_KEY
latest
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
Comments
Loading comments...
