← 返回 Skills 市场
songxf1024

sci-journal-search

作者 Song Xianfeng · GitHub ↗ · v1.5.0 · MIT-0
cross-platform ✓ 安全检测通过
177
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install sci-journal-search
功能描述
查询并提供SCI期刊的新锐(中科院)分区、JCR小类分区和Top期刊标识,支持按期刊名或ISSN检索。
安全使用建议
This skill appears coherent and implements exactly what it claims: quick xr-scholar queries plus an optional LetPub browser-based lookup. Before installing, note: (1) The LetPub flow requires the agent's browser tool and will open the LetPub search URL returned by the script — ensure you trust the agent/browser tool because it will navigate and parse web pages. (2) No credentials or secrets are requested. (3) Minor implementation note: the LetPub search parameter isn't URL-encoded in query-letpub.py, which may produce malformed URLs for unusual input (not a security issue but can affect results). If you are comfortable allowing the agent to open web pages on your behalf, this skill is proportionate to its stated function.
功能分析
Type: OpenClaw Skill Name: sci-journal-search Version: 1.5.0 The skill bundle is a legitimate tool for querying scientific journal rankings and impact factors from academic sources like XinRui (xr-scholar.com) and LetPub (letpub.com.cn). The code in scripts/query.py and scripts/query-letpub.py performs standard HTTP requests and provides structured JSON instructions for the OpenClaw agent to handle browser-based lookups. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the behavior is entirely consistent with the stated purpose of academic journal searching.
能力评估
Purpose & Capability
Name/description claim SCI journal partition and LetPub lookups; the package contains scripts that (1) query xr-scholar via HTTP to get partition data and (2) emit a JSON instruction for the agent to open LetPub (browser-driven) for additional metrics. Declared files (abbreviations.json, partition references) and code match this purpose. Nothing requests unrelated services or credentials.
Instruction Scope
SKILL.md instructs the agent to perform fast HTTP queries against xr-scholar and, optionally, to open LetPub pages using the agent's browser tool and then close the browser. The included scripts only read their local abbreviations file and request the two documented sites. They do not instruct reading arbitrary system files or environment variables, nor do they transmit local data to unexpected endpoints. The LetPub flow requires the agent to open a URL from the skill (search URL returned by query-letpub.py) — this is expected for browser-driven scraping.
Install Mechanism
No install spec; the skill is instruction + scripts only (lowest install risk). Files are provided in the skill bundle; there are no downloads from untrusted URLs or archive extraction steps in an install step.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code performs network requests to the documented sources (https://www.xr-scholar.com and https://www.letpub.com.cn) only and reads its local abbreviations.json. No SECRET/TOKEN/PASSWORD env variables are requested or accessed.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide configs. It will request the agent's browser tool be used for LetPub queries, but that is within its stated scope and does not elevate privileges or persist beyond the query.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sci-journal-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sci-journal-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.5.0
- 新增 LetPub 查询功能,支持浏览器获取期刊详细指标,查询后自动关闭浏览器 - 默认查询新锐分区(中科院分区),快速返回核心信息 - 增加 --letpub 参数,辅助获取影响因子、自引率、审稿周期等详细数据 - 输出格式优化,分区与详细指标分开展示 - 期刊简称自动识别支持 130+ 常用简称
v1.0.0
- 支持通过期刊名称或 ISSN 查询 SCI 期刊的中科院分区信息。 - 查询结果展示中科院分区(2026 年起等同于新锐分区)。 - 支持命令行调用,快速搜索期刊。 - 包含基础的期刊搜索和分区展示功能。
元数据
Slug sci-journal-search
版本 1.5.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

sci-journal-search 是什么?

查询并提供SCI期刊的新锐(中科院)分区、JCR小类分区和Top期刊标识,支持按期刊名或ISSN检索。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 177 次。

如何安装 sci-journal-search?

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

sci-journal-search 是免费的吗?

是的,sci-journal-search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

sci-journal-search 支持哪些平台?

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

谁开发了 sci-journal-search?

由 Song Xianfeng(@songxf1024)开发并维护,当前版本 v1.5.0。

💬 留言讨论