← Back to Skills Marketplace
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tavily-search-zh
Description
通过 AISA 调用 Tavily 网页搜索,并支持深度、主题和时间范围过滤。触发条件:当用户需要比普通关键词搜索更灵活的网页检索过滤能力时使用。
Usage Guidance
This skill appears to do what it says: it will send your search queries (and any URLs you pass for extraction) to the AISA API at aisa.one using the AISA_API_KEY. Before installing or using it: (1) only provide the AISA_API_KEY you trust and avoid using any keys/secrets for other services here; (2) do not pass internal/private URLs, credentials, or other sensitive content to the search/extract functions because the content will be sent to the remote API; (3) note the source metadata points to a GitHub repo — if you need higher assurance, review the repository or contact the repo owner; (4) if you require an audit trail or stricter data handling, verify AISA's privacy and retention policies before use.
Capability Analysis
Type: OpenClaw Skill
Name: tavily-search-zh
Version: 1.0.0
The skill is a legitimate API client for the AISA search service (api.aisa.one), providing web, academic, and multi-source search capabilities. The Python script (scripts/search_client.py) uses standard libraries to perform authorized API requests and lacks any signs of data exfiltration, obfuscation, or malicious execution. Furthermore, the SKILL.md instructions include explicit safety guardrails advising the AI agent against accessing sensitive local credentials like cookies or passwords.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description, declared requirements, SKILL.md, and the included Python client all align: the client posts queries (and optionally URLs) to AISA endpoints (e.g., /tavily/search, /scholar/search/web). Requiring AISA_API_KEY and python3 is proportional to the described functionality.
Instruction Scope
SKILL.md instructs exporting AISA_API_KEY and running the bundled script. The runtime instructions and code only read the declared AISA_API_KEY and send queries/URLs to the AISA API. The script may send user queries, time/topic filters, and any provided URLs to the remote API (including /tavily/extract and /scholar/explain), which is expected for this skill.
Install Mechanism
No installer or remote downloads are present; this is instruction-only with a local Python script in the bundle. No archive downloads or external install URLs are used, minimizing supply-chain risk.
Credentials
Only AISA_API_KEY is required and used. The script reads no other environment variables or local credential files. The single API key is appropriate for calling the AISA service.
Persistence & Privilege
always is false and the skill does not request to modify other skill/system configs or persist beyond its own execution. It is user-invocable and can be invoked autonomously per platform defaults, which is expected.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tavily-search-zh - After installation, invoke the skill by name or use
/tavily-search-zh - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 首次发布 tavily-search-zh 1.0.0。
- 支持通过 AISA 调用 Tavily 网页搜索,带有深度、主题和时间范围过滤功能。
- 适用于对比普通搜索更灵活的网页检索场景。
- 明确列出不适用场景,提升安全性和准确性。
- 提供快速开始指南和示例请求,方便上手。
Metadata
Frequently Asked Questions
What is tavily-search-zh?
通过 AISA 调用 Tavily 网页搜索,并支持深度、主题和时间范围过滤。触发条件:当用户需要比普通关键词搜索更灵活的网页检索过滤能力时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.
How do I install tavily-search-zh?
Run "/install tavily-search-zh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is tavily-search-zh free?
Yes, tavily-search-zh is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does tavily-search-zh support?
tavily-search-zh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created tavily-search-zh?
It is built and maintained by AIsa (@aisadocs); the current version is v1.0.0.
More Skills