← Back to Skills Marketplace
74
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tavily-search-aisa
Description
Run Tavily web search through AISA with filters for depth, topic, and time range. Use when: the user needs flexible web search with stronger filtering than a...
Usage Guidance
This skill is a straightforward Python client for the AISA API and requires only your AISA_API_KEY. Before installing or using it: (1) Be aware that any queries, URLs, or content you pass to the client (especially via 'extract' or the multi-source 'verity' flow) will be sent to the external AISA service — do not submit internal/privileged URLs, passwords, or secrets. (2) Verify you trust the AISA service and the API key you provide; consider using a key with limited scope and rotate it if needed. (3) If you need extra assurance, review the bundled scripts/search_client.py locally before running; it contains the full request logic and endpoints. (4) Note the package originates from a public GitHub repo — if provenance matters, inspect the repository and the publisher identity before use.
Capability Analysis
Type: OpenClaw Skill
Name: tavily-search-aisa
Version: 1.0.0
The skill bundle provides a legitimate Python CLI client for the AIsa search API (api.aisa.one), enabling various search capabilities including Tavily, academic scholar search, and content extraction. The implementation in `scripts/search_client.py` uses standard libraries for network requests and lacks any indicators of data exfiltration, unauthorized execution, or obfuscation. Furthermore, `SKILL.md` includes explicit safety instructions for the AI agent to avoid accessing sensitive local credentials.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description focus on Tavily search and the package implements Tavily plus several other AISA-backed search endpoints (web, scholar, smart, sonar, verity). Required binary (python3) and required env var (AISA_API_KEY) match the described purpose.
Instruction Scope
SKILL.md directs the agent to run the included Python client. The client only reads AISA_API_KEY from the environment and sends API requests to AISA endpoints. However, commands like 'extract' and the verity/explain flows will transmit user-supplied URLs and retrieved content to the remote AISA API, so sensitive URLs or content provided by the user would be sent off-host. SKILL.md warns against local credential access but does not (and reasonably cannot) prevent a user from supplying sensitive inputs that will be transmitted.
Install Mechanism
No install spec; this is instruction + bundled Python script. Nothing is downloaded at install time and no external archives or installers are fetched by the skill itself.
Credentials
Only one environment variable is required: AISA_API_KEY, which is appropriate for a client that calls AISA APIs. The code does not access other environment variables or configuration paths.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. It does not modify other skills or system-wide configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tavily-search-aisa - After installation, invoke the skill by name or use
/tavily-search-aisa - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of tavily-search skill.
- Enables Tavily web search with advanced filters for depth, topic, and time range.
- Intended for users who require more flexible and precise web searches than basic keyword search.
- Requires AISA_API_KEY and Python 3.
- Not suitable for accessing browser cookies, passwords, or other sensitive local credentials.
- Provides example usage and quick start instructions.
Metadata
Frequently Asked Questions
What is tavily-search-aisa?
Run Tavily web search through AISA with filters for depth, topic, and time range. Use when: the user needs flexible web search with stronger filtering than a... It is an AI Agent Skill for Claude Code / OpenClaw, with 74 downloads so far.
How do I install tavily-search-aisa?
Run "/install tavily-search-aisa" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is tavily-search-aisa free?
Yes, tavily-search-aisa is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does tavily-search-aisa support?
tavily-search-aisa is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created tavily-search-aisa?
It is built and maintained by AIsa (@aisadocs); the current version is v1.0.0.
More Skills