scholar-search-zh

v1.0.0

通过 AISA Scholar 接口检索学术论文与研究资料。触发条件:当用户需要论文、作者、最新研究、引用信息或带年份筛选的学术证据时使用。

0· 65·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bibaofeng/scholar-search-zh.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "scholar-search-zh" (bibaofeng/scholar-search-zh) from ClawHub.
Skill page: https://clawhub.ai/bibaofeng/scholar-search-zh
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: AISA_API_KEY
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install scholar-search-zh

ClawHub CLI

Package manager switcher

npx clawhub@latest install scholar-search-zh
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binspython3
EnvAISA_API_KEY
Primary envAISA_API_KEY
latestvk978sh76r6qktnke5hptv2vx3s8516ra
65downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

学术论文搜索

何时使用

  • 通过 AISA Scholar 接口检索学术论文与研究资料。触发条件:当用户需要论文、作者、最新研究、引用信息或带年份筛选的学术证据时使用。

不适用场景

  • 当用户明确要本地浏览器 Cookie、密码、Keychain 或其他本地敏感凭据时,不要使用这个 skill。
  • 当问题与该 skill 的主题无关时,优先选择更贴切的 skill。

核心能力

  • 聚焦学术论文、学者索引与按年份筛选的检索。

快速开始

export AISA_API_KEY="your-key"

运行方式

首选运行路径是仓库内置的 Python 客户端:

python3 scripts/search_client.py

示例请求

  • 查找 2024 年之后发表的 state-space model 论文。

说明

  • 当学术证据是首要目标时使用。

Comments

Loading comments...