← 返回 Skills 市场
bibaofeng

aisa-multi-search-engine-zh

作者 bibaofeng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
71
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aisa-multi-search-engine-zh
功能描述
通过一个 AISA skill 统一执行网页搜索、学术搜索、Tavily 搜索与抽取、智能搜索和类 Perplexity 深度研究。触发条件:当用户需要网页研究、学术检索、URL 抽取或多源证据汇总时使用。
使用说明 (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 客户端是主要运行入口。
安全使用建议
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.
功能分析
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.
能力标签
requires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aisa-multi-search-engine-zh
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aisa-multi-search-engine-zh 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug aisa-multi-search-engine-zh
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

aisa-multi-search-engine-zh 是什么?

通过一个 AISA skill 统一执行网页搜索、学术搜索、Tavily 搜索与抽取、智能搜索和类 Perplexity 深度研究。触发条件:当用户需要网页研究、学术检索、URL 抽取或多源证据汇总时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 71 次。

如何安装 aisa-multi-search-engine-zh?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install aisa-multi-search-engine-zh」即可一键安装,无需额外配置。

aisa-multi-search-engine-zh 是免费的吗?

是的,aisa-multi-search-engine-zh 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

aisa-multi-search-engine-zh 支持哪些平台?

aisa-multi-search-engine-zh 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 aisa-multi-search-engine-zh?

由 bibaofeng(@bibaofeng)开发并维护,当前版本 v1.0.0。

💬 留言讨论