← 返回 Skills 市场
73
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install smart-search-zh
功能描述
把网页搜索与学术搜索组合成一个智能 AISA 搜索模式。触发条件:当用户需要兼顾公开网页覆盖与学术深度的平衡检索时使用。
安全使用建议
This skill appears to do what it says: it runs a local Python client that sends queries (and any URLs you pass) to the AISA API. Before installing or using it: 1) Only provide the AISA_API_KEY if you trust https://aisa.one and want queries routed through that service; 2) Do not use this skill to process sensitive local files, private pages behind authentication, or secrets—the script will transmit URLs/content to the remote API; 3) If you need higher assurance, inspect the full script yourself (scripts/search_client.py) or run it in an isolated environment; 4) Consider creating/rotating an API key with limited scope and monitor its usage; 5) Optionally verify the upstream GitHub repo referenced in _meta.json to confirm provenance.
功能分析
Type: OpenClaw Skill
Name: smart-search-zh
Version: 1.0.0
The skill bundle provides a legitimate interface for a hybrid web and academic search service via the AIsa API. The Python client (scripts/search_client.py) uses standard libraries to perform authenticated API requests and includes no evidence of data exfiltration, obfuscation, or unauthorized execution. Furthermore, the SKILL.md instructions explicitly include a safety guardrail advising the agent not to use the skill if the user requests sensitive local credentials like cookies or passwords.
能力标签
能力评估
Purpose & Capability
Name/description (mixed web + academic search) matches the included Python client and the declared requirement of AISA_API_KEY; required binary (python3) is appropriate for running the provided script.
Instruction Scope
SKILL.md and the script explicitly instruct running the included Python client which issues network requests to AISA endpoints. The script sends queries and any user-supplied URLs to the remote AISA service (e.g., /tavily/extract), which is necessary for the described functionality but means user-provided content/URLs are transmitted externally—avoid sending sensitive local data or private URLs.
Install Mechanism
No install spec; this is an instruction-only skill with an included Python script. Nothing is downloaded or installed during installation, so there is no remote install risk from untrusted URLs.
Credentials
Only a single credential is requested (AISA_API_KEY), which aligns with the remote API usage. This is proportionate, but granting the API key gives the remote service the ability to act on behalf of queries and to receive any payloads you send (including posted URLs/content).
Persistence & Privilege
always is false, the skill does not request elevated persistence or modify other skills or system settings. It can be invoked by the agent normally but has no special persistent privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install smart-search-zh - 安装完成后,直接呼叫该 Skill 的名称或使用
/smart-search-zh触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of smart-search-zh.
- Combines web and academic search into a single intelligent AISA search mode.
- Designed for balanced retrieval when both public web coverage and academic depth are needed.
- User-invocable and requires AISA_API_KEY setup.
- Provides example usage and guidance for when or when not to use the skill.
- Runs via the included Python client script.
元数据
常见问题
smart-search-zh 是什么?
把网页搜索与学术搜索组合成一个智能 AISA 搜索模式。触发条件:当用户需要兼顾公开网页覆盖与学术深度的平衡检索时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。
如何安装 smart-search-zh?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install smart-search-zh」即可一键安装,无需额外配置。
smart-search-zh 是免费的吗?
是的,smart-search-zh 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
smart-search-zh 支持哪些平台?
smart-search-zh 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 smart-search-zh?
由 bibaofeng(@bibaofeng)开发并维护,当前版本 v1.0.0。
推荐 Skills