Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

journal-abbrev期刊缩写

Agent Skill

journal-abbrev 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,246

周安装

138

GitHub Stars

公开资料未说明

下载量

1,137
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:journal-abbrev(期刊缩写)
来源仓库:https://github.com/agents365-ai/journal-abbrev
安装命令:
openclaw skills install journal-abbrev
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install journal-abbrev

简介

用于查找期刊全称与缩写之间的转换,支持 ISO 4/MEDLINE 标准。

  • 适用于学术写作、文献引用或 BibTeX 文件处理时的名称标准化需求。
  • 提供期刊名称匹配、缩写生成与反向查询功能,提升文献管理工具效率。
  • 安装命令:openclaw skills install journal-abbrev,依赖外部期刊数据库接口。
  • 建议核对最新缩写规则,避免因标准更新导致引用错误。

SKILL.md

name
journal-abbrev
description
Use when looking up journal or magazine name abbreviations, converting between full names and ISO 4/MEDLINE abbreviations, processing BibTeX files for journal name standardization, or answering questions about 期刊缩写/杂志缩写. Triggers on "journal abbreviation", "abbreviate journal", "journal name", "期刊缩写", "杂志缩写", "ISO 4", "LTWA", "BibTeX journal". PROACTIVELY USE when user mentions citation formatting, reference list preparation, or manuscript submission to specific journals.
allowed-tools
Bash, Read, Write, Edit, Glob, Grep
author
Agents365-ai
category
Academic Research
version
1.0.2
created
2026-03-29
updated
2026-04-12
github
https://github.com/Agents365-ai/journal-abbrev
homepage
https://github.com/Agents365-ai/journal-abbrev
metadata
openclaw
requires
bins
emoji
📖
homepage
https://github.com/Agents365-ai/journal-abbrev
os
["macos", "linux", "windows"]

Journal Abbreviation Lookup

Look up journal/magazine name abbreviations using a multi-source cascade: JabRef database (~25K journals) → AbbrevISO API (ISO 4) → NLM Catalog (MEDLINE).

Critical rule: Always use jabbrv.py for lookups. Never guess abbreviations — even common journals have non-obvious abbreviations.

Quick Reference

User wants...Command
Abbreviate a journal namepython3 jabbrv.py abbrev "Nature Medicine"
Expand an abbreviationpython3 jabbrv.py expand "Nat. Med."
Auto-detect directionpython3 jabbrv.py lookup "J. Am. Chem. Soc."
Fuzzy search (paginated)python3 jabbrv.py search "biolog chem" --limit 10 --offset 0
Process a .bib filepython3 jabbrv.py bib refs.bib
Preview .bib changes (no write)python3 jabbrv.py bib refs.bib --dry-run
Explicit .bib output pathpython3 jabbrv.py bib refs.bib --output out.bib
Expand .bib abbreviationspython3 jabbrv.py bib refs.bib --expand
Batch text listpython3 jabbrv.py batch journals.txt
Batch as NDJSON streampython3 jabbrv.py batch journals.txt --stream
Inspect cache statepython3 jabbrv.py cache status
Download missing cache filespython3 jabbrv.py cache update
Rebuild cache from scratchpython3 jabbrv.py cache rebuild
Machine-readable CLI contractpython3 jabbrv.py schema
Schema for one subcommandpython3 jabbrv.py schema lookup

Output format

Stdout is a stable JSON envelope when the CLI is not attached to a terminal (piped or captured by an agent), and a human table/indented view when run on a TTY. To force a format: --format json|table|human|auto. --json remains as a back-compat alias for --format json. Flags may appear before or after the subcommand.

Envelope shape (always the same fields for every subcommand):

  • Success: { "ok": true, "data": ..., "meta": { "schema_version", "cli_version", "cache", "latency_ms" } }
  • Partial success (batch): { "ok": "partial", "data": { "succeeded": [...], "failed": [...] }, "meta": {...} }
  • Error: { "ok": false, "error": { "code", "message", "retryable", ... }, "meta": {...} }

Exit codes

CodeMeaning
0success (including partial success)
1runtime / upstream error
2validation / bad input (missing file, bad flag)
3not found (the looked-up journal does not exist)

Error codes (inside error.code)

not_found, file_not_found, validation_error, runtime_error. Each carries a retryable: bool so agents can branch retry logic.

Workflow

Step 1: Detect Intent

IntentAction
Single journal name/abbreviationUse lookup (auto-detect) or abbrev/expand (explicit direction)
"What's the abbreviation for X?"Use abbrev
"What journal is X?"Use expand
Partial or uncertain nameUse search for fuzzy matching
Fix journal names in .bib fileUse bib
List of journals to processUse batch

Step 2: Execute

Run the appropriate jabbrv.py command. The script handles:

  1. Local cache lookup (instant, ~25K journals from JabRef)
  2. AbbrevISO API fallback (algorithmic ISO 4 abbreviation, forward only)
  3. NLM Catalog fallback (biomedical journals, bidirectional)

First run downloads JabRef CSV cache files automatically (~2-5 MB).

Step 3: Present Results

  • Show the full name, abbreviation, and source
  • Note the standard (ISO 4 vs MEDLINE) when relevant
  • For .bib processing: show the change summary before confirming

ISO 4 vs MEDLINE

Two common abbreviation standards exist:

StandardPeriodsExampleUsed by
ISO 4YesNat. Med.Most publishers, BibTeX
MEDLINENoNat MedPubMed, NLM databases

JabRef provides ISO 4 style. NLM Catalog provides MEDLINE style. AbbrevISO computes ISO 4 algorithmically from LTWA (List of Title Word Abbreviations).

Common Abbreviation Patterns

WordAbbreviationWordAbbreviation
JournalJ.InternationalInt.
AmericanAm.EuropeanEur.
Science/SciencesSci.Medicine/MedicalMed.
Biology/BiologicalBiol.Chemistry/ChemicalChem.
Physics/PhysicalPhys.EngineeringEng.
ResearchRes.Review/ReviewsRev.
SocietySoc.NationalNatl.
ProceedingsProc.TransactionsTrans.
LettersLett.CommunicationsCommun.
AppliedAppl.ComputationalComput.

Note: Single-word titles (e.g., "Nature", "Science", "Cell") are NOT abbreviated per ISO 4 rules.

Integration Examples

With Zotero

# Export BibTeX from Zotero, then standardize journal names
zot export COLLECTION_KEY --format bibtex > refs.bib
python3 jabbrv.py bib refs.bib

With LaTeX

# Before compiling, ensure all journal names are abbreviated
python3 jabbrv.py bib references.bib
# Use the output file (references_abbrev.bib) in your LaTeX document

Batch Processing

Create a text file with one journal name per line:

Nature Medicine
Journal of Biological Chemistry
Proceedings of the National Academy of Sciences

Then run:

python3 jabbrv.py batch journals.txt

Troubleshooting

IssueSolution
"No result found"Try search with partial name for fuzzy matching
Cache download failsCheck network connection, retry with update-cache
Wrong abbreviation styleJabRef = ISO 4 (with dots), NLM = MEDLINE (no dots)
BibTeX field not detectedEnsure format is journal = {Name} (curly braces)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

89.97%
按下载量换算1,023

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install journal-abbrev 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills