← 返回 Skills 市场
77
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install scholar-search-zh
功能描述
通过 AISA Scholar 接口检索学术论文与研究资料。触发条件:当用户需要论文、作者、最新研究、引用信息或带年份筛选的学术证据时使用。
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install scholar-search-zh - 安装完成后,直接呼叫该 Skill 的名称或使用
/scholar-search-zh触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
scholar-search-zh 是什么?
通过 AISA Scholar 接口检索学术论文与研究资料。触发条件:当用户需要论文、作者、最新研究、引用信息或带年份筛选的学术证据时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。
如何安装 scholar-search-zh?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install scholar-search-zh」即可一键安装,无需额外配置。
scholar-search-zh 是免费的吗?
是的,scholar-search-zh 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
scholar-search-zh 支持哪些平台?
scholar-search-zh 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 scholar-search-zh?
由 bibaofeng(@bibaofeng)开发并维护,当前版本 v1.0.0。
推荐 Skills