📦 Journal Deep Intel Extractor — 学术情报提取
v1.0.0一键抓取 Nature/Science/Cell 等顶刊近 N 天新增 Article/Review,自动提取 PMID 与摘要全文,为 AI 科普总结提供高质量数据源。
0· 69·0 当前·0 累计
下载技能包
最后更新
2026/4/1
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to do what it says: it scrapes PubMed search results and article pages for PMIDs, titles, and abstracts and saves them as JSON in ~/Documents/Journal_Intel/. Before installing or running, consider: (1) The description's phrase “deep access / 全文” may imply retrieving paywalled full text, but this script only fetches PubMed pages/abstracts — if you expect full articles you'll need different code or credentials. (2) Respect PubMed/NLM terms of use and robots.txt; if you plan freq...详细分析 ▾
✓ 用途与能力
Name/description claim to collect PMIDs and abstracts from major journals; the code queries PubMed and visits PubMed detail pages to extract abstracts and titles. Requested resources (none) match the task. Minor wording mismatch: the README language suggests “deep access” and may be interpreted as retrieving full-text articles, but the implementation only fetches PubMed pages/abstracts.
✓ 指令范围
SKILL.md instructs running the Python script with journal/type/days arguments. The runtime behavior is limited to HTTP GETs to pubmed.ncbi.nlm.nih.gov, HTML parsing, and writing a JSON file to ~/Documents/Journal_Intel. The script does not read other files, environment vars, or contact third-party endpoints beyond PubMed.
ℹ 安装机制
There is no install spec; the skill is instruction-only but includes requirements.txt and a script. Dependencies (requests, beautifulsoup4, lxml) are reasonable for the task. The SKILL.md entry references venv/bin/python3 but no virtualenv creation step is provided — this is an operational mismatch (not a security issue) you should be aware of.
✓ 凭证需求
The skill requires no environment variables, no credentials, and does not request unrelated secrets. Network access is only used for PubMed; User-Agent header is hard-coded in the script.
ℹ 持久化与权限
The skill writes output files under the user's home Documents folder (~/Documents/Journal_Intel). It is not always-enabled and does not modify other skills or system configuration. Autonomous invocation is allowed (platform default); combined with file writes, consider whether you want the agent to run this without manual review.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/1
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install journal-intel-extractor
镜像加速npx clawhub@latest install journal-intel-extractor --registry https://cn.longxiaskill.com镜像同步中