scholar-search-aisa

v1.0.0

Search academic papers and scholarly sources through the AISA scholar endpoint. Use when: the user asks for papers, authors, recent research, citations, or y...

0· 61·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-aisa.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "scholar-search-aisa" (bibaofeng/scholar-search-aisa) from ClawHub.
Skill page: https://clawhub.ai/bibaofeng/scholar-search-aisa
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-aisa

ClawHub CLI

Package manager switcher

npx clawhub@latest install scholar-search-aisa
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 (scholar search) match the included Python client and SKILL.md. Requested binaries (python3) and the single required env var (AISA_API_KEY) are appropriate for calling the AISA scholar endpoints.
Instruction Scope
SKILL.md directs the agent to run the bundled Python client which only reads AISA_API_KEY and makes HTTPS POST requests to https://api.aisa.one. It does not attempt to read local credentials or unrelated system files. Note: the 'extract' and search commands send user-supplied URLs and queries to the external AISA API, which is expected for this skill but is a privacy consideration.
Install Mechanism
No install spec; the skill is instruction-only with a bundled Python script. Nothing is downloaded at install time and no external packages are installed by the skill itself.
Credentials
Only one credential is required (AISA_API_KEY) and it is the declared primaryEnv. The code does not reference additional environment variables or other credentials.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request elevated or persistent system privileges nor does it modify other skills or global agent configuration.
Assessment
This skill will send your search queries, and any URLs you ask it to extract, to the AISA API (api.aisa.one) using the AISA_API_KEY you provide. If you install it: (1) only provide an AISA API key you trust and prefer a key scoped for search usage (do not reuse high‑privilege keys); (2) be aware that using the 'extract' command forwards webpage content/URLs to the external service (privacy consideration); (3) verify the AISA service and the GitHub source (0xjordansg-yolo/aisa-multi-search-engine-claude) if you require provenance; (4) because the skill is allowed to be invoked by the agent, ensure you trust the skill before enabling any autonomous workflows. Overall the skill is coherent with its stated purpose.

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

Runtime requirements

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

Scholar Search

When to Use

  • Search academic papers and scholarly sources through the AISA scholar endpoint. Use when: the user asks for papers, authors, recent research, citations, or year-filtered academic evidence.

When NOT to Use

  • Do not use this skill for browser-cookie extraction, passwords, Keychain access, or other local sensitive credential access.
  • Prefer a different skill when the user request is outside this skill's domain.

Capabilities

  • Focus on academic papers, scholar indexing, and year-filtered retrieval.

Quick Start

export AISA_API_KEY="your-key"

Primary Runtime

Use the bundled Python client as the canonical ClawHub runtime path:

python3 scripts/search_client.py

Example Queries

  • Find papers on state-space models published after 2024.

Notes

  • Use when scholarly evidence is the priority.

Comments

Loading comments...