← Back to Skills Marketplace
songxf1024

sci-journal-search

by Song Xianfeng · GitHub ↗ · v1.5.0 · MIT-0
cross-platform ✓ Security Clean
177
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install sci-journal-search
Description
查询并提供SCI期刊的新锐(中科院)分区、JCR小类分区和Top期刊标识,支持按期刊名或ISSN检索。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sci-journal-search
  3. After installation, invoke the skill by name or use /sci-journal-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.5.0
- 新增 LetPub 查询功能,支持浏览器获取期刊详细指标,查询后自动关闭浏览器 - 默认查询新锐分区(中科院分区),快速返回核心信息 - 增加 --letpub 参数,辅助获取影响因子、自引率、审稿周期等详细数据 - 输出格式优化,分区与详细指标分开展示 - 期刊简称自动识别支持 130+ 常用简称
v1.0.0
- 支持通过期刊名称或 ISSN 查询 SCI 期刊的中科院分区信息。 - 查询结果展示中科院分区(2026 年起等同于新锐分区)。 - 支持命令行调用,快速搜索期刊。 - 包含基础的期刊搜索和分区展示功能。
Metadata
Slug sci-journal-search
Version 1.5.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is sci-journal-search?

查询并提供SCI期刊的新锐(中科院)分区、JCR小类分区和Top期刊标识,支持按期刊名或ISSN检索。 It is an AI Agent Skill for Claude Code / OpenClaw, with 177 downloads so far.

How do I install sci-journal-search?

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

Is sci-journal-search free?

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

Which platforms does sci-journal-search support?

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

Who created sci-journal-search?

It is built and maintained by Song Xianfeng (@songxf1024); the current version is v1.5.0.

💬 Comments