← Back to Skills Marketplace
73
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install smart-search-zh
Description
把网页搜索与学术搜索组合成一个智能 AISA 搜索模式。触发条件:当用户需要兼顾公开网页覆盖与学术深度的平衡检索时使用。
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install smart-search-zh - After installation, invoke the skill by name or use
/smart-search-zh - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is smart-search-zh?
把网页搜索与学术搜索组合成一个智能 AISA 搜索模式。触发条件:当用户需要兼顾公开网页覆盖与学术深度的平衡检索时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 73 downloads so far.
How do I install smart-search-zh?
Run "/install smart-search-zh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is smart-search-zh free?
Yes, smart-search-zh is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does smart-search-zh support?
smart-search-zh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created smart-search-zh?
It is built and maintained by bibaofeng (@bibaofeng); the current version is v1.0.0.
More Skills