← Back to Skills Marketplace
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install scholar-search-zh
Description
通过 AISA Scholar 接口检索学术论文与研究资料。触发条件:当用户需要论文、作者、最新研究、引用信息或带年份筛选的学术证据时使用。
Usage Guidance
This skill appears to do what it says: it runs a Python client that sends queries (and optionally fetched page content) to the AISA API. Before installing, confirm you trust the AISA service (https://aisa.one) and the Github source if you want to audit it. Treat your AISA_API_KEY like a secret—don’t paste it in public places and revoke it if leaked. Avoid using the 'extract' or similar commands to send local files, private pages, or credentials to the external API. If you need higher assurance, inspect the full search_client.py source (already included) and verify the aisa.one endpoints and privacy policy.
Capability Analysis
Type: OpenClaw Skill
Name: scholar-search-zh
Version: 1.0.0
The skill provides a legitimate interface for academic and web searching via the AIsa API (api.aisa.one). The Python client in `scripts/search_client.py` is a well-structured CLI tool using standard libraries for API interaction, and the `SKILL.md` instructions include explicit safety constraints that forbid the agent from attempting to access sensitive local credentials like cookies or keychains.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description match the code and runtime instructions. The skill only requires python3 and an AISA_API_KEY and the included script calls AISA API endpoints (scholar, web, tavily, sonar, etc.), which is coherent with a multi-source academic search client.
Instruction Scope
SKILL.md instructs running the provided Python client which only reads AISA_API_KEY from the environment and performs HTTPS POSTs to https://api.aisa.one. This is within scope. Note: some commands (e.g., 'extract') post fetched page content or user-supplied URLs to the AISA service — that will transmit remote page content and any user-provided text to the external API, so users should avoid submitting sensitive local files or credentials.
Install Mechanism
No install spec is provided (instruction-only plus a bundled Python script). This is low-risk: nothing is downloaded or written by an installer and the only runtime dependency is python3.
Credentials
Only a single credential (AISA_API_KEY) is required and used directly for API Authorization in the script. No other secret environment variables or config paths are requested.
Persistence & Privilege
always is false and the skill is user-invocable. The skill does not request persistent or system-wide privileges and does not modify other skills' configurations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install scholar-search-zh - After installation, invoke the skill by name or use
/scholar-search-zh - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of scholar-search-zh.
- Enables academic paper and research material search via AISA Scholar API.
- Supports filtered search by author, recency, citation info, or publication year.
- Designed for use cases where academic evidence is needed.
- Requires AISA_API_KEY and Python 3 to operate.
Metadata
Frequently Asked Questions
What is scholar-search-zh?
通过 AISA Scholar 接口检索学术论文与研究资料。触发条件:当用户需要论文、作者、最新研究、引用信息或带年份筛选的学术证据时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.
How do I install scholar-search-zh?
Run "/install scholar-search-zh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is scholar-search-zh free?
Yes, scholar-search-zh is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does scholar-search-zh support?
scholar-search-zh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created scholar-search-zh?
It is built and maintained by bibaofeng (@bibaofeng); the current version is v1.0.0.
More Skills