← Back to Skills Marketplace
71
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install aisa-multi-search-engine-zh
Description
通过一个 AISA skill 统一执行网页搜索、学术搜索、Tavily 搜索与抽取、智能搜索和类 Perplexity 深度研究。触发条件:当用户需要网页研究、学术检索、URL 抽取或多源证据汇总时使用。
README (SKILL.md)
AISA 多源搜索引擎
何时使用
- 通过一个 AISA skill 统一执行网页搜索、学术搜索、Tavily 搜索与抽取、智能搜索和类 Perplexity 深度研究。触发条件:当用户需要网页研究、学术检索、URL 抽取或多源证据汇总时使用。
不适用场景
- 当用户明确要本地浏览器 Cookie、密码、Keychain 或其他本地敏感凭据时,不要使用这个 skill。
- 当问题与该 skill 的主题无关时,优先选择更贴切的 skill。
核心能力
- 通过一个 AISA API Key 和一个 Python 客户端统一封装七种搜索模式。
- 覆盖结构化网页搜索、学术搜索、智能混合搜索、Tavily 搜索与抽取、Perplexity 深度研究以及多源综合。
- 适合研究、尽调、市场扫描和证据收集场景。
快速开始
export AISA_API_KEY="your-key"
运行方式
首选运行路径是仓库内置的 Python 客户端:
python3 scripts/search_client.py
示例请求
- 用多源研究比较 2026 年发布的 agent 框架。
- 检索 2024 年以来关于多模态推理的学术论文。
- 抽取一组 URL 的正文并总结重合结论。
说明
- 在 ClawHub 场景下,内置 Python 客户端是主要运行入口。
Usage Guidance
This skill sends your queries, lists of URLs, and extracted page content to the external AISA API (api.aisa.one) for searching and synthesis. That behavior is expected for its stated purpose, but it can leak sensitive content (private URLs, unpublished text, or PII) to the remote service. Only use it with data you are comfortable sharing with AISA, and protect the AISA_API_KEY (treat it like a secret). If you have strict privacy requirements, avoid sending private URLs or sensitive text, or verify AISA's data retention/privacy policies before use. If the API key is ever exposed, rotate/revoke it immediately.
Capability Analysis
Type: OpenClaw Skill
Name: aisa-multi-search-engine-zh
Version: 1.0.0
The skill bundle provides a unified interface for various search engines (Web, Scholar, Tavily, Perplexity) via the AIsa API (api.aisa.one). The Python client (scripts/search_client.py) uses standard libraries to interact with the API and does not exhibit any malicious behavior such as data exfiltration, persistence, or unauthorized execution. The instructions in SKILL.md explicitly advise the agent against attempting to access sensitive local credentials like cookies or passwords.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description match the code and SKILL.md. The skill only requires python3 and an AISA API key, which are appropriate for a client that calls the AISA API endpoints described.
Instruction Scope
Runtime instructions and the Python client clearly instruct the agent to call aisa.one endpoints and to POST queries, URL lists, and retrieved results for synthesis. This is expected for the stated purpose, but it means user-provided queries, URLs, and extracted page content are transmitted to the external AISA service. The SKILL.md does not strongly warn about privacy/PII leakage beyond a generic 'don't use for local cookies/passwords.'
Install Mechanism
No install spec; the skill is instruction-only with an included Python script that uses only the stdlib (urllib). No third-party downloads or archives are installed.
Credentials
Only one environment variable (AISA_API_KEY) is required and used. The code does not reference other credentials or unrelated environment variables.
Persistence & Privilege
always is false and the skill is user-invocable. The skill does not request permanent platform-level privileges or attempt to modify other skills' configurations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install aisa-multi-search-engine-zh - After installation, invoke the skill by name or use
/aisa-multi-search-engine-zh - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of aisa-multi-search-engine-zh.
- Unified interface for web, academic, Tavily, intelligent, and Perplexity-style deep searches.
- Consolidates seven search modes using a single AISA API Key and Python client.
- Supports research, due diligence, market scanning, and evidence gathering.
- Provides sample usage instructions and example queries.
- Clearly outlines when the skill is applicable and scenarios where it should not be used.
Metadata
Frequently Asked Questions
What is aisa-multi-search-engine-zh?
通过一个 AISA skill 统一执行网页搜索、学术搜索、Tavily 搜索与抽取、智能搜索和类 Perplexity 深度研究。触发条件:当用户需要网页研究、学术检索、URL 抽取或多源证据汇总时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 71 downloads so far.
How do I install aisa-multi-search-engine-zh?
Run "/install aisa-multi-search-engine-zh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is aisa-multi-search-engine-zh free?
Yes, aisa-multi-search-engine-zh is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does aisa-multi-search-engine-zh support?
aisa-multi-search-engine-zh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created aisa-multi-search-engine-zh?
It is built and maintained by bibaofeng (@bibaofeng); the current version is v1.0.0.
More Skills