📦 sci-journal-search — SCI分区速查
v1.5.0输入期刊名或ISSN,秒回中科院分区、JCR小类及Top标识,助力投稿选刊。
0· 140·0 当前·0 累计
下载技能包
最后更新
2026/3/25
安全扫描
OpenClaw
安全
high confidenceThe skill's code, instructions, and required resources align with its stated purpose (SCI journal partition and LetPub lookups); it makes direct HTTP requests to xr-scholar and asks the agent to open LetPub pages for browser-based parsing — no unrelated credentials, no surprising installs, and no covert endpoints were found.
评估建议
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-letpu...详细分析 ▾
✓ 用途与能力
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.
✓ 指令范围
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.
✓ 安装机制
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.
✓ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.5.02026/3/25
- 新增 LetPub 查询功能,支持浏览器获取期刊详细指标,查询后自动关闭浏览器 - 默认查询新锐分区(中科院分区),快速返回核心信息 - 增加 --letpub 参数,辅助获取影响因子、自引率、审稿周期等详细数据 - 输出格式优化,分区与详细指标分开展示 - 期刊简称自动识别支持 130+ 常用简称
● 无害
安装命令
点击复制官方npx clawhub@latest install sci-journal-search
镜像加速npx clawhub@latest install sci-journal-search --registry https://cn.longxiaskill.com镜像同步中