← Back to Skills Marketplace
bibaofeng

scholar-search-aisa

by bibaofeng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
73
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install scholar-search-aisa
Description
Search academic papers and scholarly sources through the AISA scholar endpoint. Use when: the user asks for papers, authors, recent research, citations, or y...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: scholar-search-aisa Version: 1.0.0 The skill is a legitimate academic and web search client for the AISA API. The Python script (scripts/search_client.py) uses standard libraries to perform authenticated POST requests to https://api.aisa.one, and the SKILL.md instructions include explicit safety constraints advising the agent against accessing sensitive local data like cookies or passwords.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install scholar-search-aisa
  3. After installation, invoke the skill by name or use /scholar-search-aisa
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Major update: Scholar-search now uses the AISA scholar endpoint and a new streamlined client. - Old scripts, API references, and environment variable logic (S2_API_KEY, .env, set_s2_api_key.py) were removed. - Added a new Python client at scripts/search_client.py. - Environment config updated: now requires AISA_API_KEY; setup and usage instructions simplified. - Documentation rewritten for conciseness—focus is on academic search, author lookup, and citation evidence via a single endpoint.
Metadata
Slug scholar-search-aisa
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is scholar-search-aisa?

Search academic papers and scholarly sources through the AISA scholar endpoint. Use when: the user asks for papers, authors, recent research, citations, or y... It is an AI Agent Skill for Claude Code / OpenClaw, with 73 downloads so far.

How do I install scholar-search-aisa?

Run "/install scholar-search-aisa" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is scholar-search-aisa free?

Yes, scholar-search-aisa is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does scholar-search-aisa support?

scholar-search-aisa is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created scholar-search-aisa?

It is built and maintained by bibaofeng (@bibaofeng); the current version is v1.0.0.

💬 Comments