← 返回 Skills 市场
jackkuo666

SemanticScholar Search Skill

作者 JackKuo666 · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
632
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install semanticscholar-search-skill
功能描述
Search academic papers, authors, and citations with detailed metadata using the Semantic Scholar API, supporting queries, paper details, author profiles, and...
安全使用建议
The skill's code and documentation are internally consistent with a Semantic Scholar client, but exercise caution before installing from an unverified source. Recommendations: - Prefer cloning the repository and reviewing files locally rather than running remote installers (avoid curl | sh). - Inspect the GitHub repo (owner JackKuo666) and commit history; confirm the code matches the packaged files. - Install dependencies inside an isolated virtual environment or sandbox (venv or container) rather than system-wide. - Avoid running the recommended remote installer (astral.sh) unless you trust that third-party tool; install uv or tools from their official pages or package managers instead. - If you need higher rate limits, provide an official Semantic Scholar API key only to the local process in a safe environment. If you can verify the repository and avoid running unreviewed remote scripts, the skill appears reasonable; if you cannot verify the source, do not install.
功能分析
Type: OpenClaw Skill Name: semanticscholar-search-skill Version: 0.1.0 The skill's core functionality for searching Semantic Scholar is benign. However, the `semantic_scholar_search.py` script contains a path traversal vulnerability: the `--output` argument, which allows users to specify a file path for results, does not sanitize the input. This means an attacker could potentially write benign JSON data to arbitrary file locations (e.g., `../../../../tmp/output.json`), leading to unauthorized file modification or denial of service, although not direct code execution or data exfiltration with malicious content.
能力评估
Purpose & Capability
Name, description, SKILL.md, README, requirements.txt, and the Python code all align: the code uses the semanticscholar library to search papers, fetch paper/author details, and citations. Declared dependencies (semanticscholar, requests) match the implementation.
Instruction Scope
SKILL.md instructs the agent to perform searches, get paper/author details, and output results (console/json). The instructions and examples reference only Semantic Scholar API and local output files; there are no instructions to read unrelated system files, sweep environment variables, or send data to unexpected endpoints.
Install Mechanism
The registry contains no formal install spec, but README recommends installation methods that involve fetching code from an external GitHub user and running a remote installer (curl -LsSf https://astral.sh/uv/install.sh | sh). Executing remote install scripts (curl | sh) or using npx to pull directly from an external repo increases risk because arbitrary scripts could run on the host. The GitHub owner is not authoritative/verified in the metadata, and no release host verification is provided.
Credentials
The skill requires no environment variables by default and only documents an optional SEMANTIC_SCHOLAR_API_KEY for higher rate limits. That is proportionate for the described API usage. The code does not request unrelated secrets or multiple unrelated credentials.
Persistence & Privilege
Skill flags indicate no forced always-on presence; it is user-invocable and allows normal autonomous invocation. The package does not request system-wide config modifications in the files provided. No evidence it modifies other skills or global settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install semanticscholar-search-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /semanticscholar-search-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Semantic Scholar Search. - Enables searching academic papers by keywords, title, or author via Semantic Scholar API - Provides detailed paper info including abstract, authors, citations, venue, and publication year - Supports author profile lookup with publication count and h-index - Offers citation and reference data for any paper - Outputs results to console or JSON, with optional export to file
元数据
Slug semanticscholar-search-skill
版本 0.1.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

SemanticScholar Search Skill 是什么?

Search academic papers, authors, and citations with detailed metadata using the Semantic Scholar API, supporting queries, paper details, author profiles, and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 632 次。

如何安装 SemanticScholar Search Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install semanticscholar-search-skill」即可一键安装,无需额外配置。

SemanticScholar Search Skill 是免费的吗?

是的,SemanticScholar Search Skill 完全免费(开源免费),可自由下载、安装和使用。

SemanticScholar Search Skill 支持哪些平台?

SemanticScholar Search Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 SemanticScholar Search Skill?

由 JackKuo666(@jackkuo666)开发并维护,当前版本 v0.1.0。

💬 留言讨论